Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-05-15Bug 345751: Inferior console does not get removed after a restart with GDB 7....Marc Khouzam1-19/+5
2011-05-15Bug 345749: MIInferior process gets terminated right away on a restartMarc Khouzam4-19/+100
2011-05-13Bug 323071: Make sure LargePipedInputStream does not leak so that we can run ...Marc Khouzam1-8/+29
2011-05-13Bug 345751: Inferior console does not get removed after a restart with GDB 7....Marc Khouzam1-8/+34
2011-05-13Bug 339456: Thread created event with wrong id after restart for GDB < 7.0Marc Khouzam1-14/+16
2011-05-13Bug 343862: Infinite assertions when an error happens when setting breakpoint...Marc Khouzam2-2/+15
2011-05-13Bug 343862: Infinite assertions when an error happens when setting breakpointsMarc Khouzam2-2/+20
2011-05-13Bug 331232 - There are memory leaks with each GDB debug session (partial fix)Anton Leherbauer2-2/+7
2011-05-10Bug 345164: Revert changes to Spawner and instead explicitly close streams in...Marc Khouzam2-2/+19
2011-05-09Bug 339456: Thread created event with wrong id after restart for GDB < 7.0Marc Khouzam1-15/+0
2011-05-09Bug 345164: Avoid leaking pipesMarc Khouzam2-0/+5
2011-05-09Bug 339456: Thread created event with wrong id after restart for GDB < 7.0Marc Khouzam1-0/+11
2011-05-09Bug 246740: Restart action does not work when the program is runningMarc Khouzam2-9/+47
2011-05-09Bug 344892: Deadlock when trying to attach to more than one process on a remo...Marc Khouzam1-4/+4
2011-05-08Bug 344892: Deadlock when trying to attach to more than one process on a remo...Marc Khouzam1-13/+10
2011-05-06Bug 345026: JUnit tests to test operations while the target is runningMarc Khouzam30-4/+664
2011-05-06Bug 345019: Harmless race condition between stopping tracking breakpoints and...Marc Khouzam1-1/+7
2011-05-06Bug 345018: Do not allow to try to terminate GDB more than onceMarc Khouzam2-1/+17
2011-05-06Bug 344992: Missing rm.done in GDBProcesses_7_2.detachDebuggerFromProcessMarc Khouzam1-0/+1
2011-05-06Bug 344988: The implementations of IProcesses.terminate don't always complete...Marc Khouzam2-2/+2
2011-05-06Bug 344892: Deadlock when trying to attach to more than one process on a remo...Marc Khouzam1-17/+50
2011-05-05Bug 344890: We don't support starting a new process on a remote target yetMarc Khouzam1-0/+6
2011-05-05Bug 344890: Once we support starting a new process on a remote target, we sho...Marc Khouzam1-3/+5
2011-05-05Bug 340535: Attach session should allow to create a new process for multi-pro...Marc Khouzam2-32/+14
2011-05-05Bug 342351: Process consoles are not named properly for multi-processMarc Khouzam2-2/+18
2011-05-04 Bug 341406: "Connect to process" button in the debug view does nothing while...Marc Khouzam1-0/+9
2011-05-04Bug 306552: DSF Debugger "disconnect" button is inactive for non-attach sessi...Marc Khouzam2-2/+2
2011-05-04Bug 343895: Missing Remote Shell entry in debug viewMarc Khouzam1-12/+7
2011-05-04Bug 341465: doInitialize() must be private to allow each version of the servi...Marc Khouzam3-3/+3
2011-05-04Bug 344636: Breakpoints disappear when restarting the inferiorMarc Khouzam2-10/+40
2011-05-04Bug 344635: Installed decorator no longer appears after an inferior runs to c...Marc Khouzam1-12/+7
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

Back to the top