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

786 commits

Author SHA1 Message Date
Mikhail Khodjaiants
fe4b90d99a Contributing new disassembly. 2008-04-10 17:09:12 +00:00
Mikhail Khodjaiants
4e172a4c99 Contributing new disassembly. 2008-04-09 16:58:49 +00:00
Mikhail Khodjaiants
887a1ea83e Added support for breakpoint actions to the disassembly editor. 2008-04-09 13:51:38 +00:00
Mikhail Khodjaiants
e9ac88667a Added support for breakpoint actions to the disassembly editor. 2008-04-09 13:25:46 +00:00
Mikhail Khodjaiants
24cc1a7822 Contributing new disassembly. 2008-04-08 16:58:38 +00:00
John Cortell
c56222f3e5 Minor optimization 2008-04-08 11:43:11 +00:00
Mikhail Khodjaiants
0c89fe6733 Contributing new disassembly. 2008-04-08 10:02:03 +00:00
Mikhail Khodjaiants
a076f288d1 Allow the menu contributions to the Disassembly view's ruler. 2008-04-08 09:50:55 +00:00
Mikhail Khodjaiants
35dfb7a9a9 Contributing new disassembly. 2008-04-07 17:31:51 +00:00
Mikhail Khodjaiants
af3f69afb9 Contributing new disassembly. 2008-04-04 16:39:42 +00:00
Mikhail Khodjaiants
2c2447767b Contributing new disassembly. 2008-04-03 17:06:41 +00:00
Mikhail Khodjaiants
c9028aceb8 Removed modules view related constants. 2008-04-03 17:02:03 +00:00
John Cortell
402016a6f0 Cleanup. Use generics (to fix warnings) and other misc improvements. No functional change. 2008-04-02 23:48:03 +00:00
John Cortell
253c339287 Allow user to enter range in hex format 2008-04-02 23:35:24 +00:00
Mikhail Khodjaiants
b87d5b3b2e Added interfaces for content, label and annotation providers. 2008-04-02 16:42:46 +00:00
Mikhail Khodjaiants
231b11b8ab Added request interfaces for the virtual (disassembly) viewer. 2008-04-02 16:20:24 +00:00
Anton Leherbauer
cfae4dbc59 Fix for 225099: Breakpoint toggling for files outside projects is broken in CDT CVS HEAD
Patch by Øyvind Harboe <oyvind.harboe@zylin.com>
2008-04-02 07:25:33 +00:00
Mikhail Khodjaiants
78f39429c5 Bug 210558: Migrate CDT to use new platform Modules view. 2008-04-01 15:08:15 +00:00
Ken Ryall
0a8de13225 Externalize Strings. 2008-03-28 21:15:46 +00:00
Anton Leherbauer
dd9db085d7 Get rid of SharedTextColors 2008-03-28 15:39:09 +00:00
Alain Magloire
d0e1ee1473 *org.eclipse.cdt.debug.internal.core/CBreakpointManager.java
*org.eclipse.cdt.debug.internal.uui.propertypages/CBreakpointPreferenceStore.java
*org.eclipse.cdt.debug.internal.uui.propertypages/CBreakpointPropertyPage.java

221408 nor P3 Wind cdt-debug-inbox@eclipse.org NEW Ability to move breakpoints manually to a different line

Patch from Elena
2008-03-28 15:34:57 +00:00
John Cortell
212e5595fb Minor improvements: 1. Make expression-based input appear before memory-space based one 2. Remember which input type was selected last and make that the default when opening the dialog 3. Automatically give focus to the appropriate text input widget. 2008-03-26 11:49:42 +00:00
John Cortell
064d4429ba Some cleanup leading up to some functional improvements (this commit doesn't alter behavior). 2008-03-25 22:08:03 +00:00
Ken Ryall
e67872f544 Fix NPE when no file extension. 2008-03-24 21:46:26 +00:00
Ken Ryall
3071e4834e Bug 182388, Executables view and supporting classes. 2008-03-24 21:21:02 +00:00
Anton Leherbauer
65adceff69 Fix NPE 2008-03-17 09:57:04 +00:00
Anton Leherbauer
8f9be92af5 Fix manifest warnings 2008-02-15 10:29:25 +00:00
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