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

200 commits

Author SHA1 Message Date
Marc Khouzam
1d80af0b96 [242943] Support for breakpoint operations while the program is running. JUnit tests included. 2010-02-22 21:30:56 +00:00
Marc Khouzam
657ecd8e53 [303503] Cannot rely on a GDB command to know the list of processes being debugged, because GDB is not available when the program is running. We can use =thread-group-created and =thread-group-exited events to keep our own list instead. 2010-02-22 17:56:12 +00:00
John Cortell
d8ba081c40 [248606] Add support for toggling watchpoints in the variables and expressions views. 2010-02-22 17:49:40 +00:00
John Cortell
a32879bdc0 [248606] Add support for toggling watchpoints in the variables and expressions views. 2010-02-22 15:07:48 +00:00
Marc Khouzam
bece9d323f [255026] Use inspector debug hover in DSF-GDB, based on a preference 2010-02-21 15:42:02 +00:00
John Cortell
adde620eaf [248606] Add support for toggling watchpoints in the variables and expressions views. 2010-02-19 23:47:04 +00:00
Anton Leherbauer
1e9767d045 [302554] [disassembly][api] Provisional disassembly API should use IAddress instead of BigInteger 2010-02-18 12:34:10 +00:00
Marc Khouzam
2b86b4d136 [303090] Previous checkin comment used the wrong bug number. 2010-02-17 17:47:47 +00:00
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
1c340e9193 [Bug 275238] Fix for JUnit test for new Details format 2010-02-16 20:47:12 +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
4a593950ae [300096] Support for menu items "runToLine", "moveToLine" and "resumeAtLine" for DSF-GDB in the CEditor and DSF Disassembly view. Support for menu item "Add Watch Expression" for DSF-GDB in CEditor 2010-02-13 02:36:12 +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
Pawel Piech
e5c877b268 Warnings cleanup. 2010-02-12 01:04:14 +00:00
Pawel Piech
6241c63438 Warnings cleanup. 2010-02-12 00:57:47 +00:00
Pawel Piech
dc5ab47300 [302629] - [breakpoints][cdi] Add support for filtering of breakpoints based on selected debug target in DSF-GDB debugger 2010-02-12 00:40:36 +00:00
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