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

1535 commits

Author SHA1 Message Date
Mikhail Khodjaiants
7bb5feba42 If error occurs when acquiring the signal information from gdb the error message should be displayed in the 'Signals' view. 2003-04-23 18:01:38 +00:00
Mikhail Khodjaiants
d80ef3ecc9 Throw DebugException when getSignals() fails. 2003-04-23 17:51:24 +00:00
Alain Magloire
51243d8162 updated. 2003-04-23 17:09:43 +00:00
Alain Magloire
d31a0a3a62 In SignalManager.update().
Move the creation of the signallist after doing
info signals.
2003-04-23 17:08:15 +00:00
David Inglis
09a1c8f4d9 update version 2003-04-23 16:47:21 +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
Alain Magloire
64dee6f15a 10 seconds delay 2003-04-22 21:15:57 +00:00
Alain Magloire
1fcbc804ab updated 2003-04-22 20:56:55 +00:00
Alain Magloire
8e88d4cc83 new method isEmpty() 2003-04-22 20:56:47 +00:00
Alain Magloire
ebc59cc62c Clear the event queue when terminating. 2003-04-22 20:56:34 +00:00
Alain Magloire
b7fc69bdac Remove the delay of 10 seconds in Target.suspend() and put in MIInferior.interrupt() 2003-04-22 20:56:16 +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
Alain Magloire
c84fe548f3 updated. 2003-04-21 15:15:25 +00:00
Alain Magloire
332f6a338c Ignore exception when doing
set auto-solib-path on
2003-04-21 15:15:16 +00:00
Mikhail Khodjaiants
01011016c0 Unnecessary error logging (bug 36682). 2003-04-21 15:07:47 +00:00
Mikhail Khodjaiants
d3d90593b4 Fix for bug 36682. 2003-04-21 14:36:25 +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
Alain Magloire
3619fb6ec0 updated. 2003-04-17 20:40:29 +00:00
Alain Magloire
54210b5a50 Call VariableManager.update() 2003-04-17 20:40:17 +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
Mikhail Khodjaiants
5eb714f36f Added icon to the 'Add/Remove Breakpoint' action for functions and methods. 2003-04-14 19:19:34 +00:00
Mikhail Khodjaiants
84e05003e6 Commented default format preferences. 2003-04-14 18:32:09 +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
2ba1428cf1 Fixes for toggle actions. 2003-04-14 14:47:28 +00:00
Mikhail Khodjaiants
4befd93ed7 Method and function breakpoints. 2003-04-11 22:36:17 +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
7c0622e66b Removed unused private methods and members. 2003-04-08 21:06:50 +00:00
Mikhail Khodjaiants
928199b44e Preserving the registers tree structure during the debug session. 2003-04-08 18:15:28 +00:00
Alain Magloire
90aaf1dfaa Fix the copyright. 2003-04-08 17:37:09 +00:00
Mikhail Khodjaiants
8a897bd030 Changed the message text in the 'getStackDepth' method. 2003-04-08 15:51:08 +00:00
Mikhail Khodjaiants
f2c83a4b67 No dialog if switch to frame failed. 2003-04-07 22:49:08 +00:00
Mikhail Khodjaiants
9360ad3bbe Changed the messages of CDI exceptions. 2003-04-07 22:45:11 +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
Alain Magloire
5ab63e9b70 updated. 2003-04-06 01:07:33 +00:00
Alain Magloire
54c9ad41e7 New launch configuration for GDBServer, code
from Monta Vista
2003-04-06 01:07:23 +00:00
Alain Magloire
b0f43f73ce updated. 2003-04-06 00:33:54 +00:00
Alain Magloire
da81942d76 Get rid of some warnings. 2003-04-06 00:33:45 +00:00
Alain Magloire
da41d2be2d updated 2003-04-05 06:36:01 +00:00
Alain Magloire
08666783b1 Change to use the WorkingCopyManager, this will
make the contentoutliner work.
2003-04-05 06:35:52 +00:00
Alain Magloire
f0e9cda669 updated. 2003-04-05 02:37:59 +00:00
Alain Magloire
70223af71c Check for null in update(). 2003-04-05 02:37:48 +00:00