1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-28 11:25:35 +02:00
Commit graph

3246 commits

Author SHA1 Message Date
Mikhail Khodjaiants
c9db949d2b Evaluate expressions on stack frame instead of target to provide evaluation context.
Evaluate the hovering expression for the selected context only.
2004-09-20 20:17:26 +00:00
Mikhail Khodjaiants
1c54168e72 Evaluate expressions on stack frame instead of target to provide evaluation context. 2004-09-20 20:17:07 +00:00
Alain Magloire
ca9852bf78 Work to support bigger then 32 bits application 2004-09-18 03:46:42 +00:00
Alain Magloire
4719df79d8 updated 2004-09-17 19:01:33 +00:00
Alain Magloire
70e192037c 2004-09-17 Alain Magloire
Support for 64 bits application
	PR 74056. Pathc from Artyom Kuanbekov
	To much files to enumerate.
2004-09-17 19:01:32 +00:00
Alain Magloire
d081086a26 Change the constructor of Type to take variableObject 2004-09-16 01:21:55 +00:00
Alain Magloire
e56e4cf0e7 Set the correct stackframe 2004-09-15 22:05:30 +00:00
Alain Magloire
98e5f30131 Set the correct stackframe 2004-09-15 21:53:50 +00:00
Alain Magloire
bc6ac94fde 2004-09-15 Alain Magloire
The correct thread was not set.
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/ExpressionManager.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/VariableManager.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Thread.java
2004-09-15 19:58:38 +00:00
Mikhail Khodjaiants
df267e58fa Removed the "ISwitchToThread" and "ISwitchToFrame" interfaces. 2004-09-15 15:08:47 +00:00
Alain Magloire
8a6f84fc72 Error when commiting. 2004-09-14 15:36:30 +00:00
Alain Magloire
da98600ac3 workon Exception. 2004-09-14 14:21:02 +00:00
Mikhail Khodjaiants
c23c011ae2 Moved to the new CDI interfaces. 2004-09-13 21:37:11 +00:00
Mikhail Khodjaiants
3fa82e8395 Fix for bug 72555: "Toggle breakpoint" action doesn't remove function breakpoints from editor. 2004-09-13 20:11:38 +00:00
Alain Magloire
7c28610f55 2004-09-12 Alain Magloire
Since MISession is attach to the Target, the
	way we fire termination events must change also.
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/EventManager.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/ProcessManager.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/Session.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Target.java
	* src/org/eclipse/cdt/debug/mi/core/MISession.java
2004-09-12 13:24:34 +00:00
Alain Magloire
fd19cbc055 check if the target is terminated 2004-09-11 02:59:56 +00:00
Mikhail Khodjaiants
bdcd736bb3 Fixes for breakpoint filtering. 2004-09-10 17:50:29 +00:00
Alain Magloire
d20c71ba18 2004-09-09 Alain Magloire
Introduction of new classes in the CDI interface
		ICDIExecuteStep
		ICDIExecuteStepReturn
		ICDIExecuteResume
		ICDISuspend
		ICDIThreadGroup
	The code is adjust to the new demands.
2004-09-10 00:39:17 +00:00
Alain Magloire
f2a61c16a4 2004-09-09 Alain Magloire
Introduction of new classes in the CDI interface
	* ICDIExecuteStep.java
	* ICDIExecuteStepReturn.java
	* ICDIExecuteResume.java
	* ICDISuspend.java
	* ICDIThreadGroup.java
2004-09-10 00:38:59 +00:00
Mikhail Khodjaiants
81400bdcc2 Fix for bug 73498: Condition is cleared when disabled conditional breakpoint is set. 2004-09-08 21:38:02 +00:00
Alain Magloire
654e6be53f Adjust to the new CDI interface. 2004-09-08 04:16:34 +00:00
Alain Magloire
ead5f8c975 2004-09-07 Alain Magloire
Remove ICDIBreakpointManager.java
	Remove ICDICatchEvent/ICDICatchpoint
	add ICDIExceptionpoint

	* ICDISession.java
	* CDIDebugModel.java
	* CDebugTarget.java
	* ICDIExceptionpoint.java
2004-09-08 04:15:35 +00:00
Alain Magloire
cbf2f0c899 2004-09-07 Alain Magloire
Remove ICDIBreakpointManager class
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/BreakpointHit.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/BreakpointManager.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/EventManager.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/Session.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/WatchpointScope.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/WatchpointTrigger.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Breakpoint.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Target.java
2004-09-08 01:26:48 +00:00
Alain Magloire
e79e4382b4 2004-09-07 Alain Magloire
Remove ICDIBreakpointManager.java
	* ICDISession.java
	* CDIDebugModel.java
	* CDebugTarget.java
