Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-09-12Prevent deadlock when opening projects while refreshing the executables list.Ken Ryall1-1/+1
2010-08-26Bug 317796 - Build before launch should be cleverer about which configuratio...James Blackburn1-0/+8
2010-07-23Bug 318214: Unify Basic remote launch with Advanced remote launchMarc Khouzam5-1/+37
2010-07-15bug 319748: Missing/unnecessary $NON-NLS$ tagsAndrew Gvozdev9-24/+24
2010-07-14bug 319769: Unnecessary type castsAndrew Gvozdev2-2/+2
2010-06-25Bug 314865 - When "Skip All Breakpoints" is ticked breakpoints at launch can...James Blackburn1-14/+21
2010-06-17Bug 316987: Show full paths preference under C/C++->Debug is not really neces...John Cortell2-1/+9
2010-06-03Bug 315439 Fix up copyrightVivian Kong91-241/+241
2010-06-01 Bug 315244 - Can't map sources if the executable was built on a different f...Ken Ryall1-1/+4
2010-06-01Fix warnings.Ken Ryall1-6/+6
2010-06-01 Bug 315244 - Can't map sources if the executable was built on a different f...Ken Ryall1-2/+46
2010-05-31Bug 314749: Typo.Marc Khouzam1-1/+1
2010-05-24fixed bug #314152.Warren Paul1-1/+3
2010-05-20 Bug 313821: Intermittent NPE during shutdown, in source-not-found handlingJohn Cortell2-5/+7
2010-05-20 Bug 313806 - Export all debug packages.Mikhail Khodjaiants1-0/+1
2010-05-20Bug 309032: Need APIs to support memory pages (add ability for backend to ind...John Cortell2-1/+17
2010-05-19Bug 312997: Set the default launch delegate using the launch configuration ty...Marc Khouzam1-1/+69
2010-05-17Fixed warning. Removed no-longer-necessary API tooling filterJohn Cortell1-7/+0
2010-05-14Bug 281970: No longer show the Debugger, Refresh and Source tabs for a Run Co...Marc Khouzam1-1/+25
2010-05-13Bug 309032: Fixed NPE I'm seeing intermittently during session shutdown.John Cortell1-0/+1
2010-05-13Bug 309032: Fixed NPE I'm seeing intermittently during session shutdown.John Cortell1-2/+8
2010-05-13Bug 309032: Need APIs to support memory pages (or memory spaces)John Cortell9-143/+394
2010-05-06[310304] GDB (DSF) Hardware Debugging Launcher ignores application program pathJohn Cortell3-1/+146
2010-05-04Bug 289526 - [debug view] Migrate the Restart feature to the new one, as sup...Pawel Piech5-3/+170
2010-04-29Bug 289526 - [debug view] Migrate the Restart feature to the new one, as sup...Pawel Piech1-1/+4
2010-04-29Javadoc updateJohn Cortell1-2/+6
2010-04-29Bug 310093 - Toggle instruction stepping mode issuesAnton Leherbauer1-8/+15
2010-04-26Pass along the progress monitor.Ken Ryall1-2/+2
2010-04-26Better scaling for this progress monitor.Ken Ryall1-2/+2
2010-04-26Add a flag to only refresh the mapping of the source files without doing a fu...Ken Ryall1-2/+16
2010-04-22befriend other CDT plugin to let it avoid warningsJohn Cortell1-1/+1
2010-04-20Clean up warnings.Ken Ryall1-8/+9
2010-04-19 Bug 274872 - Repeated '<unknown>' editorKen Ryall2-0/+40
2010-04-17 Bug 309212: No registers with HEAD. Workaround for gdb 7.0.Mikhail Khodjaiants2-21/+42
2010-04-08[305752] Moved gdb event breakpoint constants into new common gdb plugin as w...John Cortell1-122/+6
2010-04-05 Bug 308055: Register values are not updated when switching between framesMikhail Khodjaiants2-13/+25
2010-04-05Making the top level "computeStackFrame" synchronized to prevent unnecessary ...Mikhail Khodjaiants1-1/+1
2010-03-17befriend dsf-gdb plugin for an internal package (fix warnings)John Cortell1-1/+1
2010-03-17Fixed warningsJohn Cortell1-2/+2
2010-03-12[305752] Constants for standard event breakpoint types should be outside the ...John Cortell1-13/+139
2010-03-12[305667] Possible NPE in CSourceFinder (applied patch)John Cortell1-2/+3
2010-03-11[249223] Make ResumeWithoutSignal retargettable. Add ResumeWithoutSignal act...Marc Khouzam1-0/+21
2010-03-09Update with Pawel's adjusted patch using ICBreakpoint.C_BREAKPOINTS_DEBUG_MOD...Ken Ryall1-0/+11
2010-03-02[304433] Get ProgramRelatvePathSourceContainer to support DSF's ability to de...John Cortell1-5/+26
2010-02-25fixed an intermittent refresh bug where not all executables would be displaye...Warren Paul1-1/+4
2010-02-23Bug 303629 unsigned char should never appear negative in the Variables view.James Blackburn1-4/+6
2010-02-23[303569] Debug view does not reveal reason when thread is stopped by event br...John Cortell2-0/+32
2010-02-22[248606] Add support for toggling watchpoints in the variables and expression...John Cortell1-0/+12
2010-02-22[248606] Add support for toggling watchpoints in the variables and expression...John Cortell2-1/+12
2010-02-19[248606] Add support for toggling watchpoints in the variables and expression...John Cortell4-2/+140

Back to the top