Alain Magloire
|
325d3c4061
|
When gdb is kill start a new thread to handle termination.
|
2002-08-26 05:14:25 +00:00 |
|
Alain Magloire
|
b975a9ba5a
|
Changing does not mean reseting the value.
|
2002-08-26 05:11:14 +00:00 |
|
Mikhail Khodjaiants
|
ec51c065a0
|
Added restart and breakpoint actions.
|
2002-08-23 22:25:36 +00:00 |
|
Alain Magloire
|
b9323185f0
|
regenerate build.xml
|
2002-08-23 16:15:56 +00:00 |
|
Mikhail Khodjaiants
|
8fecbbf7d8
|
Variables rendering fixes.
|
2002-08-22 23:06:47 +00:00 |
|
Thomas Fletcher
|
5eebabc246
|
Updated launcher to search out executables in projects and to save that information.
|
2002-08-22 20:27:22 +00:00 |
|
Mikhail Khodjaiants
|
79098bebfd
|
Added breakpoint classes.
|
2002-08-21 22:19:12 +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 |
|
Thomas Fletcher
|
f739442a5d
|
Fixed a typo, check commit access.
|
2002-08-21 18:06:35 +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 |
|
David Inglis
|
18831f14fe
|
fixed process label when run
added Mikhail's changes
|
2002-08-21 02:04:22 +00:00 |
|
Sebastien Marineau
|
76353eb064
|
Remove more deprecated function warnings
|
2002-08-21 01:06:51 +00:00 |
|
Sebastien Marineau
|
4175540e12
|
Remove more deprecated function warnings
|
2002-08-21 01:00:42 +00:00 |
|
Sebastien Marineau
|
942d39e28e
|
Remove deprecated function warnings (patch from Thomas FLetcher)
|
2002-08-21 00:55:28 +00:00 |
|
Sebastien Marineau
|
73e5cca874
|
Remove deprecated function warnings (patch from Thomas FLetcher)
|
2002-08-21 00:47:20 +00:00 |
|
Mikhail Khodjaiants
|
ff8adf11c3
|
More implementation.
|
2002-08-20 22:24:56 +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 |
|
Mikhail Khodjaiants
|
ce4762cf93
|
Added the 'stepReturn' method.
|
2002-08-20 18:26:48 +00:00 |
|
Mikhail Khodjaiants
|
61b492d5c7
|
Added new type to ICDIResumedEvent.
|
2002-08-20 18:13:07 +00:00 |
|
Sebastien Marineau
|
612877ef1d
|
First crack at junit CDT tests
|
2002-08-20 16:35:24 +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 |
|
Alain Magloire
|
af0a71b0f1
|
Check for null.
|
2002-08-20 04:15:31 +00:00 |
|
Alain Magloire
|
485e389263
|
Revert to ICDIExpressionManager instead of ICDIVariableManager.
|
2002-08-20 04:14:29 +00:00 |
|
Alain Magloire
|
1e4c69fd2c
|
Help method getCurrentTarget()
|
2002-08-20 04:13:52 +00:00 |
|
Alain Magloire
|
e1c0a5fdee
|
equals() method add
|
2002-08-20 04:13:09 +00:00 |
|