Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-06-03Bug 348159: Tracing console is not shown automatically. Hack to get it ↵Marc Khouzam1-1/+7
working in time for Indigo. Needs to be revisited.
2011-05-27Bug 339379: Instruction pointer is not always removed when terminating ↵Marc Khouzam1-2/+14
launch (GDB <= 6.8 solution)
2011-05-27Cosmetics.Sergey Prigogin1-2/+1
2011-05-27Bug 339379 : Instruction pointer is not always removed when terminating ↵Marc Khouzam2-17/+22
launch. Fix for GDB >= 7.0
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 ↵Sergey Prigogin3-16/+53
mode. Use global preferences for Debug As command.
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 ↵Marc Khouzam1-19/+5
7.0 and 7.1. Cleanup after the fix to bug 345749
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
all JUnit tests in a single run.
2011-05-13Bug 345751: Inferior console does not get removed after a restart with GDB ↵Marc Khouzam1-8/+34
7.0 and 7.1
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 ↵Marc Khouzam2-2/+15
breakpoints. Need to complete the requestMonitor of cancelled operations.
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 ↵Marc Khouzam2-2/+19
in DSF-GDB and CDI
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 ↵Marc Khouzam1-1/+7
and GDB shutdown causes unnecessary error printout
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 ↵Marc Khouzam2-2/+2
complete the RequestMonitor
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 ↵Marc Khouzam1-3/+5
should not use -exec-continue for that case, we must use -exec-run
2011-05-05Bug 340535: Attach session should allow to create a new process for ↵Marc Khouzam2-32/+14
multi-process
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 ↵Marc Khouzam1-0/+9
while target is running in all-stop
2011-05-04Bug 306552: DSF Debugger "disconnect" button is inactive for non-attach ↵Marc Khouzam2-2/+2
sessions even if "detach" command is supported by GDB.
2011-05-04Bug 341465: doInitialize() must be private to allow each version of the ↵Marc Khouzam3-3/+3
service to get properly initialized.
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 ↵Marc Khouzam1-12/+7
completion
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 ↵Marc Khouzam1-5/+9
used for background activities.
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 ↵Marc Khouzam3-640/+129
multi-process. Instead of interrupt only the process of interest, we need to interrupt all processes that share the same binary as the process of interest. For simplicity, we interrupt all processes.
2011-04-10Bug 336890: [multi-process] Should stop tracking breakpoints when a process ↵Marc Khouzam1-1/+23
is no longer being debugged
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