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

1011 commits

Author SHA1 Message Date
Ken Ryall
04f8a1f32f Bug 185956, now returns CDI interface. 2007-05-11 02:21:57 +00:00
Ken Ryall
d6d4754b00 Bug 126262, applied Ling Wang's patch. 2007-05-10 03:32:23 +00:00
Ken Ryall
8de69589f3 Bug 150863 - Patch from Warren Paul: Double values not displayed correctly in hex and decimal formats. 2007-05-05 15:03:28 +00:00
Ken Ryall
0b84053482 Bug 150862 - Patch from Warren Paul: Float values not displayed correctly in hex and decimal formats.. 2007-05-05 15:01:46 +00:00
Ken Ryall
dc298fd126 Bug 176077 - Running threads flicker in Launch View when stepping in one thread. 2007-05-05 00:19:48 +00:00
Ken Ryall
87b26cc99e Bug 176081 - In multi-process debug, breakpoint is mistakenly uninstalled on process termination. Patch from Ling Wang. 2007-05-04 22:24:46 +00:00
Ken Ryall
2e40c5fecb Bug 150864, Not all printable characters are displayed in the debugger 2007-04-30 12:37:38 +00:00
Ken Ryall
4d899078f5 Bug 159860, more formatting for bool. 2007-04-30 12:30:00 +00:00
Doug Schaefer
cbf44a76fc Bug 179755 - Introduced mechanism to allow debuggers to specify a regex pattern specifying supported build configurations. This is used to set the defaults in the CDebuggerTab as well as the CApplicationLauchShortcut. A new debugger MinGW is introduced to take advantage of this and set the appropriate paths to the MinGW debugger. 2007-04-30 00:22:28 +00:00
Mikhail Khodjaiants
b3e38d9e19 Bug 135250: Patch to fix function breakpoints. 2007-04-27 11:11:01 +00:00
John Cortell
8cf690c623 Add throws CDIException to new ICDIFormattable, as per Mikhail's recommendation. 2007-04-24 11:54:38 +00:00
John Cortell
5162005b2c Fixed 183108. Allow the CDI backend to dictate the format (hex/decimal/binary) to use for displaying an integral ICDIValue 2007-04-24 02:46:09 +00:00
John Cortell
cb5454c394 Made sizeof() public. Discussed with Mikhail. 2007-04-19 11:44:46 +00:00
Doug Schaefer
7da95e5c39 Fix ASCII property on schema 2007-04-15 16:57:29 +00:00
Doug Schaefer
ae79780029 Fixed class for new debugger. 2007-04-15 16:56:45 +00:00
Doug Schaefer
738955feca Fix bug where project name was empty. 2007-04-12 21:01:16 +00:00
John Cortell
2ef0a88398 Fixed bug 181829. Debugger was not enforcing extension point schema. Also renamed 'breakpointActionPage' extension point to have an uppercase first letter, for consistency with all other CDT debugger extension points. 2007-04-10 19:28:22 +00:00
John Cortell
f74e2a2c72 Corrected parameter names and JavaDoc of ICDIThread.getStackFrames. Bug 180819. 2007-04-05 13:39:22 +00:00
Ken Ryall
b06c1f160b Bug 175532. AddressToSource API interface definition. 2007-03-29 19:08:56 +00:00
Ken Ryall
0aa91682cd If the CDI backend fails when getting the value for a variable put the error message in place of the value string so the user will have some idea what happened. 2007-03-29 19:07:47 +00:00
Ken Ryall
da5c3c790e Added an ExecutableReloadedEvent so if the debugger backend detects that code has moved then CBreakpointManager can reinstall the breakpoints. 2007-03-29 19:05:20 +00:00
Mikhail Khodjaiants
7b9a5bdfa3 Bug 179425: two periods ".." appear at end of some CDT "Target request failed: ..." error messages. 2007-03-29 16:00:49 +00:00
Ken Ryall
891eaa7729 Added overlay images for breakpoints with actions attached. 2007-03-29 15:02:34 +00:00
Ken Ryall
02af47ffb6 Bug 118308 support for breakpoint actions. 2007-03-28 23:29:04 +00:00
John Cortell
02e236eed6 Support for a numeric address value being the stop on start expression was added last month, but the restart() case was not covered. This adds the missing support 2007-03-22 20:44:15 +00:00
Vivian Kong
c3928a2c46 fix for bug 177431 2007-03-14 21:10:15 +00:00
Ken Ryall
9c7f2934ed Make sure breakpoint problem markers are removed when a breakpoint is removed. 2007-03-14 19:48:35 +00:00
Mikhail Khodjaiants
1ac3376300 Warning cleanup. 2007-02-21 12:02:04 +00:00
Ken Ryall
2a54313bd6 When the source locator finds source files by absolute path attempt to create an external translation unit to display them with. Bug 159831. 2007-02-17 14:39:49 +00:00
Ken Ryall
7aee6c93ac Bug 105196, add the the enabled flag to the CDI api for setting breakpoints instead of calling setEnabled later on. 2007-02-15 20:47:11 +00:00
Mikhail Khodjaiants
d692d9d650 Bug 173253: Create Watch Expression of member variable or struct. 2007-02-13 23:42:50 +00:00
Ken Ryall
c2d6547a5d Fix a case where breakpoint problem markers were not removed at the end of a debug session. Bug 172722. 2007-02-13 20:38:56 +00:00
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