1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-05 16:56:04 +02:00
Commit graph

274 commits

Author SHA1 Message Date
Marc Khouzam
72be877f9b [303004] Allow to extend MIBreakpoints instead of copying it. Use inheritance for GDBBreakpoints_7_0 now that we can. 2010-02-17 17:44:31 +00:00
Marc Khouzam
2458f95117 [302927] Only accumulate ou-of-band records when we are waiting for a command to be answered by GDB 2010-02-16 21:05:03 +00:00
Marc Khouzam
04db22c6c9 Typo in copyright date 2010-02-16 14:01:04 +00:00
Marc Khouzam
57f9dad278 [302636] -trhead-select and -stack-select-frame should not use the --thread or --frame options 2010-02-16 13:51:35 +00:00
Marc Khouzam
b9eb1cba13 [202354] Support for Environment tab in DSF-GDB local application launch. Also, removal of unused classes. 2010-02-16 01:44:33 +00:00
Marc Khouzam
bf9c3f543a [275238] Added extra Details format which gives more details and supports pretty-printing 2010-02-14 01:21:45 +00:00
Marc Khouzam
84c9c078cd [249162] Using -exec-jump instead of 'jump' for GDB 7.0 2010-02-12 15:25:20 +00:00
Pawel Piech
b32a6f12b1 [249162] comment#9 - Adjusted error codes. 2010-02-12 01:04: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
d4c2688d6c [265483] Allow the interruption of the inferior for MacOS 2010-01-15 20:52:41 +00:00
Marc Khouzam
e3f899b9fc [299292] Version fix for Red Hat 2010-01-12 02:04:02 +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
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
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
45b0d41f55 [292271] DsfServicesTracker must be used on the Executor thread. 2009-10-14 19:49:50 +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
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
Pawel Piech
9a35a91bd0 Bug 291342 - [debug view] DSF session executor intermittently deadlocks during session termination 2009-10-07 17:54:22 +00:00
Marc Khouzam
bbbe311296 Changed ascii art to be more visually understandable. 2009-10-07 12:59:11 +00:00
John Cortell
3aa32eb9d3 Added @since for new class 2009-10-05 16:30:31 +00:00
John Cortell
f0ad66391f [291342] DSF session executor intermittently deadlocks during session termination 2009-10-05 13:23:09 +00:00
John Cortell
8eb87bb88c Added assert 2009-09-24 15:52:19 +00:00
John Cortell
19fadf7387 JavaDoc correction 2009-09-09 15:58:54 +00:00
Ken Ryall
a8e9a0c1c5 Bug 286366, fix use of & in control label 2009-09-06 04:04:33 +00:00
John Cortell
f138b26d24 Code bulletproofing (added an assert) 2009-09-02 15:05:18 +00:00
John Cortell
2b6a99dd42 Code bulletproofing (added an assert) and corrected a typo in a comment. 2009-09-02 15:03:36 +00:00
John Cortell
6c08baf7ac Added comment 2009-09-02 15:02:06 +00:00
Vivian Kong
0888fe2ffe Bug 287324 - English Debug progress messages 2009-08-21 17:34:13 +00:00
Vivian Kong
c10f971d21 Bug 286888 - externalize strings in o.e.c.dsf.gdb 2009-08-18 13:59:45 +00:00
Marc Khouzam
0e1e5f99ae [285170] Output secondary prompt (">") ourselves if we are not properly getting it from the backend. Also, add a space after the secondary prompt for readability. 2009-07-30 17:11:10 +00:00
Marc Khouzam
e64e0c5f19 [285170] Support for commands that are not properly getting a secondary prompt from the backend. 2009-07-30 15:25:21 +00:00