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

623 commits

Author SHA1 Message Date
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
Marc Khouzam
c1b808e0ff Bug 337893: Setting breakpoints on a running target does not work with multi-process 2011-04-03 02:45:16 +00:00
Marc Khouzam
c31250025c Bug 337893: Support for setting breakpoints on a running target with multi-process 2011-04-03 02:15:11 +00:00
Marc Khouzam
4a1aa3517c Bug 336890: Allow IBreakpointTargetDMContext to be matched even if the processId is missing. 2011-04-02 01:50:49 +00:00
Marc Khouzam
d1c3139020 Bug 341423: Race condition when initializing DSF services. Temporary solution for the Indigo release. 2011-04-01 18:17:42 +00:00
Marc Khouzam
f9be56f5d4 Bug 341396: A process that has not been started should be considered as suspended in non-top mode too 2011-03-30 17:19:07 +00:00
Marc Khouzam
7edc697389 Bug 337893 - Support concurrent setting of bp on a running target for non-stop mode, single process 2011-03-30 15:06:19 +00:00
Patrick Chuong
c1d6a1cffe Bug 340177 - [breakpoints] Update CDT ToggleBreakpointTargetFactory enablement 2011-03-30 13:56:31 +00:00
Marc Khouzam
fa13a7c63b Bug 337893 - Tests for IMIRunControl.executeWithTargetAvailable, non-stop mode 2011-03-28 19:23:02 +00:00
Marc Khouzam
ccfa88d37b Bug 337893 - Support concurrent setting of bp on a running target 2011-03-28 17:42:56 +00:00
Marc Khouzam
09499bd32c Bug 337893 - Tests for IMIRunControl.executeWithTargetAvailable, all-stop mode 2011-03-28 17:24:52 +00:00
Marc Khouzam
4975d5a2c7 Bug 340021: GDB process not killed when canceling a launch 2011-03-18 18:25:37 +00:00
Marc Khouzam
3b373bb5a5 Bug 340021: GDB process not killed when canceling a launch 2011-03-15 20:17:36 +00:00
Marc Khouzam
6facbd8e21 Typo 2011-03-15 19:05:41 +00:00
Marc Khouzam
60f2c4acc5 Bug 233116: Cancelling an Attach or post-mortem launch should be graceful 2011-03-15 09:57:16 +00:00
Marc-Andre Laperle
112b975c2d Bug 327061 - [Mac] Run To Line throws exceptions, breaks debugging 2011-03-11 18:35:03 +00:00
Marc Khouzam
c2239d41b8 Bug 237306: Support for Multi-Process debugging. Prompting the user for the path to the binary when doing a remote attach. 2011-03-11 16:35:34 +00:00
Marc Khouzam
ebb5a4dafd Bug 225805: Sourcelookup handling does not scale to large projects 2011-03-11 15:06:55 +00:00
Marc Khouzam
87515ad676 Bug 237306: Support for Multi-Process debugging. Add a "New..." button to the "Attach dialog" to allow creating a new process from a running session. 2011-03-10 21:28:59 +00:00
Mikhail Khodjaiants
ceb221e714 Bug 326951: [services][launch] Allow to extend ServicesLaunchSequence. 2011-03-10 17:06:10 +00:00
Marc Khouzam
04a75138e2 Bug 237308: Support for multiple inferior processes. No need to have this method public. 2011-03-10 11:13:19 +00:00
Marc Khouzam
bcb875257f Bug 237308: Support for multiple inferior processes 2011-03-10 01:51:17 +00:00