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

1304 commits

Author SHA1 Message Date
Alain Magloire
ff2a519180 New method getBufferFactory() overload the parent. 2003-04-28 02:35:56 +00:00
Mikhail Khodjaiants
452d55abef Fix for bug 36909. 2003-04-25 21:11:59 +00:00
Alain Magloire
3c1b1e9355 updated. 2003-04-25 20:50:47 +00:00
Alain Magloire
f654c62285 Remove the call to MIInferior.update() 2003-04-25 20:50:40 +00:00
Alain Magloire
1821764512 do not call "info program" for attach session 2003-04-25 20:50:26 +00:00
Alain Magloire
7c38ceb5da when Suspended call MIInferior.update(). 2003-04-25 20:50:05 +00:00
Alain Magloire
8a98a043aa when terminate() is call disable the Command Queue 2003-04-25 20:49:10 +00:00
Mikhail Khodjaiants
8f19b5929d Fix for bug 36909. 2003-04-25 19:38:51 +00:00
Mikhail Khodjaiants
a294752676 Display error messages in the 'Registers' view. 2003-04-24 19:05:52 +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
65353ae67b Added shortcuts for the C/C++ Debug specific views. 2003-04-24 15:31:28 +00:00
Mikhail Khodjaiants
44a3cd9a5b Update the actions of the 'Shared Libraries' view even if the viewer's input is the same as before. 2003-04-24 15:24:13 +00:00
Alain Magloire
70f30ce631 updated. 2003-04-24 15:21:18 +00:00
Alain Magloire
009549f216 new function update() to search for the pid of the inferior. 2003-04-24 15:21:10 +00:00
Alain Magloire
db78b5ea0e new file to parse "info program" 2003-04-24 15:20:45 +00:00
Alain Magloire
e5747c7de9 new method createMIInfoProgram 2003-04-24 15:20:24 +00:00
Alain Magloire
e0d210a7e3 call MIInferior.update in processSuspend() 2003-04-24 15:20:10 +00:00
Alain Magloire
423c7a7e50 Bug fix was always disable for Windows 2003-04-24 15:19:49 +00:00
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