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

2634 commits

Author SHA1 Message Date
Ken Ryall
bc25cdb9a5 Reworked previous change for 179340. 2007-05-11 05:31:02 +00:00
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
8e347bf561 Disable the console for the MI version just as the CLI version does. 2007-05-05 14:42:57 +00:00
Ken Ryall
7cf646142e Forgot to externalize a string. 2007-05-05 14:27:28 +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
27043fdba7 Better MI support on Mac OS: MI version of shared lib info, also allow CommandFactory to provide initial directory specification so it can be quoted. 2007-05-04 21:12:39 +00:00
Ken Ryall
e451a6c00a Bug 179202. Make showing the list of source files when you expand a binary optional. This setting will go away once we do 182388. 2007-05-03 20:26:46 +00:00
Ken Ryall
0bec8cba77 Bug 177262, add help context IDs. 2007-05-03 05:13:33 +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
0b7da80fc4 Fix compile error due to 1.6 compatability. 2007-04-30 11:46:30 +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
Anton Leherbauer
805be5b8ed Fix for 179967: warning for breakpoint handler logged on startup 2007-04-27 07:48:46 +00:00
Anton Leherbauer
987b06a53e Fix for 183396: Open up breakpoint ruler actions for other debug models 2007-04-26 09:06:33 +00:00
Ken Ryall
07564ddb49 Bug 183291. ToggleBreakpointRulerAction should use the IToggleBreakpointTarget adapter based on editor file. 2007-04-25 15:21:36 +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
John Cortell
851f7fee6f Back to 1.177. Suffering severe confusion. 2007-04-19 02:06:46 +00:00
John Cortell
da9a1335f4 Reverted last commit; committed the wrong file 2007-04-19 02:04:36 +00:00
John Cortell
dffdcfe031 Fixed 183094. Extension point interface was in package not exported. 2007-04-19 01:56:58 +00:00
Doug Schaefer
28af2813bf First GDB JTAG session running. 2007-04-18 19:57:22 +00:00
Ken Ryall
a59c16a63a 175532 Support for address to source API. 2007-04-17 18:19:42 +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
Mikhail Khodjaiants
dbaba763e1 Bug 150471: NPE in ToggleBreakpointAdapter. 2007-04-13 13:45:07 +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
7433bf42fc Fixed bug 181804. Schema files not getting into SDK 2007-04-10 17:24:06 +00:00
Alain Magloire
97186148e9 patch form Elena # 180975 2007-04-09 20:01:17 +00:00
John Cortell
39e042242d Reviewed and applied patch for 180673. "Remove all Global Variables" action in the Variables view was enabled even when there were no global variables in the view. 2007-04-05 14:08:48 +00:00
John Cortell
f74e2a2c72 Corrected parameter names and JavaDoc of ICDIThread.getStackFrames. Bug 180819. 2007-04-05 13:39:22 +00:00
Alain Magloire
d0015ae8c3 Fix from Elena for PR #189959
Fixing the backtrace parsing for C++
2007-04-02 15:41:58 +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
35ec1e3650 Fire a breakpoint changed event when the install count goes to zero so the breakpoint marker images will be updated to show the uninstalled state. 2007-03-29 19:06:30 +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
Mikhail Khodjaiants
586e639a47 Bug 175338: Debug is broken after M5. Renamed IModelProxyFactoryAdapter to IModelProxyFactory. 2007-03-26 14:33:59 +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
Doug Schaefer
90bb8e6612 Backing out patch for 175338. We haven't moved to M6 yet. 2007-03-22 05:01:41 +00:00
Vivian Kong
5bc8da81cd fix for bug 175338 - changing all references to IModelProxyFactoryAdapter to IModelProxyFactory 2007-03-21 18:03:22 +00:00
John Cortell
c0c96c265c Fixed 178485. Breakpoints can disappear from the disassembler view if they're set on the first or last line in the view. 2007-03-21 06:05:36 +00:00