1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00
Commit graph

209 commits

Author SHA1 Message Date
Vivian Kong
8ff63ab2c3 Bug 303481 - change update site for helios 2010-02-26 15:54:53 +00:00
Marc Khouzam
d2cd2d381f [302597] For MIStopped event that don't contain a threadId we must ask the backend for the threadId 2010-02-26 13:56:49 +00:00
John Cortell
1400363b31 Added method to massage test timeout values based on a property. 2010-02-25 23:33:08 +00:00
John Cortell
9cd64eb9fa [303828] Instrument ServiceEventWaitor 2010-02-25 23:00:21 +00:00
John Cortell
d1b0dbacf4 Cleanup. Rename SyncUtil methods. Methods should start with a lowercase letter. Also having every method start with "Sync" is pointless. 2010-02-25 22:04:16 +00:00
Randy Rohrbach
5cdc9c1c05 Bugxilla 280607. 2010-02-25 20:51:59 +00:00
John Cortell
a1e035fa10 [303825] DSF GDB junit tests don't run on Windows 2010-02-25 15:44:16 +00:00
John Cortell
1bc4846ffb Documentation improvement 2010-02-24 23:04:25 +00:00
Marc Khouzam
f2eb63309f [300096] Fix to generate an MISuspended event with the proper thread id for MoveToLine and ResumeAtLine. With the latest changes in platform, this is required to get the IP properly painted. 2010-02-24 20:27:28 +00:00
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