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

1285 commits

Author SHA1 Message Date
Mikhail Khodjaiants
b45f93e8ce Contributing new disassembly. 2008-04-18 16:18:15 +00:00
Mikhail Khodjaiants
501ebcad7f Contributing new disassembly. 2008-04-17 17:23:35 +00:00
Ken Ryall
0a10b91cca Try getting the address factory first from the CDI Target, then fall back on the executable. 2008-04-17 15:48:02 +00:00
Mikhail Khodjaiants
5b528871c9 Contributing new disassembly. 2008-04-16 17:10:57 +00:00
Ken Ryall
200b2b5024 Make sure containers have their director initialized properly before use. 2008-04-15 17:01:14 +00:00
Ken Ryall
027bd802aa Better support for breakpoints in external files. 2008-04-10 15:26:57 +00:00
Ken Ryall
97a10ee586 If the existing executables project is closed, use a new one. 2008-04-07 20:15:21 +00:00
Mikhail Khodjaiants
52555085ca Contributing new disassembly. 2008-04-07 08:52:18 +00:00
Mikhail Khodjaiants
2c2447767b Contributing new disassembly. 2008-04-03 17:06:41 +00:00
John Cortell
3f4bcfc489 Added constant for float. 2008-04-02 21:38:01 +00:00
Mikhail Khodjaiants
231b11b8ab Added request interfaces for the virtual (disassembly) viewer. 2008-04-02 16:20:24 +00:00
Mikhail Khodjaiants
78f39429c5 Bug 210558: Migrate CDT to use new platform Modules view. 2008-04-01 15:08:15 +00:00
John Cortell
fa7e6e8363 Backed out my fix to 224463. Further investigation made me realize the problem is really a platform one. I've opened 224771. 2008-03-29 16:59:10 +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
Alain Magloire
02f51cf12a * org.eclipse.cdt.debug.internal.core.model/CValue.java
* org.eclipse.cdt.debug.mi.core.cdi/SourceManager.java
221944 nor P3 Wind cdt-debug-inbox@eclipse.org NEW Cannot display long long int as hex

Patch from Elena
2008-03-28 15:27:31 +00:00
Alain Magloire
b8079d556d org.eclipse.cdt.debug.internal.core.model/CThread.java
218260 Performance issues while stepping through with many threads

Patch from Elena
2008-03-28 15:20:21 +00:00
Alain Magloire
1ffac28c6d org.eclipse.cdt.debug.internal.core/CBreakpointManager.java
219863 nor P3 Wind regression: Address breakpoints inserted from console do not resolve location properly


Patch from Elena.
2008-03-28 15:15:24 +00:00
John Cortell
d41031da82 Fix for 224463. Debug view actions don't update after step operation in target with thread-level run control. 2008-03-27 20:28:36 +00:00
Ken Ryall
3071e4834e Bug 182388, Executables view and supporting classes. 2008-03-24 21:21:02 +00:00
Mikhail Khodjaiants
57316d3144 Added disassembly context related interfaces. 2008-03-15 18:18:14 +00:00
John Cortell
55635e6d20 Equip CVariable with a method to expose the underlying CDI object. Discussed with Mikhail and Ken in June 2007. 2008-02-27 17:24:31 +00:00
Ken Ryall
3c15d8a169 Bug 218219 2008-02-17 02:17:03 +00:00
Ken Ryall
2a99774c72 Bug 219128 fix NPE. 2008-02-16 16:09:35 +00:00
John Cortell
34a4df0832 We don't handle the notification of a breakpoint created in an external translation unit. I.e., if the user imports an executable built outside of Eclipse, and the backend reports that a breakpoint has been created in one of its source files (through, say, a backend shell), CBreakpointManager doesn't handle it correctly. 2008-02-15 15:26:56 +00:00
Anton Leherbauer
8f9be92af5 Fix manifest warnings 2008-02-15 10:29:25 +00:00
John Cortell
8bc24567af Adjustment to 218194. There was a concern that there might be IBreakpointListeners out there that are interested in the INSTALL_COUNT attribute, since that attribute was defined in a public interface. This new solution is a hybrid between the original logic and the initial fix to 218194. We don't use the INSTALL_COUNT attribute to maintain the install count, but we update it when it changes. I've updated the documentation for the attribute. 2008-02-14 22:33:38 +00:00
John Cortell
21b8ccf0a5 Bugzilla 218194. Fix how install count is associated with a breakpoint. 2008-02-07 16:33:35 +00:00
Ken Ryall
468b4a4082 Bug 217493. 2008-02-05 22:50:27 +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
John Cortell
de8fa2cc7d Applied 215787 patch. Discussed with Ken. 2008-01-21 16:41:56 +00:00
John Cortell
157e94c9d5 Better choice of words in comment in last commit. 2008-01-16 23:04:42 +00:00
John Cortell
3dff3a9d29 Plugged reference leak. When all breakpoints were removed from a debug session during session termination, the platform breakpoint objects were being left with a reference to the defunct CDebugTarget. 2008-01-16 23:02:49 +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
da553be6cd Applied additional 209793 patch to fix regression in original patch. 2008-01-10 20:03:01 +00:00
John Cortell
a64cedd926 Applied patch for 209793. Persist the format selection and cast-to-type of variables. Adds a generic mechanism for storing collections of such setting types as a single launch configuration setting. In other words, persisting the format of 10 variables will not result in 10 launch config settings, but rather one. 2008-01-04 22:20:52 +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
John Cortell
e1478e3c72 Applied patch in bug 199584. Run-to-Line was not setting the thread state. 2008-01-04 14:05:29 +00:00
John Cortell
2250bfc3d6 Applied patch in bug 191583. Logic not taking into account blocks with addressable size > 1. 2008-01-04 03:36:50 +00:00
Anton Leherbauer
9fcb8e7bb0 Fix for 213456: Misuse of IMarker.LOCATION attribute breaks API and leads to ClassCastExceptions 2007-12-21 11:57:35 +00:00
John Cortell
56dd415d35 Adjusted minor inneficiency someone here noticed. 2007-12-14 21:15:18 +00:00
John Cortell
4ba7e8ddeb When the user disables a variable, don't dispose the CDI variable for targets (engines) that use passive variables. The dispose is only there for performance reasons, and it's not needed with passive variables. 2007-12-12 16:05:13 +00:00
John Cortell
f1ca140b10 Fixed 212282. Don't allow variable editing if disabled. 2007-12-07 17:03:41 +00:00
John Cortell
97c41a004d getBytesFromAddress() would return null ifgetAddressableSize() was called first 2007-11-30 22:38:45 +00:00
Mikhail Khodjaiants
438bcfd697 Bug 210863: Source lines are not available in disassembly view for imported executable files. Applied patch from Mike Caraman (Freescale). 2007-11-26 12:18:39 +00:00
Ken Ryall
41ada3d495 Bug 205017. 2007-11-21 23:29:20 +00:00
Ken Ryall
e626ad559a Bug 204738 2007-11-15 21:00:48 +00:00
Anton Leherbauer
8629e6b5d1 Upversion plug-ins to 5.0.0 2007-11-06 08:02:32 +00:00
Ken Ryall
66cbf5bea7 Bug 118299, improved watchpoint support. 2007-11-05 15:36:46 +00:00
Ken Ryall
1a138c44af Bug 207675, display wchar_t as unicode chars. 2007-10-27 17:48:36 +00:00