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

437 commits

Author SHA1 Message Date
Mikhail Khodjaiants
bcc744554c Added a status functionality to the CDebugElement class. 2003-05-05 19:51:13 +00:00
Mikhail Khodjaiants
b8a4db2ba7 Notify the Launch view about stack changes when handling the 'Resumed' event. 2003-05-02 15:50:27 +00:00
Mikhail Khodjaiants
579f75531e Implementation of termination policy. 2003-05-01 16:21:54 +00:00
Mikhail Khodjaiants
8f19b5929d Fix for bug 36909. 2003-04-25 19:38:51 +00:00
Mikhail Khodjaiants
304e26f30c Check for null pointer in 'isCharacter' and 'isCharPointer'. 2003-04-24 16:03:44 +00:00
Mikhail Khodjaiants
2c27efbc06 Check for null pointer in 'isCharacter' and 'isCharPointer'. 2003-04-24 15:41:38 +00:00
Mikhail Khodjaiants
d80ef3ecc9 Throw DebugException when getSignals() fails. 2003-04-23 17:51:24 +00:00
David Inglis
5ae31fb0e6 update version 2003-04-23 15:03:25 +00:00
Mikhail Khodjaiants
e01e638264 Additional checks for the situation when the stack depth is not 0 and the frame array is empty. 2003-04-23 14:34:47 +00:00
Mikhail Khodjaiants
e51ac980e7 Disconnect: terminate should be called from the disconnect event handler. 2003-04-22 14:40:15 +00:00
Mikhail Khodjaiants
b2fc9ab4ed Disconnnect: target should be disconnected before terminate the session because of race condition. 2003-04-21 17:57:02 +00:00
Mikhail Khodjaiants
01011016c0 Unnecessary error logging (bug 36682). 2003-04-21 15:07:47 +00:00
Mikhail Khodjaiants
595aeddd55 Temporary fix for character values. 2003-04-21 14:12:01 +00:00
Alain Magloire
c63d89c8c8 updated 2003-04-20 23:55:56 +00:00
Alain Magloire
a95c438d10 Was Throwing indexOutOfBound Exception for empty
strings.
2003-04-20 23:55:43 +00:00
Mikhail Khodjaiants
680f26d375 Check if the underlying cdi variable is not null before accessing it. 2003-04-17 13:55:41 +00:00
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