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

225 commits

Author SHA1 Message Date
Ken Ryall
2edac02083 Bug 305071 - Support breakpoints in Disassembly at the DSF level. 2010-03-09 16:53:32 +00:00
Ken Ryall
86224bcfa0 Have CAbstractMainTab share the common portions of CDI CMainTab and DSF CMainTab. 2010-03-09 05:26:19 +00:00
Ken Ryall
ef706515a9 Revert last change. 2010-03-05 22:14:49 +00:00
Ken Ryall
e9e73680c2 Bug 285907, create a new shared abstract launch delegate. 2010-03-02 13:50:21 +00:00
Ken Ryall
de52271f86 Bug 303968, move support for Run To Line, Move To Line, Resume At Line, to DSF. 2010-03-02 13:29:06 +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
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
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
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
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
34b76510c0 [284286] More icons for tracing 2010-01-21 14:51:35 +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
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
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
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
8595a6080b [292271] DsfSession.addServiceEventListener must be used on the Executor thread. 2009-10-14 15:27:03 +00:00
Pawel Piech
94e7e1504c Bug 291423 - [debug view] RejectedExecutionException when stepping fast past end of program. 2009-10-07 18:03:13 +00:00
John Cortell
cf9c80f17e [291535] inconsistency in listener registration in launch vm providers 2009-10-06 20:43:36 +00:00
John Cortell
64a0f77faf Removed unnecessary SuppressWarnings({"restriction"}) 2009-09-10 20:41:35 +00:00
Ken Ryall
ed41e9784a Bug 287057. Gets an ICElement from the selected IFileEditorInput 2009-09-07 14:09:24 +00:00
Ken Ryall
a8e9a0c1c5 Bug 286366, fix use of & in control label 2009-09-06 04:04:33 +00:00
Ken Ryall
c0121fbe5f Bug 286359. Executable not auto-selected 2009-09-05 20:03:28 +00:00
Pawel Piech
42273bfa02 [288553] - Change DSF plugins' version to 2.1. 2009-09-03 19:59:52 +00:00
Marc Khouzam
3cdfd7abfa [277752] Add multi-process support to ThreadFilter. Also, support the case of multiple launches. 2009-07-07 19:56:12 +00:00
Marc Khouzam
ba11276b94 [280502] Don't allow to turn on reverse if the inferior is running or it will freeze the UI 2009-07-07 19:24:59 +00:00
Marc Khouzam
685ff524d3 [234468] Adding a new preference to decide if we should automatically terminate GDB when the inferior exists. 2009-06-05 02:30:07 +00:00
Vivian Kong
b7417b69cb update copyrights 2009-05-27 15:26:54 +00:00
Vivian Kong
5e92597120 bug 254307 - branding 2009-05-26 14:48:10 +00:00
Marc Khouzam
98c14b14d9 [275497] Return the names of all processes without having to store
them in the service.  Not only is this more efficient because a single call to
the service is used, but it allows us to only store the names of processes that
we are currently debugging.  That way, we know that a pid to name mapping
remains correct.

Note that I only made the change in the 7.0 version of the Processes service.
Pre-7.0, we didn't handle multi-process and therefore, we only use one name for
the process we are currently debugging, and that name is taken from the
executable binary intead.
2009-05-11 15:27:25 +00:00
Marc Khouzam
d45daa1b98 Missing @since tags 2009-04-29 13:32:50 +00:00
Alena Laskavaia
a1a4c150c3 [273502] - problems with launch configuration when renaming project and when using non-exisiting project, applied patch 2009-04-23 20:22:24 +00:00