2004-09-08 01:26:23 +00:00
Mikhail Khodjaiants
a315994318 Moved to the new breakpoint management API. 2004-09-07 20:43:45 +00:00
Alain Magloire
0c39fffd3c Follows ICDITarget 2004-09-07 19:41:09 +00:00
Alain Magloire
482bdca30a 2004-09-07 Alain Magloire
New interfaces to Target.
	* ICDITarget.java
	* ICDIBreakpointManagement.java
2004-09-07 19:38:49 +00:00
Alain Magloire
bfe004fad5 2004-09-06 Alain Magloire
The changes is move the MISession as part
	of Target.  The rationale; we want to have
	        Session
	   ---------------
	   |             |
	  Target(gdb)   Target(gdb)
	To be able to do this we need to untie the MISession
	from Session.

	Also we are moving toward retiring the ICDIXXXXManager
	and move the methods in the the proper methods.
2004-09-07 03:48:33 +00:00
Mikhail Khodjaiants
1861f7f948 Fix for bug 73197: DisassemblyEditorInput.getAddress can crash. 2004-09-03 19:49:26 +00:00
Mikhail Khodjaiants
dee933ea8c Made global variables persistent. 2004-09-03 19:02:24 +00:00
Alain Magloire
188ffdc83f 2004-09-01 Alain Magloire
Fix for 72974
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/BreakpointManager.java
2004-09-01 20:35:29 +00:00
Mikhail Khodjaiants
ff755794ec Breakpoint filtering by targets. 2004-09-01 17:56:03 +00:00
Mikhail Khodjaiants
48ce308451 Added the "Filtering" page to the breakpoint properties. 2004-08-25 20:30:17 +00:00
Mikhail Khodjaiants
3c98cacf7a Moved the property pages and related classes into the newly created package - "org.eclipse.cdt.debug.internal.ui.propertypages". 2004-08-24 20:48:27 +00:00
Mikhail Khodjaiants
2c8471ce9c Replaced the "Breakpoint Properties" dialog by standard property pages. 2004-08-24 20:06:04 +00:00
Mikhail Khodjaiants
6e702766cb Added API to allow the access to the internal MI UI components by client plugins.
Changed the "Solib search path" component.
Reformatting and cleanup.
2004-08-23 20:39:04 +00:00
Mikhail Khodjaiants
4be67e62ed New constant - the default value for the "stop at main" property. 2004-08-18 14:54:27 +00:00
Alain Magloire
ed8e65d800 Remove obsolete comments. 2004-08-16 13:46:35 +00:00
Alain Magloire
2752f103f9 add comment 2004-08-15 13:22:23 +00:00
Alain Magloire
9ee027d183 deal with C++ references 2004-08-15 03:35:30 +00:00
Alain Magloire
6accf8fc2d 2004-08-14 Alain Magloire
Fix for 71992.
	* CType.java
2004-08-15 01:55:41 +00:00
Alain Magloire
8c89e95337 2004-08-14 Alain Magloire
Fix for 71992.
	* src/org/eclipse/cdt/debug/mi/core/GDBTypeParser.java
2004-08-15 01:55:01 +00:00
Mikhail Khodjaiants
424f976c4f Fix for bug 70453. Linux: error exiting Eclipse on Linux RedHat or SuSe Enterprise Server 9.
Applied modified patch from Sean Evoy.
2004-08-12 15:03:16 +00:00
Mikhail Khodjaiants
b545e63717 Applied patch from Tanya Wolff.
Fix for 70943 - externalized strings.
2004-08-10 17:52:30 +00:00
Mikhail Khodjaiants
7866afdcb1 Fix for bug 70902. TVT3.0: Customize Perspective C++ Debug has duplicated strings. 2004-08-10 16:45:54 +00:00
Alain Magloire
b6a1800bd0 2004-08-05 Alain Magloire
Tentative Fix for PR 69991
	* src/org/eclipse/cdt/debug/mi/core/RxThread.java
2004-08-05 23:51:35 +00:00
Mikhail Khodjaiants
9214f34e8d Restrict the "display as array" operation to the pointer types only. 2004-08-05 20:19:00 +00:00
Mikhail Khodjaiants
ea1e4af9af Warning cleanup. 2004-08-05 20:04:48 +00:00
Mikhail Khodjaiants
c33f0a9a16 Display the error message in the array label, if the attempt to get array values fails. 2004-08-05 19:57:18 +00:00
Mikhail Khodjaiants
34a210e209 Cosmetic fix. 2004-08-05 19:51:09 +00:00