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
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
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
Mikhail Khodjaiants
df267e58fa Removed the "ISwitchToThread" and "ISwitchToFrame" interfaces. 2004-09-15 15:08:47 +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
Mikhail Khodjaiants
bdcd736bb3 Fixes for breakpoint filtering. 2004-09-10 17:50:29 +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
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
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
482bdca30a 2004-09-07 Alain Magloire
New interfaces to Target.
	* ICDITarget.java
	* ICDIBreakpointManagement.java
2004-09-07 19:38:49 +00:00
Mikhail Khodjaiants
dee933ea8c Made global variables persistent. 2004-09-03 19:02:24 +00:00
Mikhail Khodjaiants
ff755794ec Breakpoint filtering by targets. 2004-09-01 17:56:03 +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
6accf8fc2d 2004-08-14 Alain Magloire
Fix for 71992.
	* CType.java
2004-08-15 01:55:41 +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
8ce89a5cc0 Fixed the "resumed" event handler of the variable types. 2004-08-05 17:44:31 +00:00
Mikhail Khodjaiants
60b8ef73ba Added the abstract prototypes for some generic methods. 2004-08-05 16:53:30 +00:00
Mikhail Khodjaiants
172c988cf8 New implementation of the variable types. 2004-08-04 21:06:56 +00:00
Mikhail Khodjaiants
a32d8676d5 Cleanup. 2004-07-26 15:35:15 +00:00
Mikhail Khodjaiants
3b630ffde6 Marked the expression creation methods as deprecated in CDebugModel. 2004-07-23 21:25:52 +00:00
Mikhail Khodjaiants
eef4388433 CThread cleanup. 2004-07-21 20:54:16 +00:00
Mikhail Khodjaiants
5ddf5b1eb3 Copied the target factory methods from CDebugModel to CDIDebugModel.
Marked the old methods as deprecated.
2004-07-21 20:04:37 +00:00
Mikhail Khodjaiants
d2c66d5edc CDebugTarget and CThread cleanup. 2004-07-21 20:01:09 +00:00
Mikhail Khodjaiants
f24c20f55c Removed state validation from CDebugElement. 2004-07-21 17:50:34 +00:00
Mikhail Khodjaiants
dbb919826d Removed state validation from CDebugElement. 2004-07-21 15:08:59 +00:00
Mikhail Khodjaiants
0146196946 Added new state - "STEPPED". 2004-07-20 21:44:16 +00:00
Mikhail Khodjaiants
2f7b91dea5 Cleanup. 2004-07-20 21:42:11 +00:00
Mikhail Khodjaiants
9c3c70be24 Cleanup. 2004-07-20 21:27:37 +00:00
Mikhail Khodjaiants
2295bd9473 Asynchronous resume, suspend and step operations. Cleanup. 2004-07-16 22:07:41 +00:00
Alain Magloire
634e93d450 org.eclipse.cdt.debug.core.cdi.model.type should
be in the cdi source folder.
2004-07-15 17:47:36 +00:00
Doug Schaefer
739203fe55 Upversioning head to 2.1.0. 2004-07-15 15:54:47 +00:00
Doug Schaefer
757f7d44bc Removed the cdi.jar file from the build.properties file
since it isn't ready to build yet.
2004-07-15 15:02:04 +00:00
Mikhail Khodjaiants
265609f825 Cleanup. Added support of "CDebugElementState". 2004-07-09 19:30:23 +00:00
Mikhail Khodjaiants
1a63f5490c Renamed "ICDebugElementErrorStatus" to "ICDebugElementStatus".
Added comments to ICDebugElementStatus.java.
2004-07-09 18:03:38 +00:00
Alain Magloire
f87836aa5e 2004-07-02 Alain Magloire
Move the CDI interface to its own source browser and library
	* cdi/*
2004-07-02 19:30:18 +00:00
Alain Magloire
8589466f8a Do not use the cache stackframe.
* src/org/eclipse/cdt/debug/internal/core/model/CThread.java
2004-06-30 02:24:37 +00:00
Mikhail Khodjaiants
abfe932836 Temporary fix for bug 68915: Invalid values in the Variables view. 2004-06-30 01:31:50 +00:00
Mikhail Khodjaiants
1662c1895f Partial fix for bug 45535: Performance problems when debugging.
Cache the double and float presentations of the floating point types.
2004-06-28 18:30:50 +00:00
David Inglis
d294b00f9d update copyright 2004-06-25 14:49:43 +00:00
Mikhail Khodjaiants
9b23979d4f Temporary fix for bug 56520: Debug Perspective doesn't get called when a breakpoint is hit. 2004-06-24 20:25:41 +00:00
David Inglis
4edd1d9f5c copyright update patch from David Daoust 2004-06-24 19:55:36 +00:00
Mikhail Khodjaiants
f4ba258cd6 Fix for bug 68316: Exception shutting down Eclipse with an active debug session. 2004-06-23 15:58:15 +00:00
Mikhail Khodjaiants
acc1523fa1 Replaced global resource bundles by messages. 2004-06-22 18:45:18 +00:00
Mikhail Khodjaiants
0c164d2456 Externalizing strings. 2004-06-18 22:17:10 +00:00
Mikhail Khodjaiants
fbc9d83a65 Added support for the "Skip Breakpoints" and "Skip breakpoints during a "Run To Line" operation. 2004-06-16 20:17:55 +00:00