1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Commit graph

644 commits

Author SHA1 Message Date
Marc Khouzam
e1b18cad3e Bug 345751: Inferior console does not get removed after a restart with GDB 7.0 and 7.1. Cleanup after the fix to bug 345749 2011-05-15 02:51:44 +00:00
Marc Khouzam
fa56c9494a Bug 345749: MIInferior process gets terminated right away on a restart 2011-05-15 02:47:01 +00:00
Marc Khouzam
4bd2d6a68d Bug 323071: Make sure LargePipedInputStream does not leak so that we can run all JUnit tests in a single run. 2011-05-13 18:31:13 +00:00
Marc Khouzam
48182ee891 Bug 345751: Inferior console does not get removed after a restart with GDB 7.0 and 7.1 2011-05-13 18:13:28 +00:00
Marc Khouzam
f0be94ea01 Bug 339456: Thread created event with wrong id after restart for GDB < 7.0 2011-05-13 15:01:50 +00:00
Marc Khouzam
e2e514ace6 Bug 343862: Infinite assertions when an error happens when setting breakpoints. Need to complete the requestMonitor of cancelled operations. 2011-05-13 14:29:18 +00:00
Marc Khouzam
624a55093f Bug 343862: Infinite assertions when an error happens when setting breakpoints 2011-05-13 11:13:02 +00:00
Anton Leherbauer
c1a81dbd68 Bug 331232 - There are memory leaks with each GDB debug session (partial fix) 2011-05-13 10:33:44 +00:00
Marc Khouzam
04e7974825 Bug 345164: Revert changes to Spawner and instead explicitly close streams in DSF-GDB and CDI 2011-05-10 17:38:42 +00:00
Marc Khouzam
a7c5159320 Bug 339456: Thread created event with wrong id after restart for GDB < 7.0 2011-05-09 19:16:43 +00:00
Marc Khouzam
790ba0fc84 Bug 345164: Avoid leaking pipes 2011-05-09 17:42:41 +00:00
Marc Khouzam
323cc9f222 Bug 339456: Thread created event with wrong id after restart for GDB < 7.0 2011-05-09 02:27:39 +00:00
Marc Khouzam
f83c63c05f Bug 246740: Restart action does not work when the program is running 2011-05-09 01:43:13 +00:00
Marc Khouzam
5ae69e168a Bug 344892: Deadlock when trying to attach to more than one process on a remote target. Small cleanup 2011-05-09 00:14:16 +00:00
Marc Khouzam
bcd45d7218 Bug 344892: Deadlock when trying to attach to more than one process on a remote target 2011-05-08 00:34:54 +00:00
Marc Khouzam
e4320d05fc Bug 345026: JUnit tests to test operations while the target is running 2011-05-06 20:20:53 +00:00
Marc Khouzam
7273934121 Bug 345019: Harmless race condition between stopping tracking breakpoints and GDB shutdown causes unnecessary error printout 2011-05-06 19:35:05 +00:00
Marc Khouzam
e6ff1c5bd7 Bug 345018: Do not allow to try to terminate GDB more than once 2011-05-06 19:27:55 +00:00
Marc Khouzam
f0813190d4 Bug 344992: Missing rm.done in GDBProcesses_7_2.detachDebuggerFromProcess 2011-05-06 15:53:18 +00:00
Marc Khouzam
fecef62f25 Bug 344988: The implementations of IProcesses.terminate don't always complete the RequestMonitor 2011-05-06 15:30:40 +00:00
Marc Khouzam
8de6de9d51 Bug 344892: Deadlock when trying to attach to more than one process on a remote target 2011-05-06 02:05:27 +00:00
Marc Khouzam
9503913d77 Bug 344890: We don't support starting a new process on a remote target yet 2011-05-05 19:37:10 +00:00
Marc Khouzam
d1cb95f6ed Bug 344890: Once we support starting a new process on a remote target, we should not use -exec-continue for that case, we must use -exec-run 2011-05-05 19:31:25 +00:00
Marc Khouzam
93b8e52303 Bug 340535: Attach session should allow to create a new process for multi-process 2011-05-05 15:56:52 +00:00
Marc Khouzam
d825a579ce Bug 342351: Process consoles are not named properly for multi-process 2011-05-05 01:32:06 +00:00
Marc Khouzam
b4c146eeed Bug 341406: "Connect to process" button in the debug view does nothing while target is running in all-stop 2011-05-04 20:22:10 +00:00
Marc Khouzam
15b027091d Bug 306552: DSF Debugger "disconnect" button is inactive for non-attach sessions even if "detach" command is supported by GDB. 2011-05-04 19:07:34 +00:00
Marc Khouzam
514f88bf08 Bug 343895: Missing Remote Shell entry in debug view 2011-05-04 10:12:45 +00:00
Marc Khouzam
664ef4c42f Bug 341465: doInitialize() must be private to allow each version of the service to get properly initialized. 2011-05-04 09:42:36 +00:00
Marc Khouzam
9995c38ddb Bug 344636: Breakpoints disappear when restarting the inferior 2011-05-04 01:03:32 +00:00
Marc Khouzam
a9a60065f6 Bug 344635: Installed decorator no longer appears after an inferior runs to completion 2011-05-04 00:34:43 +00:00
Marc Khouzam
4c26cbe63e Bug 344298: Support for Disassembly in case of multi-process. 2011-05-02 13:58:54 +00:00
Marc Khouzam
36843b8c72 Bug 344298: JUnit support for Disassembly in case of multi-process. 2011-05-02 02:05:04 +00:00
Marc Khouzam
6f411b236b Bug 343752: Restart no longer works with GDB >= 7.0 2011-04-30 18:20:53 +00:00
Mikhail Khodjaiants
e664c6dc5f Bug 344325 - Remove unused dependency to org.eclipse.jface 2011-04-29 18:06:10 +00:00
Marc Khouzam
4239136a95 Bug 343861: Project should not be required to perform debugging 2011-04-26 19:29:56 +00:00
Marc Khouzam
be1c53102b Bug 343745: JUnit tests can be delayed 2 seconds unnecessarily 2011-04-25 16:02:27 +00:00
Marc Khouzam
a942a02708 Bug 343734: JUnit tests for GDB 7.3 2011-04-25 14:25:30 +00:00
Marc Khouzam
ec88491764 Bug 336961: selectTraceRecord() should not update the UI because it can be used for background activities. 2011-04-25 13:54:42 +00:00
Marc Khouzam
cfd1f8213c Bug 340697: Auto attach to processes forked by the process being debugged 2011-04-20 18:10:37 +00:00
Marc Khouzam
60487e7a57 Bug 343006: NPE in MIBreakpointsManager when terminating 2011-04-15 18:44:18 +00:00
Marc Khouzam
507344e58b Bug 337893: Setting breakpoints on a running target does not work with 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-12 00:44:32 +00:00
Marc Khouzam
3e9fb77a50 Bug 336890: [multi-process] Should stop tracking breakpoints when a process is no longer being debugged 2011-04-10 02:09:58 +00:00
Marc Khouzam
c0f8b0d48c Bug 342358: An inferior ran to completion should be considered suspended 2011-04-10 01:28:19 +00:00
Patrick Chuong
ceb8b9b40b [Pin&Clone] Pinned view not update when stepping/running 2011-04-06 14:26:06 +00:00
Marc Khouzam
616d9b7ce9 Bug 337893: Missing cleanup of map 2011-04-06 03:01:34 +00:00
Marc Khouzam
fb5cd6d11a Bug 339591: Cannot use 'kill' in a post-mortem session 2011-04-04 02:57:09 +00:00
Marc Khouzam
19df0d4e31 Bug 340262: Duplicate --thread-group when resuming a process in non-stop and GDB 7.2 2011-04-04 02:46:09 +00:00
Marc Khouzam
de27defb84 Bug 340601 - Detaching from a process needs to stop a running program 2011-04-04 01:47:58 +00:00
Marc Khouzam
98194b097c Bug 333284: Thread state is shown incorrectly after attaching to an app in non-stop mode. Use non-interrupting attach when in non-stop to fix this issue, and to improved behavior when attaching. 2011-04-04 01:24:32 +00:00