Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-05-02Bug 344298: Support for Disassembly in case of multi-process.Marc Khouzam3-4/+5
2011-05-02Bug 344298: JUnit support for Disassembly in case of multi-process.Marc Khouzam1-5/+7
2011-04-30Bug 343752: Restart no longer works with GDB >= 7.0Marc Khouzam1-3/+21
2011-04-29Bug 344325 - Remove unused dependency to org.eclipse.jfaceMikhail Khodjaiants1-1/+0
2011-04-26Bug 343861: Project should not be required to perform debuggingMarc Khouzam4-45/+46
2011-04-25Bug 343745: JUnit tests can be delayed 2 seconds unnecessarilyMarc Khouzam1-4/+7
2011-04-25Bug 343734: JUnit tests for GDB 7.3Marc Khouzam18-17/+416
2011-04-25Bug 336961: selectTraceRecord() should not update the UI because it can be us...Marc Khouzam3-11/+41
2011-04-20Bug 340697: Auto attach to processes forked by the process being debuggedMarc Khouzam8-10/+198
2011-04-15Bug 343006: NPE in MIBreakpointsManager when terminatingMarc Khouzam1-1/+3
2011-04-12Bug 337893: Setting breakpoints on a running target does not work with multi-...Marc Khouzam3-640/+129
2011-04-10Bug 336890: [multi-process] Should stop tracking breakpoints when a process i...Marc Khouzam1-1/+23
2011-04-10Bug 342358: An inferior ran to completion should be considered suspendedMarc Khouzam2-4/+16
2011-04-06[Pin&Clone] Pinned view not update when stepping/runningPatrick Chuong1-10/+11
2011-04-06Bug 337893: Missing cleanup of mapMarc Khouzam1-0/+2
2011-04-04Bug 339591: Cannot use 'kill' in a post-mortem sessionMarc Khouzam2-3/+9
2011-04-04Bug 340262: Duplicate --thread-group when resuming a process in non-stop and ...Marc Khouzam1-1/+87
2011-04-04Bug 340601 - Detaching from a process needs to stop a running programMarc Khouzam3-0/+15
2011-04-04Bug 333284: Thread state is shown incorrectly after attaching to an app in no...Marc Khouzam4-4/+41
2011-04-03Bug 337893: Setting breakpoints on a running target does not work with multi-...Marc Khouzam1-7/+2
2011-04-03Bug 337893: Support for setting breakpoints on a running target with multi-pr...Marc Khouzam3-23/+613
2011-04-02Bug 336890: Allow IBreakpointTargetDMContext to be matched even if the proces...Marc Khouzam5-9/+84
2011-04-01Bug 341423: Race condition when initializing DSF services. Temporary solutio...Marc Khouzam26-26/+43
2011-03-30Bug 341396: A process that has not been started should be considered as suspe...Marc Khouzam1-0/+5
2011-03-30Bug 337893 - Support concurrent setting of bp on a running target for non-sto...Marc Khouzam1-36/+305
2011-03-30Bug 340177 - [breakpoints] Update CDT ToggleBreakpointTargetFactory enablementPatrick Chuong1-2/+4
2011-03-28Bug 337893 - Tests for IMIRunControl.executeWithTargetAvailable, non-stop modeMarc Khouzam9-0/+87
2011-03-28Bug 337893 - Support concurrent setting of bp on a running targetMarc Khouzam1-34/+281
2011-03-28Bug 337893 - Tests for IMIRunControl.executeWithTargetAvailable, all-stop modeMarc Khouzam20-0/+1126
2011-03-18Bug 340021: GDB process not killed when canceling a launchMarc Khouzam1-17/+47
2011-03-15Bug 340021: GDB process not killed when canceling a launchMarc Khouzam1-26/+37
2011-03-15TypoMarc Khouzam1-1/+1
2011-03-15Bug 233116: Cancelling an Attach or post-mortem launch should be gracefulMarc Khouzam2-2/+16
2011-03-11Bug 327061 - [Mac] Run To Line throws exceptions, breaks debuggingMarc-Andre Laperle1-6/+15
2011-03-11Bug 237306: Support for Multi-Process debugging. Prompting the user for the ...v201103111317Marc Khouzam6-41/+82
2011-03-11Bug 225805: Sourcelookup handling does not scale to large projectsMarc Khouzam1-1/+9
2011-03-10Bug 237306: Support for Multi-Process debugging. Add a "New..." button to th...Marc Khouzam4-22/+118
2011-03-10Bug 326951: [services][launch] Allow to extend ServicesLaunchSequence.Mikhail Khodjaiants1-130/+71
2011-03-10Bug 237308: Support for multiple inferior processes. No need to have this me...Marc Khouzam1-1/+1
2011-03-10Bug 237308: Support for multiple inferior processesMarc Khouzam12-416/+251
2011-03-09Bug 338136: Don't show the inferior process in the debug viewMarc Khouzam1-1/+1
2011-03-08Bug 338136: Don't show the inferior process in the debug viewMarc Khouzam2-2/+173
2011-03-07Bug 338769: Allow for different versions of the FinalLaunchSequenceMarc Khouzam6-50/+170
2011-03-07Bug 338136: Show the proper inferior console when selecting a container in th...Marc Khouzam1-7/+23
2011-03-07Bug 338136: Show the proper inferior console when selecting a container in th...Marc Khouzam6-34/+192
2011-03-07Bug 339048: Remove mention of "PDA launch" when logging errors related to gdb...Marc Khouzam1-2/+3
2011-03-07Bug 339047: No need to interrupt the inferior in non-stop modeMarc Khouzam7-8/+35
2011-03-04Bug 338472: Pinned view should blank out when session terminatedMarc Khouzam1-0/+13
2011-03-04Bug 338472 - [Pin&Clone] Pinned view should blank out when session terminatedPatrick Chuong1-9/+78
2011-03-02Bug 336947: CLI command for DSF-GDB "tdump". And improvement for the IGDBTra...Marc Khouzam6-25/+838

Back to the top