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

911 commits

Author SHA1 Message Date
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
Marc Khouzam
cd72e6b58f [289755] Update our BreakpointImageProvider to match the platform behaviour. I'm keeping this class instead of using the platform one directly because I expect to change it as part of the tracepoint work of bug 284286 2009-09-21 14:56:13 +00:00
John Cortell
521ce406d8 Fixed typo in gif name, which prevented action icon from displaying. 2009-09-17 22:08:36 +00:00
Ken Ryall
5c17740fa9 Bug 281985. Removes file filtering from this dialog, it was a nice idea but isn't worth the effort to do it reliably in a cross-platform way. 2009-09-06 04:40:06 +00:00
Vivian Kong
0884f2e607 Bug 285481 - duplicate properties file entries 2009-08-10 19:47:51 +00:00
James Blackburn
1205a5d0fa Bug 248422 Double clicking in breakpoint view opens wrong source file
- If the breakpoint marker is set in an IFile, then we show that. Otherwise we delegate to ResourceLookup for the location and finally java.io.File if file is not in the workspace.
 - Logic simplified
2009-06-28 15:00:39 +00:00
Mikhail Khodjaiants
9b0e894973 Bug 278601: "Signal Properties" is not working 2009-06-01 10:42:07 +00:00
Vivian Kong
b0330a1735 update copyrights 2009-05-26 23:11:59 +00:00
Vivian Kong
5e92597120 bug 254307 - branding 2009-05-26 14:48:10 +00:00
John Cortell
e6ecad385c Fixed spelling errors 2009-05-14 18:12:24 +00:00
John Cortell
1605abc3d3 Fixed 276205. Changing the format of an array expression element has no effect 2009-05-13 22:31:57 +00:00
Vivian Kong
8e71d0d8e8 bug 273250 - Disassembly view should have LTR orientation 2009-04-28 20:11:12 +00:00
Anton Leherbauer
b10e6d881f [273924] Add DisassemblyEditor to enablement expression 2009-04-28 10:21:45 +00:00
Pawel Piech
202474d90a [273924] - [breakpoints] Use IToggleBreakpointsTargetFactory for CDT breakpoints 2009-04-27 18:44:31 +00:00
Anton Leherbauer
5a07e05927 Fix NPE, related to bug 273306 2009-04-24 07:03:17 +00:00
Pawel Piech
f8440ac182 [270469] - [launch] The standard launcher should be selected by default. 2009-04-23 22:01:30 +00:00
John Cortell
542c042317 Fixed 273306. Correct enablement of Variables view action contributions. The 'enablesFor=1' is not appropriate for the Add Global Variables action. Thhat action does not use the viewers selection as context. 2009-04-22 19:05:16 +00:00
John Cortell
f789f8b6d1 Fixed 273306. Correct enablement of Variables view action contributions 2009-04-22 19:02:19 +00:00
Ken Ryall
3e8db59e46 Bug 181710 2009-04-16 20:10:51 +00:00
Mikhail Khodjaiants
10ffd0daca Bug 271752: Improve "Path Mappings" UI. 2009-04-09 11:18:21 +00:00
Ken Ryall
915afcd931 Bug 246201. 2009-04-08 21:30:45 +00:00
Mikhail Khodjaiants
413cbe0f6f Bug 271599: Non-externalized strings are ignored in the debug plugins' configurations. 2009-04-08 15:02:12 +00:00
Pawel Piech
1681e9fc13 [268233] - Dependencies on internal constants cause the CDT build to fail against 3.5M6 platform. 2009-03-16 18:22:03 +00:00
Vivian Kong
fa3911cd90 bug 254200 - use ICU4J 2009-03-13 13:47:48 +00:00