Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-06-03Bug 348159: Tracing console is not shown automatically. Hack to get it worki...Marc Khouzam1-1/+7
2011-05-27Bug 339379: Instruction pointer is not always removed when terminating launch...Marc Khouzam1-2/+14
2011-05-27Cosmetics.Sergey Prigogin1-2/+1
2011-05-27Bug 339379 : Instruction pointer is not always removed when terminating launc...Marc Khouzam2-17/+22
2011-05-27Bug 347245: Add configurable defaults for Stop in main and for Non-stop modeMarc Khouzam3-8/+9
2011-05-27Bug 347245 - Add configurable defaults for Stop in main and for Non-stop mode...Sergey Prigogin3-16/+53
2011-05-26Cosmetics.Sergey Prigogin1-9/+3
2011-05-26Cosmetics.Sergey Prigogin1-81/+78
2011-05-26Cosmetics.Sergey Prigogin1-8/+4
2011-05-26Bug 347245 - Add configurable defaults for Stop in main and for Non-stop mode.Sergey Prigogin1-2/+19
2011-05-19Bug 338730: GDB does not like that we set the binary after we set the trace fileMarc Khouzam2-128/+136
2011-05-19Bug 327617: Gdb hangs after user code writes to stderr multiple timesMarc Khouzam2-0/+65
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 Leherbauer1-1/+1
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-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-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 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-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 Khouzam2-18/+16
2011-04-25Bug 336961: selectTraceRecord() should not update the UI because it can be us...Marc Khouzam1-5/+9
2011-04-20Bug 340697: Auto attach to processes forked by the process being debuggedMarc Khouzam6-8/+186
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-06Bug 337893: Missing cleanup of mapMarc Khouzam1-0/+2
2011-04-04Bug 339591: Cannot use 'kill' in a post-mortem sessionMarc Khouzam2-3/+9

Back to the top