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

2577 commits

Author SHA1 Message Date
Mikhail Khodjaiants
e5e1f62891 Added the superclass for action delegates of views different than the Debug view and driven by the selection in the Debug view.
All "Auto-refresh" actions implement "Observer" to be notified of changes by the corresponding update managers.
2004-06-14 01:41:44 +00:00
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
2d97441a1f New implementation of the "Load Symbols For All" action of the Shared Libraries view.
Fixes for the "Auto-Refresh" and "refresh" actions.
2004-06-11 21:49:09 +00:00
Mikhail Khodjaiants
181779924b "CDebugTarget" should provide an adapter for "ICDebugTarget". 2004-06-11 21:44:46 +00:00
Mikhail Khodjaiants
7a8f06f905 New implementation of the "Auto-Refresh" actions for registers and shared libraries. 2004-06-11 18:17:58 +00:00
Alain Magloire
7d75673d86 Fix for PR 66338
* cdi/org/eclipse/cdt/debug/mi/core/cdi/BreakpointManager.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/Condition.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/EventManager.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Breakpoint.java
2004-06-10 02:51:50 +00:00
Mikhail Khodjaiants
a3b99f7790 New implementation of the "Refresh" actions for registers and shared libraries. 2004-06-09 19:11:54 +00:00
Mikhail Khodjaiants
585d6a4aac Changed the synchronization scope. 2004-06-09 19:06:44 +00:00
Alain Magloire
e9a68a7cbd Keep the breakpoint disable when doing
deffered breakpoint installation.

	* cdt/org/eclpse/cdt/debug/mi/core/cdi/EventManager.java
2004-06-09 15:43:47 +00:00
Alain Magloire
afd9e92342 Fix for PR 65077
* mi/org/eclipse/cdt/debug/mi/core/command/CygwinCommandFactory.java
	* mi/org/eclipse/cdt/debug/mi/core/command/CygwinMIEnvironmentCD.jav
	* src/org/eclipse/cdt/debug/mi/core/CygwinGDBDebugger.java
2004-06-08 21:40:21 +00:00
Mikhail Khodjaiants
2f8f528a15 Warning clean-up. 2004-06-08 15:35:13 +00:00
Mikhail Khodjaiants
0503091564 Added new images for the "Auto-Refresh" and "Refresh" actions. 2004-06-04 00:35:56 +00:00
Mikhail Khodjaiants
37e64d553e Changed the breakpoints and watchpoints label resources. 2004-06-02 22:18:11 +00:00
Mikhail Khodjaiants
4968399c0d Cosmetic change. 2004-06-02 21:51:58 +00:00
Mikhail Khodjaiants
0dfb4354ac Moved externalized strings to the right property file. 2004-06-02 20:25:29 +00:00
Mikhail Khodjaiants
95a0a3e4a4 Fix for bug 65112: Debug Registers view is empty. 2004-06-02 18:17:37 +00:00
Alain Magloire
5614c7c557 Overload getFullName() for registerObject 2004-06-02 14:47:04 +00:00
Alain Magloire
ed6d4cbdbb remove comments 2004-06-01 18:27:55 +00:00
Alain Magloire
5b69f55809 2004-05-31 Alain Magloire
The Extension point "org.eclipse.cdt.ui.textHover"
	Changed adjust the Debugger.
	* DebugTextHover.java
2004-06-01 05:14:50 +00:00
Doug Schaefer
a264bf88de Added the .project for debug.core.tests. 2004-06-01 00:58:46 +00:00
Alain Magloire
97876ded77 GDB has special "types"
int8_t int16_t etc ... parse them also.
2004-05-31 23:51:45 +00:00
Mikhail Khodjaiants
d2fd90e9fb Bug 39650: the Memory window has alignment problems.
Map the Memory view font to the platform text font which is monospace by default.
2004-05-31 18:09:34 +00:00
David Inglis
760c2a22b5 fixed update platform filtering
fixed compiler error prompting
2004-05-31 18:06:16 +00:00
Alain Magloire
0209657630 Fix for PR 58249 2004-05-31 15:31:11 +00:00
Mikhail Khodjaiants
e37b85c532 Support for the "Skip All Breakpoints" action. 2004-05-28 21:27:58 +00:00
Mikhail Khodjaiants
764632f0c3 New implementation of the "Add Expression" editor action. 2004-05-28 20:31:36 +00:00
Mikhail Khodjaiants
e7fadca73f Changed the error handling of the "Add Globals" and "Enable/Disable Variable" actions. 2004-05-28 19:04:31 +00:00
Mikhail Khodjaiants
1b8740f2d3 Removed diassembly editor actions. 2004-05-28 17:34:16 +00:00
Alain Magloire
e993ab0e1c Error in looking for the CIdentifier.
* src/org/eclipse/cdt/debug/mi/core/GDBTypeParser.java
2004-05-28 15:17:18 +00:00
Alain Magloire
67cd9ad95c copy some of the field back to the variable 2004-05-28 14:12:35 +00:00
Alain Magloire
f9065c3dda Fix to PR 60020.
GDB returns the children when a pointer
	points to a structure.
	Also ignore the keyword "const" when parsing.

	* cdi/org/eclipse/cdt/debug/mi/core/cdi/SourceManager.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Variable.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/VariableObject.java
	* src/org/eclipse/cdt/debug/mi/core/GDBTypeParser.java
2004-05-28 04:37:51 +00:00
Mikhail Khodjaiants
f7b0d8de3b Display global variables in the Variables view. 2004-05-27 21:53:39 +00:00
Mikhail Khodjaiants
3ae5819d17 New instructuion pointer images for the Disassembly view. 2004-05-25 20:45:26 +00:00
Mikhail Khodjaiants
9eda3a1323 Replaced deprecated methods. 2004-05-25 17:09:19 +00:00
Mikhail Khodjaiants
5b75216401 Fix for bug 63612: Debugger Pages are not displayed. 2004-05-24 21:36:21 +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
Alain Magloire
d46532a2d9 2004-05-18 Alain Magloire
Remove warnings and compatibility plugin
	to be full Eclipse-3.0 compliant.
2004-05-18 17:34:49 +00:00
Doug Schaefer
2eba1f473e Upgrade to latest platform APIs. 2004-05-17 18:44:14 +00:00
Mikhail Khodjaiants
f3db89773b Refresh the Disassembly view on change events. 2004-05-14 20:15:07 +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
4debf40704 Added the "Instruction Stepping Mode" action. 2004-05-13 18:56:46 +00:00
Mikhail Khodjaiants
64e6bbf48d Support for the instruction stepping mode. 2004-05-13 18:55:09 +00:00
Mikhail Khodjaiants
63dc1031e9 The input member of 'DisassemblyAnnotationModel' can be null. 2004-05-12 16:13:07 +00:00