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

3081 commits

Author SHA1 Message Date
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
John Cortell
8e3a1169fe [283586] Traditional Rendering are not disposed after Memory Browser is closed or Debug Session is terminated. Additional fixes from Teo (slightly adjusted) 2010-01-20 19:54:24 +00:00
Marc Khouzam
624df06887 Change since tag from 6.1 to 7.0 2010-01-20 14:04:21 +00:00
John Cortell
f6eebfa023 Avoid redundant search through the common locator. Didn't realize that the common containers are automatically added to every launch config locator. 2010-01-14 22:29:14 +00:00
John Cortell
289a7c8dfa ISourceFinder needs a dispose method. 2010-01-14 13:59:52 +00:00
John Cortell
9cdd4e1d07 [299583] The common source lookup director in a fresh workspace is ineffective 2010-01-13 23:57:30 +00:00
John Cortell
fb574618b5 Update copyright 2010-01-13 17:19:24 +00:00
John Cortell
5aa1e9456a Fixed warnings 2010-01-13 17:18:58 +00:00
John Cortell
6d324d7f03 [299019] CMemoryBlockExtension does not correctly implement IMemoryBlockExtension#setBaseAddress. Applied patch with some modifications. 2010-01-13 17:12:02 +00:00
Vivian Kong
df738ce07d bump up CDT to version 7.0.0 2010-01-13 16:11:25 +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
James Blackburn
802f7279ba Bug 247948 - Wrong source shown on hit breakpoint - remove FIXME code, and don't force find duplicates. 2010-01-11 23:02:52 +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
John Cortell
f8a5c695b4 Fix build error 2010-01-10 22:20:25 +00:00
Mikhail Khodjaiants
3e8602621d Bug 299150: Confusing comment in ICDIDebugger2. 2010-01-08 18:09:50 +00:00
Ken Ryall
4692c67a86 Bug 299087, Executables manager overhaul. 2010-01-08 05:37:52 +00:00
Mikhail Khodjaiants
58eec98b25 Bug 250037 - Debug value view fails to update 'Value' column. Patch for CDI. 2010-01-07 17:20:18 +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
08c663e9eb Enhanced doc and use generics. No functional change. 2010-01-05 21:16:16 +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
bbf22bce99 [297781] Executables view accidentally converting UNIX paths to windows c: based ones (on Windows) 2009-12-14 22:59:38 +00:00
John Cortell
6e9b99adf9 Discard obsolete classes 2009-12-14 19:30:52 +00:00
James Blackburn
3d3b6c4b4c Bug 296006 nullify cached underlying Expression Variable if it's unable to provide value string 2009-11-24 15:12:35 +00:00
James Blackburn
ca19a9fd59 Bug 295988 Inability to create asynchronously created variable during update shouldn't break other variable updates
- Log CDIException during #processSuspendedEvent as this indicates something has broken.
2009-11-24 14:02:59 +00:00
James Blackburn
193a63fe4e Bug 295899 CVariables aren't removed when the underlying cdiObject is destroyed. 2009-11-24 12:46:35 +00:00
John Cortell
3a995bbbba Expose some packages to EDC 2009-11-16 21:14:33 +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
7042d486ff [292300] MIProcessAdapter doesn't destroy process even if launch timed out 2009-10-14 17:55:03 +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
John Cortell
48a0dbe690 Adjustment to previous fix so that it more likely addresses 291912 2009-10-13 20:27:07 +00:00
John Cortell
df80ee1b69 Applied patch in: [236838] Cannot view large array variables due to OutOfMemoryError. 2009-10-13 18:40:51 +00:00
John Cortell
892e506a8e Continuation of last commit; forgot to delete unused CDT breakpoint. 2009-10-13 16:49:53 +00:00
John Cortell
337f549394 [289915] Race condition in CBreakpointManager.java. Also, applied the deadlock fix in rev 1.71 to two other similar locations, and made the logic in all three methods consistent (since they effectively do the same thing). Finally, I improved the logic in the 1.71 fix to consider the fact that the CBreakpoint may have been created on another thread while the lock was temporarily released. 2009-10-13 16:34:54 +00:00
John Cortell
939b63d177 Potential fix for [291912] Eclipse hangs while debugging qt apps with default installation. 2009-10-09 15:52:54 +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
John Cortell
f93ce93689 Added @since tag on new field 2009-09-30 23:05:15 +00:00