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

934 commits

Author SHA1 Message Date
Anton Leherbauer
a4d55e01a4 [302925] Clarify insertDisassembly() return value and align implementations 2010-03-01 09:21:40 +00:00
John Cortell
1a93dc7ced Comment adjustment 2010-02-26 15:59:32 +00:00
Anton Leherbauer
e33b39e5b7 [302925] Incorporate John's review feedback 2010-02-26 08:42:25 +00:00
John Cortell
35a8ff9f89 Fixed comment 2010-02-25 19:33:57 +00:00
Anton Leherbauer
e1c516fe2c Bug 303737 - [hover] The debug expression hover does not work for "this" 2010-02-24 10:07:08 +00:00
Anton Leherbauer
98eadefa28 Bug 302925 - [disassembly][dsf] Endless loop retrieving disassembly data 2010-02-24 09:15:41 +00:00
John Cortell
c2f443c0a3 [303380] Breakpoint view's Watchpoint and Event Breakpoint action should be in the same place 2010-02-23 14:49:22 +00:00
John Cortell
1e9d430245 [303569] Debug view does not reveal reason when thread is stopped by event breakpoint 2010-02-23 00:23:59 +00:00
John Cortell
38e0388107 [303370] Creating an event breakpoint leaves you with a disabled element in the Breakpoints views. Also fixed warnings in file 2010-02-22 21:30:18 +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
John Cortell
adde620eaf [248606] Add support for toggling watchpoints in the variables and expressions views. 2010-02-19 23:47:04 +00:00
Warren Paul
135c85133a fixed NPE. 2010-02-19 16:40:26 +00:00
Anton Leherbauer
a603dc072a [302006] Disassembly view doesn't take into account active debug context when jumping to an address 2010-02-17 09:33:12 +00:00
John Cortell
eddb058986 [302772] Refactor DSF Disassembly view to support CDI 2010-02-15 15:34:31 +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
88cea3fb22 [249165] Support for ResumeAtLine in both CEditor and DSF Disassembly view 2010-02-11 20:57:17 +00:00
Ken Ryall
e2cc17c5cb Fix NPE. 2010-02-11 20:42:32 +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
e3a4b6dcbe [302273 ] Update CDT's copy of RetargetAction to match the latest platform code 2010-02-09 15:58:49 +00:00
Marc Khouzam
6dc4eb037d [302273 ] Fix getAdapter() which used to always return null 2010-02-09 14:12:00 +00:00
Vivian Kong
6d906f69c5 externalize strings in plugin.xml in various plugins 2010-02-01 16:23:38 +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
4197295a2c [300718] Remove breakpoint action immediately when it is deleted. 2010-01-25 19:41:51 +00:00
Marc Khouzam
34b76510c0 [284286] More icons for tracing 2010-01-21 14:51:35 +00:00
John Cortell
bdc8b9e342 [300262] No "format" in registers view popup menu (applied patch) 2010-01-20 21:53:23 +00:00
Marc Khouzam
624df06887 Change since tag from 6.1 to 7.0 2010-01-20 14:04:21 +00:00
John Cortell
db501eff16 [299369] Introduce source container that resolves paths relative to the executable. Applied patch, with modifications. 2010-01-13 00:06:26 +00:00
Marc Khouzam
7b781f5d9b [298929] Guards against NPE at eclipse shutdown 2010-01-12 21:09:11 +00:00
Anton Leherbauer
fa2d625b25 Avoid extra hover delay, related to bug 200418 2010-01-12 14:33:55 +00:00
John Cortell
485b4d73de [299317] Executables view source remapping does not take into account launch configurations 2010-01-11 20:52:55 +00:00
Ken Ryall
4692c67a86 Bug 299087, Executables manager overhaul. 2010-01-08 05:37:52 +00:00
Ken Ryall
4934483c60 Increment version number to 7.0 2010-01-07 14:38:00 +00:00
John Cortell
47e8b801a0 Enhanced doc and use generics. No functional change. 2010-01-05 23:03:38 +00:00
John Cortell
858cf9e17a Doc enhancement 2010-01-05 21:08:22 +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
959296fdd1 [293634] Fix to make line breakpoints the default choice again. 2009-12-18 15:59:54 +00:00
Anton Leherbauer
2d40e6fea7 Bug 293634 - [breakpoints] ToggleBreakpointAdapter blocks UI thread waiting on the index (follow up) 2009-12-17 13:19:04 +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
John Cortell
6e9b99adf9 Discard obsolete classes 2009-12-14 19:30:52 +00:00
Anton Leherbauer
450bef3a2c Bug 200418 - Mouse over struct/class member always fails 2009-11-13 10:02:30 +00:00
Ken Ryall
dcd0c58abf Bug 159955, enable the source not found editor for DSF. 2009-11-10 22:06:46 +00:00
Pawel Piech
695c6aab00 Bug 294351 - Add debug hover support for DSF 2009-11-10 00:08:13 +00:00
Mikhail Khodjaiants
8d5a128bc4 Bug 294448: Path Mapping dialog issues. Pass the content of the "Local file system path" field to the directory dialog. 2009-11-09 17:19:17 +00:00
Anton Leherbauer
e80914811e Bug 293634 - Improve ToggleBreakpointAdapter.getCElementFromSelection 2009-11-06 10:24:34 +00:00
Mikhail Khodjaiants
45c8169b94 Removed obsolete comment. 2009-11-05 15:40:39 +00:00
John Cortell
05a796346b Return the shell from any available workbench window if none are active. Noticed Debug Platform does this. 2009-10-13 22:58:22 +00:00
Marc Khouzam
cb12839f79 [275687] Icons for Reverse debugging commands that are being migrated to the cdt.debug plugin 2009-10-01 19:54:33 +00:00
John Cortell
c146f5ae4d [290880] add null-pointer check on frame.getAddress() return value (applied patch) 2009-10-01 02:22:03 +00:00