1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 06:32:10 +02:00
Commit graph

2616 commits

Author SHA1 Message Date
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
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
0f3591a28e Bug 176063: Non-API usage in CSourceNotFoundEditor. 2007-03-01 17:17:58 +00:00
Mikhail Khodjaiants
55873833c6 Bug 144277: No images for source containers types. Removed temporary fix. 2007-03-01 15:48:12 +00:00
Ken Ryall
5e931a8a52 Fix NPE when invoking wizard from key binding. 2007-03-01 13:31:10 +00:00
Ken Ryall
36c39970b9 Report problems when adding the executable to the project. 2007-03-01 13:30:35 +00:00
Mikhail Khodjaiants
88b72e9a46 Bug 174988: thread switch while register view is open: redundant mi commands sent. Applied patch from Giuseppe Montalto (STMicroelectronics). 2007-03-01 12:14:17 +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
b4340ada20 Support for ICDIBreakpointManagment2, breaks are enabled/disabled when they are set. 2007-02-16 04:30:03 +00:00
Ken Ryall
608dfc4e8f More refined way to address bug 102563. Also track which source file an MI break is supposed to be in even if gdb won't say after it is set. 2007-02-16 02:38:02 +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
d8152e95ec Cleanup. 2007-02-14 11:26:36 +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