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

621 commits

Author SHA1 Message Date
Mikhail Khodjaiants
cd0179f1f5 Quick fix for variable values. 2003-04-16 20:54:15 +00:00
Alain Magloire
ec689bfffb updated. 2003-04-14 17:57:54 +00:00
Alain Magloire
dd873c7f2b StringBuffer.indexOf() 1.4.x only. 2003-04-14 17:57:47 +00:00
Mikhail Khodjaiants
ee742625a1 Core support of function and method breakpoints 2003-04-11 22:28:54 +00:00
Mikhail Khodjaiants
5c507c27ac Core support of function breakpoints. 2003-04-10 22:09:26 +00:00
Mikhail Khodjaiants
e77cef039e Core support of function breakpoints. 2003-04-09 22:01:39 +00:00
Mikhail Khodjaiants
8a897bd030 Changed the message text in the 'getStackDepth' method. 2003-04-08 15:51:08 +00:00
Mikhail Khodjaiants
23e42715f6 Changed the message generated in the 'targetRequestFailed' methods of CDebugElement. 2003-04-07 22:42:15 +00:00
Mikhail Khodjaiants
f9ce0bfae3 Replaced 'toString()' by 'getMessage()' for CDI exceptions. 2003-04-07 22:42:14 +00:00
Mikhail Khodjaiants
7a5382c5df Moved the 'Auto-Refresh' preferences from CDebugUIPlugin to use it for initialization of update managers. 2003-04-01 22:21:50 +00:00
Mikhail Khodjaiants
202ea7ef21 Removed the 'fDebugTarget' field from CSharedLibraryManager. 2003-04-01 16:12:54 +00:00
Mikhail Khodjaiants
f0b4f5668f Core support of 'Auto-Refresh' and 'Refresh' actions. 2003-03-31 22:49:06 +00:00
Mikhail Khodjaiants
5b20e1b1a8 Use the 'exists' method of the 'IFile' interface instead of using 'toFile().exists()' for 'IPath'. 2003-03-28 22:22:55 +00:00
Mikhail Khodjaiants
9567d8dfda Use the 'exists' method of the 'IFile' interface instead of using 'toFile().exists()' for 'IPath'. 2003-03-28 22:22:35 +00:00
Mikhail Khodjaiants
3bb9a78023 Do not log the exceptions thrown by the breakpoint setting methods. 2003-03-28 21:31:26 +00:00
Mikhail Khodjaiants
587449004b Do not log the exceptions thrown by the breakpoint setting methods. 2003-03-28 19:34:24 +00:00
Mikhail Khodjaiants
b5c5fe52be Added default format preference constants for variables, expressions and registers. 2003-03-28 19:19:33 +00:00
Mikhail Khodjaiants
c54ca244e4 'Run To C/C++ Line' and 'Resume At C/C++ Line' actions for external files. 2003-03-28 18:44:09 +00:00
Mikhail Khodjaiants
4c7265d240 Applied patch from Chris Songer: Assembly View Fixups 2003-03-27 22:47:11 +00:00
Alain Magloire
70725d89a4 updated 2003-03-27 16:25:39 +00:00
Alain Magloire
edd1a22fb3 Changes was doen int the Core Model:
ICModel, ICProject, ICContainer, ICTranslationUnit
IArchive and IBinary

We now adjust the code
2003-03-27 16:25:30 +00:00
Mikhail Khodjaiants
21564c5259 Removed the gdb-specific variable parsing. 2003-03-18 21:06:23 +00:00
Mikhail Khodjaiants
fb09a0b4f0 Replace range by start index and length in 'Display As Array' action. 2003-03-17 21:25:20 +00:00
Mikhail Khodjaiants
e05bf9e181 Added the 'isEditable' and 'hasChildren' methods to the 'ICVariable' interface. 2003-03-14 23:12:21 +00:00
Mikhail Khodjaiants
fa3f6e5e4c Cross-referencing projects cause the debugger to go into a stack overflow exception.
Make sure that there is only one source location for each referenced project.
2003-03-14 19:10:17 +00:00
Alain Magloire
fa121c66b0 updated. 2003-03-13 21:14:01 +00:00
Alain Magloire
a866cb7e22 getName() no longer throw exceptions 2003-03-13 21:13:53 +00:00
Alain Magloire
f5851aaeae Updated. 2003-03-13 20:11:32 +00:00
Alain Magloire
c67f54a97c enw method getLocalVariableObjects. 2003-03-13 20:11:14 +00:00
Alain Magloire
bfe0ba5321 ICDIVariable extends ICDIVariableObject 2003-03-13 20:10:57 +00:00
Alain Magloire
5d1916545e ICDIRegister extends ICDIRegisterObject. 2003-03-13 20:10:39 +00:00
Alain Magloire
88ad7ce32f ICDIArgument extends ICDIArgumenObject. 2003-03-13 20:10:16 +00:00
Mikhail Khodjaiants
0ecf201e8e New ICDIVariableManager methods for the 'DisplayAsArray' and 'CastToType' actions. 2003-03-11 23:42:27 +00:00
Alain Magloire
8ceec2dbb8 updated 2003-03-11 15:56:04 +00:00
Alain Magloire
fdfc8a1b98 New method getVariableObjectAsArray()
and getVariableObjectAsType().
2003-03-11 15:55:50 +00:00
Mikhail Khodjaiants
7c2c85ddb5 Core support of the "Display As Array" action. 2003-03-10 23:04:18 +00:00
Mikhail Khodjaiants
c8d69784d7 Use the 'isEditable' method of ICDIVariable instead of using types in the 'supportsModification' method. 2003-03-10 21:27:13 +00:00
Mikhail Khodjaiants
6cb24b50dd Refresh the type of variable when casting. 2003-03-09 23:11:41 +00:00
Mikhail Khodjaiants
d32a10f776 Core support of the "Cast To Type" and "Restore Default Type" actions. 2003-03-09 22:45:33 +00:00
Mikhail Khodjaiants
cecdca34fd Cleanup. Removed warnings. 2003-03-07 19:39:47 +00:00
Alain Magloire
ed45ff3366 Updated. 2003-02-25 01:48:05 +00:00
Alain Magloire
ab2f407352 Reorginaze import to remove warnings. 2003-02-25 01:47:53 +00:00
Mikhail Khodjaiants
80ecfd2b0a Added comment. 2003-02-20 20:43:02 +00:00
Mikhail Khodjaiants
17043cea03 No need to set the source search path to the debugger. 2003-02-20 20:36:18 +00:00
Mikhail Khodjaiants
1290626b1e Changed to 'public' the access modifier of the 'setAssocition' method. 2003-02-20 20:26:54 +00:00
Mikhail Khodjaiants
92119895bc Added persistency to the source locator. 2003-02-18 19:43:41 +00:00
Mikhail Khodjaiants
d7b288068e Added persistency to the source locator. 2003-02-18 19:24:08 +00:00
Mikhail Khodjaiants
2b6e616826 Undo the changes bcause the 'asyncExec' method has added since 2.1. 2003-02-13 16:34:55 +00:00
Mikhail Khodjaiants
7e268c08d5 Use the 'asyncExec' method of the 'DebugPlugin' class. 2003-02-13 15:53:35 +00:00
Mikhail Khodjaiants
ed1c2b769e The gdb-specific 'setAutoSolibMethod' method is removed from ICDISharedLibraryManager. 2003-02-13 00:15:50 +00:00