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

179 commits

Author SHA1 Message Date
Marc Khouzam
88cea3fb22 [249165] Support for ResumeAtLine in both CEditor and DSF Disassembly view 2010-02-11 20:57:17 +00:00
Pawel Piech
9d94af8a4d [291426] - [breakpoints] Add DSF support for flex-hierarchy breakpoints view. 2010-02-11 19:41:37 +00:00
Marc Khouzam
9fa4237bc5 [302597] Handle the missing *stopped event after CLI commands from GDBs older than 7.0. Also add support for 'return' in the console. We can now use next, continue et al in the console. 2010-02-11 19:10:27 +00:00
Marc Khouzam
faae34208e [249162] Added MoveToLine support for both the Editor and the DSF Disassembly view. Currently this only works for GDB 7.0. Bug 302597 must be fixed to have this work with older GDBs 2010-02-11 16:27:03 +00:00
Marc Khouzam
a381ee1d47 [302324] Make RunToLine work for DSF Disassembly view 2010-02-10 21:09:37 +00:00
Marc Khouzam
31dd35c469 [302315] Change org.eclipse.cdt.dsf.gdb version from 2.1 to 3.0 to accommodate interface changes 2010-02-09 19:34:19 +00:00
Marc Khouzam
3c981baad1 [301720] Deal with the fact that on MacOS there is not CLI "New Thread" event, so we must clear our cache on a stopped event. 2010-02-05 15:42:18 +00:00
Marc Khouzam
98a002bca4 Missing @since tag 2010-02-05 02:24:57 +00:00
Marc Khouzam
5f29bf5235 [301548] Properly handle failed insertion of tracepoint 2010-02-02 15:59:29 +00:00
Marc Khouzam
892fa357ab [301536] Fix to print hex address instead of decimal with 0x 2010-02-02 15:06:44 +00:00
Marc Khouzam
e8e151d71c [284286] Fixed wrong changes to copyright 2010-01-29 14:37:04 +00:00
Marc Khouzam
6764511b39 [284286] New Trace Control View to allow to start/stop/status a tracing experiment. Support for Trace State Variables. Support for Saving trace data to a file. 2010-01-27 19:05:47 +00:00
Marc Khouzam
1385b28bd7 [300586] Avoid RejectedExecutionException upon shutdown 2010-01-27 01:06:55 +00:00
Pawel Piech
d87062029e [283586] Removed redundant job. 2010-01-25 16:14:20 +00:00
Pawel Piech
52945d7704 [300586] - Error logged by DsfSuspendTrigger 2010-01-23 00:59:09 +00:00
Pawel Piech
5862d4025c [283586] Traditional Rendering are not disposed after Memory Browser is closed or Debug Session is terminated. 2010-01-23 00:16:00 +00:00
Marc Khouzam
34b76510c0 [284286] More icons for tracing 2010-01-21 14:51:35 +00:00
Marc Khouzam
d4c2688d6c [265483] Allow the interruption of the inferior for MacOS 2010-01-15 20:52:41 +00:00
Marc Khouzam
f9a0d5571e [299292] Improved tests for GDB version 2010-01-12 14:29:54 +00:00
Marc Khouzam
e3f899b9fc [299292] Version fix for Red Hat 2010-01-12 02:04:02 +00:00
Marc Khouzam
0176f2c5a4 [299292] Tests for GDB version extraction 2010-01-11 22:15:08 +00:00
Marc Khouzam
c7d0fd2ccb [299292] Version fix for Fedora GDB 2010-01-11 22:13:42 +00:00
Marc Khouzam
44863628a6 [298883] Support for MacOS version of services 2010-01-10 02:23:38 +00:00
Marc Khouzam
468a9c4180 [284286] Some icons for the tracepoint feature 2010-01-08 20:23:33 +00:00
Marc Khouzam
7a0719bfba [284286] Some icons for the tracepoint feature 2010-01-07 19:04:29 +00:00
Pawel Piech
e31d06b003 [298909] - [launch] DSF suspend trigger susceptible to race conditions 2010-01-05 23:51:29 +00:00
Marc Khouzam
721192f266 [284286] First phase of tracepoint support. Tracepoints can now be created/deleted/enabled/disabled, we can add conditions and passcount. 2009-12-18 18:59:44 +00:00
Pawel Piech
d5963828f4 [297798] Updated error codes used in getSubExpressions(). 2009-12-17 18:44:58 +00:00
Marc Khouzam
d15ff47ef8 [297798] ClassCastExcetion fix and more detailed checks. 2009-12-16 20:35:48 +00:00
Marc Khouzam
370ef8a824 [275687] Moving Reverse commands to the core of CDT from DSF-GDB, and making use of the new asynchronous command framework of the debug platform 2009-12-16 20:32:47 +00:00
Anton Leherbauer
9812bce837 [294351] Fix debug hover label 2009-11-11 10:45:25 +00:00
Pawel Piech
695c6aab00 Bug 294351 - Add debug hover support for DSF 2009-11-10 00:08:13 +00:00
Marc Khouzam
060abcbbfd [294660] When we moved from DD to CDT, the test binaries stopped being updated in the workspace 2009-11-09 20:07:05 +00:00
Marc Khouzam
9b2ec95028 [275193] A typo slipped in. The default gdbserver should be "gdbserver" and not "gdbserver.7.1" which does not exist yet 2009-11-09 19:33:14 +00:00
Marc Khouzam
6efa4eac63 [285225] If there is not enablement in the plugin.xml file for a ToggleBreakpointfactor, it makes the plugin be loaded right away, which is not good. I'm reverting back to the enablement condition 2009-11-05 01:29:19 +00:00
Marc Khouzam
75e6f8510f [280461] Introduce a way to add extra executor depths to preserve the order of MI events and MI command results 2009-11-03 15:58:38 +00:00
Marc Khouzam
72a7fa5cd0 [275193] Support for Remote Debugging tests using gdbserver 2009-10-27 15:09:42 +00:00
Marc Khouzam
92363450a3 [285225] Only enable disassembly toggle breakpoint target for the DSF disassembly view. Also remove enablement condition of plugin.xml since we are checking this in the code. 2009-10-21 12:46:47 +00:00
Anton Leherbauer
5304735fdb [285225] Undo unintended tracepoint related change 2009-10-20 12:48:56 +00:00
Anton Leherbauer
8c5477d2d0 [285225] [disassembly view] DSF Disassembly view does not respect selected breakpoint type 2009-10-20 09:14:17 +00:00
Marc Khouzam
45b0d41f55 [292271] DsfServicesTracker must be used on the Executor thread. 2009-10-14 19:49:50 +00:00
Marc Khouzam
8595a6080b [292271] DsfSession.addServiceEventListener must be used on the Executor thread. 2009-10-14 15:27:03 +00:00
Marc Khouzam
42ae2748df [291877] Potential deadlock because traces were using the executor. 2009-10-13 13:03:42 +00:00
Ken Ryall
9ffb4cb9f7 Added "since" tag. 2009-10-12 13:53:53 +00:00
Marc Khouzam
91d786f13e [291754] Avoid race condition by waiting for the stopped event as soon as we have the launch 2009-10-08 20:07:53 +00:00
Marc Khouzam
f1088d2f5e [291754] gdbserver should part of the launch to make sure it is killed at the end of each testcase 2009-10-08 18:58:44 +00:00
Marc Khouzam
8eafa2bdd7 [291754] gdbserver is always started on the localhost. 2009-10-08 14:28:22 +00:00
Marc Khouzam
94e929ae01 [291754] When doing a REMOTE debugging session, the tests should launch gdbserver. 2009-10-08 14:23:18 +00:00
Pawel Piech
ebe2e13ea1 Bug 291342 - corrected bugs in fix. 2009-10-07 20:38:17 +00:00
Marc Khouzam
08f05612e7 [291633] Allow the JUnit tests to use GdbLaunchDelegate. 2009-10-07 19:56:28 +00:00