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

1770 commits

Author SHA1 Message Date
Mikhail Khodjaiants
35d26b9e76 Check if the new stack frame is of the same debug target as the old one. 2004-05-02 23:58:21 +00:00
Doug Schaefer
aad469ecbe The schema folder was missing from the nightly build.
Also cleaned up the source build contents.
2004-05-01 14:27:31 +00:00
Mikhail Khodjaiants
3fa86e4cce New copyright. 2004-04-30 22:05:37 +00:00
Mikhail Khodjaiants
95df2620f0 New implementation of the "Resume At Line" global action. 2004-04-30 22:00:57 +00:00
Mikhail Khodjaiants
0a4a56f7b5 Added ruler breakpoint actions to the Disassembly view. 2004-04-30 19:05:00 +00:00
Mikhail Khodjaiants
505d65f2fb Fix for bug 59083: Two short cut keys in one sentence. 2004-04-29 16:42:53 +00:00
Mikhail Khodjaiants
8d88af92cd Added support of context menu to the Disassembly view. 2004-04-28 22:35:27 +00:00
Mikhail Khodjaiants
2a0432dada Added the overview ruler to the Disassembly view. 2004-04-28 18:49:37 +00:00
Mikhail Khodjaiants
970cec46b6 Breakpoints presentation in the Disassembly view. 2004-04-27 23:19:26 +00:00
Mikhail Khodjaiants
06ad029125 Moved the "FUNCTION" and "ADDRESS" breakpoint attributes to ICLineBreakpoint.
Added support for the Disassembly view.
2004-04-27 23:13:23 +00:00
Mikhail Khodjaiants
e9fb20d44d The notification of the Breakpoint Manager on breakpoint creation has been moved to CBreakpointUpdater. 2004-04-26 18:49:42 +00:00
Mikhail Khodjaiants
0c56154308 Incorrect date in ChangeLog. 2004-04-26 16:07:17 +00:00
Mikhail Khodjaiants
b87154d43c Fix for bug 58711: Breakpoint race condition.
Notify the Breakpoint Manager when the install count of breakpoint is changed.
2004-04-24 03:30:51 +00:00
Mikhail Khodjaiants
671d4db3fb Corrected date in ChangeLog. 2004-04-24 03:27:20 +00:00
Mikhail Khodjaiants
1802824b5f Additional fix for bug 58711: Breakpoint race condition. 2004-04-23 00:14:53 +00:00
Mikhail Khodjaiants
07dc15fa9c Implementing the Disassembly view. New annotation model is added to show breakpoint markers. 2004-04-21 23:10:49 +00:00
Mikhail Khodjaiants
d2db6b3af9 Disassembly should provide an adapter for IExecFialeInfo. 2004-04-21 23:06:37 +00:00
Mikhail Khodjaiants
125213c8be The "getCFileGlobals" method of "IExecFileInfo" throws "DebugException". 2004-04-20 16:03:27 +00:00
Mikhail Khodjaiants
41a3d5d9ff Changed copyright header. 2004-04-20 16:02:49 +00:00
Alain Magloire
7ef1a6ed7e Change The Core Model interfaces to throw CModelException when
the fail abnormally.  This forces a lot of try{} catch(){}
bloks and rethrow to be added in the code.
2004-04-20 00:06:27 +00:00
Mikhail Khodjaiants
e2983ad1f8 Fix for bug 58711: Breakpoint race condition. 2004-04-19 22:12:02 +00:00
Mikhail Khodjaiants
62150f7451 Display global variable name in the error message when the "Add Globals" action fails. 2004-04-19 20:42:08 +00:00
Mikhail Khodjaiants
ce956c49b8 Implementing retargettable actions for Disassembly view. 2004-04-16 21:45:24 +00:00
Mikhail Khodjaiants
a2189ff379 Stack frame should provide an adapter for IRunToAddress. 2004-04-16 21:41:22 +00:00
Mikhail Khodjaiants
ff65631c31 Implementing the Disassembly view. 2004-04-15 23:05:15 +00:00
Mikhail Khodjaiants
48f0015abc Implementing the Disassembly view. 2004-04-15 22:53:48 +00:00
Mikhail Khodjaiants
050a97e1c7 Fixes in the breakpoint-related actions. 2004-04-13 03:17:06 +00:00
Mikhail Khodjaiants
670e216592 Changed the labels of the ruler breakpoint actions. 2004-04-13 01:56:19 +00:00
Mikhail Khodjaiants
2a72346aa5 Implementing retargettable breakpoint related actions. 2004-04-12 22:33:55 +00:00
Mikhail Khodjaiants
a1f408bc47 Implementation of the "Run To Line" retargettable action. 2004-04-11 21:23:36 +00:00
Mikhail Khodjaiants
ead83ba6f7 Stack frame should provide an adapter for IRunToLine. 2004-04-11 21:15:55 +00:00
Mikhail Khodjaiants
03d56777ac Implementing retargettable actions. 2004-04-08 22:20:56 +00:00
Mikhail Khodjaiants
e5bb96e955 Added breakpoint images and implemented the extension points for breakpoint marker annotations. 2004-04-08 20:10:09 +00:00
Mikhail Khodjaiants
d738d66c3c Strings externalization fixes and reformatting. 2004-04-07 18:17:01 +00:00
Mikhail Khodjaiants
0e140bfac8 Removed the support of debugger process. 2004-04-07 15:59:55 +00:00
Mikhail Khodjaiants
f522b709fd Removed the "Show Debugger Console" action. 2004-04-07 15:59:20 +00:00
Doug Schaefer
3a5e182ba9 Fixed the warnings from the nightly build. There seems to
be a problem with Organize Imports which adds
unnecessary imports so I anticipate these returning
over time until the Organize Imports feature is fixed.
2004-04-06 14:24:15 +00:00
Mikhail Khodjaiants
15a02c374e Removed dependency to xerces. 2004-04-03 00:04:03 +00:00
Mikhail Khodjaiants
2288121f9b Fix for bug 57160: Don't override Debug perspective's "autoClose" behavior. 2004-04-02 20:14:07 +00:00
Mikhail Khodjaiants
9a23d4eb95 Fix for bug 57159: Don't add C views to Debug perspective by default. 2004-04-02 16:33:21 +00:00
David Inglis
0e68bf890b reverted some string externalizing which should never have been done. 2004-04-02 15:52:45 +00:00
Mikhail Khodjaiants
129a37e32a Changes in the Shared Libraries and the Signals views. 2004-04-02 00:13:03 +00:00
Mikhail Khodjaiants
863c45ab6c Changes and additions to support the new implementations of Shared Libraries, Signals and Disassembly views. 2004-04-02 00:05:34 +00:00
Doug Schaefer
62a5a610ad Added back the xerces deps. 2004-04-01 20:52:48 +00:00
Doug Schaefer
e3569cbd19 Removing plugin and feature references to xerces. 2004-04-01 20:39:39 +00:00
Mikhail Khodjaiants
e9f35af8d7 Moved the "Show Full Paths" action from toolbars to view's menus. 2004-04-01 20:16:55 +00:00
Mikhail Khodjaiants
884e67b57e The first step to replace CDebugModel by CDIDebugModel. 2004-04-01 20:07:35 +00:00
Alain Magloire
1ff55f435a GDBserver config should be "*" not "native" 2004-04-01 19:44:19 +00:00
Mikhail Khodjaiants
4eb55adeda Added default preferences to the C/C++ Debug preference page.
Removed the preference page of the Shared Libraries views.
2004-04-01 00:18:58 +00:00
Mikhail Khodjaiants
4963455c1d Added default preferences to the C/C++ Debug preference page. 2004-04-01 00:16:19 +00:00