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

1332 commits

Author SHA1 Message Date
Mikhail Khodjaiants
1539cf8919 "CUpdateManager" extends "Observable" to support "Auto-Refresh" toggle actions. 2004-06-14 01:35:35 +00:00
Mikhail Khodjaiants
8ce08923fe Changed the comments and copyright text. 2004-06-14 01:31:35 +00:00
Mikhail Khodjaiants
181779924b "CDebugTarget" should provide an adapter for "ICDebugTarget". 2004-06-11 21:44:46 +00:00
Mikhail Khodjaiants
585d6a4aac Changed the synchronization scope. 2004-06-09 19:06:44 +00:00
Mikhail Khodjaiants
4968399c0d Cosmetic change. 2004-06-02 21:51:58 +00:00
Mikhail Khodjaiants
95a0a3e4a4 Fix for bug 65112: Debug Registers view is empty. 2004-06-02 18:17:37 +00:00
David Inglis
760c2a22b5 fixed update platform filtering
fixed compiler error prompting
2004-05-31 18:06:16 +00:00
Mikhail Khodjaiants
e37b85c532 Support for the "Skip All Breakpoints" action. 2004-05-28 21:27:58 +00:00
Mikhail Khodjaiants
f7b0d8de3b Display global variables in the Variables view. 2004-05-27 21:53:39 +00:00
Doug Schaefer
de0397f03e Cleaned up the build.properties files to ensure the right things end up in the binary and source builds. 2004-05-24 17:18:38 +00:00
Mikhail Khodjaiants
34df8b137e Removed dependencies on the compatibility plugin and replaced deprecated classes and methods.
Warning cleanup.
2004-05-21 19:59:49 +00:00
Mikhail Khodjaiants
f6719903b6 The "IStackFrameInfo" interface is removed and it's methods moved to "ICStackFrame". 2004-05-20 22:23:20 +00:00
Mikhail Khodjaiants
d6606182b1 Added the support of watch expressions. 2004-05-19 21:44:26 +00:00
Mikhail Khodjaiants
0f32cf8195 Added the support of watch expressions. 2004-05-19 21:12:43 +00:00
Mikhail Khodjaiants
855b524f20 Update disassembly when source locator is changed. 2004-05-14 20:12:32 +00:00
Mikhail Khodjaiants
483bcb5df2 Changed the format of the disassembly error messages. 2004-05-13 21:09:38 +00:00
Mikhail Khodjaiants
8d4cf7f7d9 Removed old disassembly implementation. 2004-05-13 19:56:32 +00:00
Mikhail Khodjaiants
64e6bbf48d Support for the instruction stepping mode. 2004-05-13 18:55:09 +00:00
Mikhail Khodjaiants
a19d23361a Implementation of mixed disassembly mode. 2004-05-06 22:03:25 +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
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
1802824b5f Additional fix for bug 58711: Breakpoint race condition. 2004-04-23 00:14:53 +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
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
a2189ff379 Stack frame should provide an adapter for IRunToAddress. 2004-04-16 21:41:22 +00:00
Mikhail Khodjaiants
48f0015abc Implementing the Disassembly view. 2004-04-15 22:53:48 +00:00
Mikhail Khodjaiants
2a72346aa5 Implementing retargettable breakpoint related actions. 2004-04-12 22:33:55 +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
0e140bfac8 Removed the support of debugger process. 2004-04-07 15:59:55 +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
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
884e67b57e The first step to replace CDebugModel by CDIDebugModel. 2004-04-01 20:07:35 +00:00
Mikhail Khodjaiants
4963455c1d Added default preferences to the C/C++ Debug preference page. 2004-04-01 00:16:19 +00:00
Mikhail Khodjaiants
fc5179e477 The Registers view has been contibuted and moved to the Eclipse platform.
To enable updating set the default value of the auto-refresh flag of the registers to true.
Remove it when the "Refresh" and "Auto-Refresh" actions are contributed.
2004-03-31 23:05:05 +00:00
David Inglis
ffde7d87bc simple change to use native defined in interface 2004-03-25 19:36:58 +00:00
David Inglis
118c31cd16 non-external string 2004-03-23 02:48:29 +00:00
Alain Magloire
b3f004b2a3 Changes to get some performances. The array of
events is passed instead of one at a time.
2004-03-17 18:09:00 +00:00
Alain Magloire
35ebf046cf ICDIManager extends ICDIEventListener 2004-03-16 20:05:25 +00:00
Mikhail Khodjaiants
f4766d0e55 Applied string externalization patch from Tanya Wolff. 2004-03-10 19:41:10 +00:00
David Inglis
89a619d39c added "native" const 2004-03-09 20:41:52 +00:00