1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00
Commit graph

1121 commits

Author SHA1 Message Date
Alain Magloire
325d3c4061 When gdb is kill start a new thread to handle termination. 2002-08-26 05:14:25 +00:00
Alain Magloire
2e532365b8 We can not use the event thread ot fire the Exit
event since it is destroyed.
2002-08-21 19:45:38 +00:00
Mikhail Khodjaiants
16d3e00a0f quick fix for a race condition. 2002-08-21 16:46:23 +00:00
Mikhail Khodjaiants
3e2c4dadb3 return was at the wrong place. 2002-08-21 16:46:08 +00:00
Alain Magloire
43e6ac9930 Fire and Exit event. 2002-08-21 16:32:53 +00:00
Alain Magloire
363897361c Fire event only when gdb was kill. 2002-08-21 16:32:24 +00:00
Alain Magloire
6c5fd5a995 was throwing a wrong illegalException. 2002-08-21 16:29:49 +00:00
Alain Magloire
e3ddcc2811 Only call session terminate() on IOException. 2002-08-21 16:02:41 +00:00
Alain Magloire
d6695357c3 Do not try to get the exit value if the session is terminated. 2002-08-21 16:02:10 +00:00
Alain Magloire
d5fbd8f312 readLine() does not throw exception at the end of the stream. 2002-08-21 15:28:47 +00:00
Alain Magloire
1a8b6c2253 check for null. 2002-08-21 15:28:06 +00:00
Alain Magloire
32da273437 fire the Inferiorexit event outside of the try block
it may not have be done if exception
2002-08-21 15:27:44 +00:00
Alain Magloire
698a03973b remove useless comment. 2002-08-21 15:26:29 +00:00
Alain Magloire
b5186cb23b remove useless commented code. 2002-08-21 04:07:53 +00:00
Alain Magloire
4c8ccddf38 Variable manager in terms of MI Var Object. 2002-08-21 04:00:21 +00:00
Alain Magloire
c6df90506c Guard against null. 2002-08-21 03:59:41 +00:00
Alain Magloire
90a3eff035 comment out main the breakpoint. 2002-08-21 03:59:16 +00:00
David Inglis
bd9a9da884 fixed build properties 2002-08-21 03:35:59 +00:00
Alain Magloire
5ff3a637a0 Implement stepOver. 2002-08-20 19:02:08 +00:00
Alain Magloire
695be49d49 Disallow sending command while the target is running. 2002-08-20 18:30:41 +00:00
Alain Magloire
a96bbc512e bug fix CONTINUE was the same as NEXT. 2002-08-20 18:29:59 +00:00
Alain Magloire
51a1bd68e6 Provide an adapter between CDI running types and MI. 2002-08-20 18:29:30 +00:00
Alain Magloire
734efafff7 remove debug prints. 2002-08-20 14:02:26 +00:00
Alain Magloire
4a0f4e28c3 debug comment out. 2002-08-20 13:33:46 +00:00
Alain Magloire
fa183e80b0 Buf fix in MIInferior. 2002-08-20 04:30:08 +00:00
Alain Magloire
1c66d960ea Parsing of Variable Objects. 2002-08-20 04:29:40 +00:00
Alain Magloire
42edb8b4d2 Commands were missing return value. 2002-08-20 04:28:56 +00:00
Alain Magloire
501c326a4b The use of MI Variable Objects for the CDI bridge implementation. 2002-08-20 04:28:25 +00:00
Alain Magloire
893ef39e38 More implementation. 2002-08-20 04:27:17 +00:00
Alain Magloire
c1f1744c46 Implement wiht Variable Object. 2002-08-20 04:26:17 +00:00
Mikhail Khodjaiants
0c9803fd5d Changed the termination procedure. 2002-08-18 21:27:43 +00:00
Mikhail Khodjaiants
a07d1424da Changed the termination procedure. 2002-08-16 23:13:45 +00:00
Alain Magloire
20a4419800 rename of CDIExpressionManager to VariableManager 2002-08-16 19:50:48 +00:00
Alain Magloire
53ea3f20c4 rename of CDIExpressionManager to VariableManager 2002-08-16 19:27:49 +00:00
Alain Magloire
a91b54c65f First to implement the ExpressionManager. 2002-08-16 04:44:11 +00:00
Mikhail Khodjaiants
d4275caf8a Return correct support flags. 2002-08-15 23:06:05 +00:00
Alain Magloire
5c11e9f0a3 Old gdb mi uses a List instead of Tuple try to cope. 2002-08-15 20:32:44 +00:00
Alain Magloire
a9e9f9e92b race condition first move the command in the rxQueue. 2002-08-15 19:44:20 +00:00
Alain Magloire
e4ff3089d4 gdb could send a OOB (*stopped) without any reasons. 2002-08-15 18:38:59 +00:00
David Inglis
2fdab4e038 new debugger extension format 2002-08-15 14:40:31 +00:00
Alain Magloire
1354f9e661 Redo the event dispatch now a permanent thread is use to
dispatch events.
2002-08-15 05:58:08 +00:00
Alain Magloire
43af81fb53 Check for funtion. 2002-08-14 17:20:12 +00:00
Alain Magloire
ad50df009d SuspendedEvent always return a thread as the source 2002-08-14 17:19:58 +00:00
Mikhail Khodjaiants
807a391399 Correct expression for the '-break-insert' command. 2002-08-14 17:12:34 +00:00
Alain Magloire
8b52ecdb22 More Events are pass to the CDI layer. 2002-08-14 04:03:02 +00:00
Alain Magloire
9d7bbdab3e Debug output. 2002-08-13 20:34:37 +00:00
Alain Magloire
e1c79c7850 Check for terminate first when destroy() 2002-08-13 19:54:39 +00:00
David Inglis
97c9e131f6 added debugLog 2002-08-13 14:20:37 +00:00
Alain Magloire
5c5930d219 working on the implementation. 2002-08-13 05:26:09 +00:00
David Inglis
a4f0fa4e7e added new gdb Debugger extension 2002-08-13 04:03:45 +00:00