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

909 commits

Author SHA1 Message Date
John Cortell
743d1d04ee Add Watchpoint memory rendering action contribution was only added for pane 1. There's a pane 2 as well 2008-02-14 21:43:38 +00:00
John Cortell
ab1ad42fd7 Fixed way in which the new Add Watchpoint action gets its context from the memory rendering. 2008-02-14 20:46:48 +00:00
John Cortell
60dd429b5c Fixed way in which the new Add Watchpoint action gets its context from the memory rendering. 2008-02-14 20:40:26 +00:00
Anton Leherbauer
86529c7688 Avoid usage of getPath() - related to bug 218266 2008-02-14 08:10:43 +00:00
Ken Ryall
c3f7d8269c Bug 218219. 2008-02-12 19:49:22 +00:00
Ken Ryall
2cd3d0b3a1 Bug 218085 2008-02-12 19:42:42 +00:00
Anton Leherbauer
d3af1cd424 Fix for 218342: [patch] unable to clear breakpoints in ExternalTranslationUnit's from the editor (Patch by Warren Paul) 2008-02-11 11:03:42 +00:00
Ken Ryall
3a0793732b Bug 217485 - Can't set method breakpoints from the editor unless the method/function name is selected. 2008-02-05 21:38:55 +00:00
John Cortell
5289cfd50b Set project compliance to 1.5 2008-01-28 16:08:49 +00:00
Ken Ryall
ceb1b0efad Bugs 216092 & 211533. 2008-01-25 22:58:17 +00:00
Chris Recoskie
f40c392f11 Created ICElement.getLocationURI() method. Changed ITranslationUnit concrete implementations to only be constructable from URIs. 2008-01-15 19:13:24 +00:00
John Cortell
048b012111 Applied patch to 204028. Setting an address breakpoint in a session with no symbolics (executable) would NPE. 2008-01-04 21:16:32 +00:00
Mikhail Khodjaiants
5cfeda3947 Bug 213184: Modules view broken. 2007-12-17 16:46:18 +00:00
Mikhail Khodjaiants
fae36a5ca7 Bug 212840: Modules view doesn't compile against platform 3.4M4. 2007-12-16 20:37:49 +00:00
Anton Leherbauer
86ef64e116 Fix for 209001, missing ctx-sensitive help for some debugger views. 2007-11-07 13:45:28 +00:00
Anton Leherbauer
8629e6b5d1 Upversion plug-ins to 5.0.0 2007-11-06 08:02:32 +00:00
Ken Ryall
f4a85817e6 Bug 207231, view memory on variables. 2007-11-05 15:42:32 +00:00
Ken Ryall
66cbf5bea7 Bug 118299, improved watchpoint support. 2007-11-05 15:36:46 +00:00
Mikhail Khodjaiants
db41842f23 Bug 207094: Modules view doesn't compile against platform 3.4M2. Applied patch from Pawel Piech (Wind River). 2007-11-02 21:33:17 +00:00
Ken Ryall
1a138c44af Bug 207675, display wchar_t as unicode chars. 2007-10-27 17:48:36 +00:00
Ken Ryall
58150201b7 Fix typo in previous commit. 2007-10-19 20:44:46 +00:00
Ken Ryall
de0b85c913 Bug 206825. 2007-10-19 15:14:43 +00:00
Mikhail Khodjaiants
44f817a54b Changed copyright. 2007-10-03 17:31:46 +00:00
Mikhail Khodjaiants
2a1bb17d2a Column support for Modules view. 2007-10-03 14:46:31 +00:00
Mikhail Khodjaiants
f969cc0ef9 Debug model agnostic Modules view. 2007-10-02 14:29:32 +00:00
Ken Ryall
56e73c7889 Cleaned up the CSourceNotFound editor. It now works for non IDebugElements too. 2007-09-17 21:27:45 +00:00
Ken Ryall
f1dcaf70a2 Fixed a problem where binary parsers where sometimes not saved in the project. 2007-09-07 23:35:27 +00:00
Anton Leherbauer
caa71ea750 Fix for 201521: External assembly files don't show breakpoint icons 2007-08-29 08:49:14 +00:00
Ken Ryall
d8fb6a0a1d Bug 201165 2007-08-25 16:30:28 +00:00
Ken Ryall
f76bef99d6 Allow override of default project name. 2007-08-21 01:42:20 +00:00
Mikhail Khodjaiants
2e740cb814 Bug 198023: In the Debug Register View the object contribution "Add Register Group" is enabled and should not be. 2007-08-13 15:47:28 +00:00
Mikhail Khodjaiants
bfea9dea0c Bug 197178: CDT Debug should not contribute to Platform earlyStartup. 2007-08-07 09:51:18 +00:00
Ken Ryall
27bfb855d6 Bug 195984. 2007-08-03 04:10:17 +00:00
Ken Ryall
cd9c320af7 Give each button a uid. 2007-07-31 03:30:54 +00:00
Ken Ryall
1bf06a9d31 Bug 81353, option to view disassembly when stopped in a location with no source. 2007-07-29 15:32:08 +00:00
Mikhail Khodjaiants
79c143bd48 Possible NPE in "getUniqueIdentifier" if the plugin's bundle hasn't been loaded. Replaced by a constant string for the plugin id. 2007-07-25 11:45:42 +00:00
Vivian Kong
f139474fac Patch for bug 189003 by Jason Montojo - fixing tab order 2007-06-21 21:22:26 +00:00
John Cortell
c1eac4b95e Fixed 193198. If an error was encountered by an action delegate, it would be eaten. 2007-06-18 20:53:34 +00:00
Mikhail Khodjaiants
f0c34f030e Bug 145606: The watchpoint property dialog shows the filename rather than the project. 2007-06-18 15:29:38 +00:00
Doug Schaefer
e9963971e8 Fix up copyrights. 2007-06-14 18:51:35 +00:00
Mikhail Khodjaiants
9a64852657 Bug 186929: Run to Line and Resume At Line should be passing absolute path to CDI client. 2007-06-12 16:01:28 +00:00
Mikhail Khodjaiants
c5b5330a13 Bug 189458: Variables view doesn't show changes 2007-06-04 10:23:30 +00:00
Vivian Kong
df40b25a13 fix for bug 189326 - manually add labels to controls for accessibility 2007-05-30 19:51:43 +00:00
Anton Leherbauer
aabedf8212 Follow-up for 183291: Force load of adapter 2007-05-30 10:17:19 +00:00
Doug Schaefer
77bb9964a6 Bug 189539 - Fix dates on about.html files to reflect projected release date. 2007-05-29 03:48:49 +00:00
Mikhail Khodjaiants
97742ee6c8 Bug 188348: TVT33:TCT175: ar: 13.001680 Wrong icons 2007-05-22 18:40:54 +00:00
Anton Leherbauer
c29ea1ef6b Open annotation model for other debug models (related to bug 186396) 2007-05-21 07:49:06 +00:00
Mikhail Khodjaiants
e54c4973dd Warning cleanup. 2007-05-17 15:53:27 +00:00
Mikhail Khodjaiants
70debe6329 Bug 187519: Display array's address as its value. 2007-05-17 11:55:52 +00:00
Mikhail Khodjaiants
d110311f48 Bug 186981: Values of variables are shown differently depending on "show columns" option. 2007-05-17 10:06:29 +00:00