Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/debug
AgeCommit message (Expand)AuthorFilesLines
2015-03-25Remove unnecessary @SuppressWarningsMarc Khouzam4-4/+4
2015-03-25Remove unnecessary @SuppressWarningsMarc Khouzam2-4/+0
2015-03-25Remove unnecessary @SuppressWarningsMarc Khouzam3-5/+0
2015-03-25Remove warnings caused by change to getAdaptable()Marc Khouzam79-140/+140
2015-02-11Remove unnecessary .api_filtersMarc Khouzam2-69/+0
2015-02-06Extract test VM args to common property base.test.vmargsMarc-Andre Laperle1-1/+1
2015-02-05Update description of Standalone Debugger SDKMarc Khouzam2-2/+2
2015-01-30Add build flag (-DskipDoc) to be able to skip building documentationMarc-Andre Laperle1-30/+46
2015-01-29o.e.cdt.debug.application should export its packagesMarc-Andre Laperle1-0/+2
2015-01-29Bug 458066 - cannot specify pid to Standalone DebuggerJeff Johnston7-16/+51
2015-01-22Initial Standalone debugger SWTBot testJeff Johnston17-0/+705
2015-01-19Bug 214398: Implement Load Symbols and Load Symbols for All Alena Laskavaia4-50/+152
2015-01-09Cosmetics.Sergey Prigogin3-31/+1
2015-01-07Incremented CDT feature version to 8.6.0.Sergey Prigogin21-27/+27
2014-12-23Revert "Bug 451929 - Leverage p2 ability to express native packages"Doug Schaefer1-2/+0
2014-12-16Bug 451929 - Leverage p2 ability to express native packagesPascal Rapicault1-0/+2
2014-12-16Update to new CDT LogoMarc Khouzam1-0/+0
2014-12-11Bug 439631 - [dynamic printf] Backslashes in the file name should be escapedAnton Leherbauer1-5/+15
2014-12-09Bug 235747: [registers] Allow user to edit the register groups.Alvaro Sanchez-Leon21-396/+909
2014-11-28Bug 450080 - Add option for remote launch to stand-alone debuggerMarc Khouzam15-19/+671
2014-11-25Cosmetics.Sergey Prigogin2-4/+8
2014-11-20Setting preferences for standalone debugger plugin.Marc Khouzam3-24/+82
2014-11-14fixed NPE in DebugStringVariableSubstitutor when var cannot be resolvedAlena Laskavaia1-0/+2
2014-11-13Replace hard-code launch types with their constants.Marc Khouzam3-6/+3
2014-11-13Cleanup commented printoutsMarc Khouzam12-117/+3
2014-11-04Bug 446013 - Improvements to CDT launch configurations context helpIulia Vasii1-12/+18
2014-10-29Bug 449224 - Fix for NLS'd plugin andMarc Khouzam1-1/+2
2014-10-14Bug 445375 : Watchpoints cannot be disabled for targets that do notTeodor Madan6-15/+120
2014-10-07Fix standalone feature names in their .project files.Jeff Johnston2-2/+2
2014-09-30Bug 445357 Fix breakpoint set on external filesTeodor Madan1-20/+44
2014-09-26Bug 444736 - Importing a subset of exported breakpoints often logs exceptionsAnton Leherbauer3-17/+32
2014-09-25Bug 444395 - Must synchronize creation of bp extensionMarc Khouzam1-38/+45
2014-09-22Bug 355165 - Cannot insert breakpoint when org.eclipse.cdt.debug.ui is not ru...Marc-Andre Laperle1-1/+3
2014-08-28Add missing arg for jacoco in in tests. Update jacoco.Marc-Andre Laperle1-1/+1
2014-08-22Bug 441713 - [visualizer] Make pinning of multicore visualizer viewMarc Dumais2-1/+4
2014-08-14Bug 436095 - [visualizer] Make cloning of visualizer view possibleMarc Dumais1-2/+2
2014-07-29Bug 439830 - Standalone debugger launch script can fail when 'source'Marc Khouzam1-4/+4
2014-07-29Update README for standalone debugger to match recent changes.Marc Khouzam1-13/+5
2014-07-29Improve Standalone Debugger scriptsMarc Khouzam2-44/+43
2014-07-25Minor edits to Stand-alone debugger docs.Jeff Johnston1-14/+14
2014-07-24Update pom.xml of features for which version was changed to 8.5Marc Khouzam2-2/+2
2014-07-24Update remaining feature versions to 8.5Marc Khouzam2-2/+2
2014-07-22Increment parent pom versionMarc Khouzam2-2/+2
2014-07-22Inremented branding plugin version to 8.5Sergey Prigogin9-9/+9
2014-07-22Inremented feature version to 8.5.Sergey Prigogin8-12/+12
2014-07-11Bug 437065 - Import executable wizard will not warn user that there'sIulia Vasii6-9/+56
2014-07-07Bug 438782 - Add check in Standalone Debugger install scriptJeff Johnston1-0/+19
2014-07-05Bug 438310 - Add --help option to cdtdebug.shjjohnstn1-2/+66
2014-07-04Bug 437692 - Refactor OpenNewViewActionDelegate to permitMarc Dumais4-36/+113
2014-07-01Cleared up the target model making it a provider responsibility.Doug Schaefer1-0/+1

Back to the top