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

2597 commits

Author SHA1 Message Date
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
Mikhail Khodjaiants
c3790d739d Cleanup of deprecated attributes. 2007-02-12 17:18:42 +00:00
Mikhail Khodjaiants
7124b790a6 Bug 173792: Modules view needs to catch up with 3.3M5. Cleanup. 2007-02-12 17:03:44 +00:00
Mikhail Khodjaiants
c3d550f539 Bug 173792: Modules view needs to catch up with 3.3M5. Cleanup. 2007-02-12 16:54:37 +00:00
Mikhail Khodjaiants
85fa4bbdc8 Bug 173792: Modules view needs to catch up with 3.3M5. Added ModuleMementoProvider. 2007-02-12 16:49:54 +00:00
Mikhail Khodjaiants
603cc6b75b Bug 173792: Modules view needs to catch up with 3.3M5. Added ModuleLabelProvider. 2007-02-12 15:53:41 +00:00
Mikhail Khodjaiants
8ca2e0c519 Bug 173792: Modules view needs to catch up with 3.3M5. Cleanup. 2007-02-12 14:07:04 +00:00
Mikhail Khodjaiants
75ab77d311 Bug 173792: Modules view needs to catch up with 3.3M5. Cleanup. 2007-02-11 23:21:39 +00:00
Mikhail Khodjaiants
7ad1539548 Bug 173792: Modules view needs to catch up with 3.3M5. Replaced ModulesViewer by ModelTreeViewer and ModuleContentAdapter by ModuleContentProvider. 2007-02-11 23:13:08 +00:00
Mikhail Khodjaiants
9c9d0844d9 Bug 173792: Modules view needs to catch up with 3.3M5. The dependency on ModulesViewer has been removed. 2007-02-11 19:51:59 +00:00
Ken Ryall
554bab40b6 Fix bug 159173, improved validation and error reporting. 2007-02-11 17:07:04 +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
71355f9dc9 Bug 173036: target-download "file" is not supported. 2007-02-06 12:23:32 +00:00