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

1329 commits

Author SHA1 Message Date
Mikhail Khodjaiants
0d5ed9cb56 "Load Symbols For All" doesn't work: CModuleManager does not implement ICDebugElement. Replaced by IAdapatable. 2007-02-13 18:30:19 +00:00
John Cortell
88faee0afe Fix to memory space support. Monitors created with expressions were not restored for CDI clients with memory spaces. 2007-02-13 13:10:08 +00:00
John Cortell
d6bcb20759 Additional comments 2007-02-13 13:08:05 +00:00
John Cortell
65db071866 Renamed units parameter name. 2007-02-11 14:13:03 +00:00
John Cortell
df61873f6d Correct improper handling and general confusion of the addressable size concept in the memory APIs (173420) 2007-02-09 14:24:05 +00:00
Ken Ryall
4a12afdf17 More support for CDebugTargets with no binaries. 2007-02-08 03:53:04 +00:00
Ken Ryall
fa70524c95 Fix bug 173197, allow CDI targets to provide an address factory. 2007-02-08 00:27:50 +00:00
Ken Ryall
eec83cfb66 Fix bug 91771. 2007-02-08 00:06:28 +00:00
John Cortell
c24e249051 Assignment placed in incorrect block could lead to NPE. 2007-02-07 22:47:18 +00:00
John Cortell
e1ca2d84ef User can now specify a memory address for the stop on start point (173201) 2007-02-07 18:07:34 +00:00
John Cortell
167425f50a Removed obsolete internal method 2007-02-06 21:12:54 +00:00
Mikhail Khodjaiants
8206c94423 Bug 139203: "if" and "at" translateable? #71. 2007-02-06 11:35:37 +00:00
John Cortell
254fd3131e Resolution for 172508. Update all variables and registers on the receipt of a memory changed event (if the backend wishes so). 2007-02-02 17:00:57 +00:00
Mikhail Khodjaiants
6a3d9e2e9e Bug 155464: Thread mix-up when debugging multi-threaded programs. 2007-02-02 12:51:19 +00:00
Ken Ryall
5128fa2cb3 Forgot to externalize strings. 2007-01-31 20:38:04 +00:00
Ken Ryall
f3e2d73cd2 Added support for breakpoint problem markers, bug 170027. 2007-01-31 20:16:00 +00:00
John Cortell
e3d74cc314 Remove extraneous, but harmless String assignment 2007-01-31 01:47:21 +00:00
John Cortell
93b18262ed This completes the contribution of the memory space support for the memory view. 2007-01-29 17:47:19 +00:00
John Cortell
f02257b4dc Tweak to last change based on Mikhail's review. 2007-01-18 13:45:30 +00:00
John Cortell
273a31b365 Opimization to getExtendedMemoryBlock(). Where the expression is an absolute address (decimal or hex value), we can sidestep a lot of processing--no need to get the backend to resolve the expression as there is really nothing to resolve. 2007-01-18 02:04:39 +00:00
Mikhail Khodjaiants
9ef94dcd6c Use the default value (STOP_AT_MAIN_DEFAULT) instead of "false".
Minor cleanup.
2006-12-18 10:48:27 +00:00
John Cortell
66948345f0 Fixed bug 166774. Restart tries to set a breakpoint on main regardless of whether the stop on main checkbox is checked or not. 2006-12-15 18:00:09 +00:00
Ken Ryall
df1ef579ef Support for CSourceNotFoundEditor, bug 167305. 2006-12-12 15:05:20 +00:00
Ken Ryall
efebb99186 Make setName public. 2006-11-29 01:07:33 +00:00
John Cortell
df6b9c604b Fixed bug 165042: CMemoryBlockRetrievalExtension.getMemoryBlock constructs a malformed hex expression 2006-11-17 21:11:37 +00:00
John Cortell
d349bb6921 Fixed bugzilla report 163862. Globals don't show if there are no locals in the Variables view. 2006-11-08 21:50:37 +00:00
Ken Ryall
d770ae8727 Fix bug 159833. 2006-11-02 18:38:28 +00:00
John Cortell
6c0b422478 Fix for 162327: NPE when you hit Remove All Global Variables on an empty variables view. 2006-10-25 22:09:19 +00:00
Ken Ryall
9f1cc8d372 Fix 158919. 2006-10-12 23:31:17 +00:00
Anton Leherbauer
b7f5c2f33e Upversion to 4.0.0 and fix dependency version ranges (bug 157543) 2006-10-11 12:28:54 +00:00
John Cortell
1b67f9c817 Initial commit of memory space support in the memory view (made possible by 3.2 platform additions). 2006-10-03 19:07:38 +00:00
Ken Ryall
f7109c7d5a Fixed PPC Mac support broken with fix for 148415. Platform.getOSArch() now returns "powerpc", this used to return "ppc". 2006-09-20 18:25:33 +00:00
Chris Recoskie
a0368c245a fix for 148415 by Corey Ashford 2006-09-15 00:12:13 +00:00
Mikhail Khodjaiants
4dda6937d9 Bugzilla Bug 156707: A failed operation (e.g., resume) can leave the CDebugTarget in an invalid run state. 2006-09-11 17:22:22 +00:00
Mikhail Khodjaiants
66b8cbde90 Bug 155275: Exception when stepping. 2006-08-29 10:46:38 +00:00
Ken Ryall
a2457049ee Fix bug 155316. 2006-08-26 19:11:29 +00:00
Ken Ryall
d1c5dd658c Move the workaround for bug 102563 into the mi plug-in so that non-gdb CDI clients can get the full path for line breakpoint locations. Fixes bug 155137. 2006-08-24 23:11:00 +00:00
Ken Ryall
8abe95052b Merge fix for bug 155129 from 3_1. 2006-08-24 22:39:22 +00:00
Ken Ryall
90ad8fb352 If the breakpoint manager is disabled disable the breakpoint using the same method (async exec) as doHandleLocationBreakpointCreatedEvent. Otherwise it's async thread may enable the breakpoint again after this code runs. 2006-08-17 23:44:10 +00:00
Mikhail Khodjaiants
0198b4400b Bug 136896: View variables in binary format.
Applied modified patch from Mark Mitchell (CodeSourcery).
2006-08-16 08:45:36 +00:00
Doug Schaefer
a48b5f55b1 Updated copyright dates to reflect latest in CVS. 2006-06-23 17:52:45 +00:00
Doug Schaefer
17464c08f4 Update Copyright dates and fix those that had no copyrights. 2006-06-23 17:27:03 +00:00
Ken Ryall
e539d8c06d Added missing copyright notices. 2006-06-15 15:36:43 +00:00
Chris Recoskie
4836857ef3 update copyrights 2006-06-14 12:16:17 +00:00
Mikhail Khodjaiants
263add60a9 Bug 144719: [Modules view] Modules from from different sessions are mixed up. 2006-05-31 18:35:49 +00:00
Mikhail Khodjaiants
d0636fd983 Bug 108472: Debug continues to fail. 2006-05-29 22:08:37 +00:00
Mikhail Khodjaiants
e1b824466e Bug 108472: Debug continues to fail. 2006-05-29 21:52:21 +00:00
Mikhail Khodjaiants
f414177e35 Bug 137138: Common source containers get disposed. 2006-05-26 21:14:19 +00:00
Mikhail Khodjaiants
ebd2942d59 Bug 122010: Registers View is displayed even if supportsRegisters and supportsRegisterModification are disabled.
Fix for supportsRegisterModification.
2006-05-26 19:02:00 +00:00
Doug Schaefer
7b0cf6dc03 Updated the about.html files. 2006-05-24 13:51:50 +00:00