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

728 commits

Author SHA1 Message Date
Mikhail Khodjaiants
ff7d4412e4 Cleanup the breakpoints properly when the gdb session is terminated because of an error. 2002-09-30 22:25:39 +00:00
Mikhail Khodjaiants
22c5a65551 'getVariables' should throw an exception instead of returning null if the request is timed out. 2002-09-30 22:23:58 +00:00
Mikhail Khodjaiants
4054c82f50 Implementation of 'attach to running process' and 'post-mortem' debug targets. 2002-09-30 20:21:01 +00:00
Peter Graves
3b3e71a2a1 Removed most usage of internal classes in favor of public interfaces. Removed some invalid tests. Come code formating cleanups. 2002-09-30 19:43:26 +00:00
Judy N. Green
1fc9b37e74 Changed visibility od isCandidate to public to facilitate JUnit tests 2002-09-30 19:34:16 +00:00
Alain Magloire
5c5f660b7b If we are attached suspending should work fine. 2002-09-30 16:52:16 +00:00
Alain Magloire
b28d409cb4 New Command from Don Howard, MITargetDownload. 2002-09-30 15:17:36 +00:00
David Inglis
4ea7546869 cleanup CEditor removed unused extension points 2002-09-30 13:30:58 +00:00
David Inglis
31188ddb10 fixed typo 2002-09-30 13:23:12 +00:00
Mikhail Khodjaiants
e17e87f30e Terminate debug session when it is disconnected from target. 2002-09-27 19:56:37 +00:00
David Inglis
170cc44681 suppress error on cancel 2002-09-27 19:25:38 +00:00
Alain Magloire
14a8943722 When we detach fire a detachedEvent that
will be transfor to a CDIDisconnectEvent.
2002-09-27 19:23:01 +00:00
David Inglis
417358495f change id. 2002-09-27 18:47:36 +00:00
David Inglis
de6f1904f6 removed list for now 2002-09-27 18:47:15 +00:00
David Inglis
08c857b59d cleanup import 2002-09-27 18:46:44 +00:00
Mikhail Khodjaiants
cc5b67b567 Changed the messages of DebugException. 2002-09-27 18:43:18 +00:00
Peter Graves
0716864d27 Changed all QNX pr numbers to bugzilla pr numbers.
General code cleanup (removed unused imports/variables, etc)
2002-09-27 13:46:54 +00:00
Alain Magloire
36cab0ce7c ignore objects. 2002-09-26 20:43:27 +00:00
Alain Magloire
0dbb04b425 provide terminal emulation. 2002-09-26 20:33:13 +00:00
Alain Magloire
f0a1717ced Fix a bug reported by Gene Sally about double free. 2002-09-26 20:32:37 +00:00
David Inglis
819165945a cleanup 2002-09-26 20:07:40 +00:00
Alain Magloire
dcabd27702 Rebuild. 2002-09-26 19:53:18 +00:00
Alain Magloire
5d99c2d4d1 Remove of uneed variables. 2002-09-26 19:53:08 +00:00
Alain Magloire
adcc89e794 formating "fixes". 2002-09-26 19:52:44 +00:00
Alain Magloire
b4b7151cf3 Patch from Gene Sally. And formatting "fixes". 2002-09-26 19:52:22 +00:00
David Inglis
8051af4120 update 2002-09-26 19:36:12 +00:00
Mikhail Khodjaiants
b8f39e8af3 Hilight changed values for pointers. 2002-09-26 19:19:18 +00:00
Judy N. Green
a63d1ed0b2 Added variable references to fragment.xml files 2002-09-26 19:18:13 +00:00
Mikhail Khodjaiants
d6a463033a Check if viewer is not null. 2002-09-26 18:52:25 +00:00
Mikhail Khodjaiants
dbba92a00a Changed the error message for 'switch to stack frame'. 2002-09-26 17:45:34 +00:00
David Inglis
7c4114a401 cleanup 2002-09-26 17:21:39 +00:00
David Inglis
c58ca88557 set stop at main on by default 2002-09-26 16:22:35 +00:00
Mikhail Khodjaiants
5f067307eb Improvment of the file search algorithm. 2002-09-26 16:13:41 +00:00
David Inglis
2d183e519d move setDialogShell into Maintab to is will alway be set 2002-09-26 12:57:45 +00:00
Alain Magloire
d7afd79e1e change the order and kill the running thread last. 2002-09-26 12:41:52 +00:00
David Inglis
b41171e8e2 put message from exeception in to new exeception 2002-09-26 12:40:46 +00:00
David Inglis
04d90a4425 build changes 2002-09-26 02:16:53 +00:00
Mikhail Khodjaiants
d0ea6cb06e Fixed search algorithm for nested folders. 2002-09-25 22:24:17 +00:00
Judy N. Green
4579380b9a Eclipse insists on rearranging the imports. No Changes :) 2002-09-25 20:44:39 +00:00
Mikhail Khodjaiants
62f7c9e90c Fixed typo. 2002-09-25 20:33:40 +00:00
Alain Magloire
d25d3e05c5 Rearranging shutdown sequence because of race on Windows. 2002-09-25 20:02:41 +00:00
Alain Magloire
187811636e Do not try -exec-interrupt since it is not supported. 2002-09-25 20:01:02 +00:00
Alain Magloire
3e1694d249 Still not working, more work to be done. 2002-09-25 20:00:31 +00:00
Alain Magloire
6725ba2595 Interrupt() method now throws MIException. 2002-09-25 20:00:11 +00:00
Mikhail Khodjaiants
04ac19ff94 Implementation of error handling. 2002-09-25 19:42:09 +00:00
Mikhail Khodjaiants
eb7350b546 Implementation of error handling. 2002-09-25 15:14:03 +00:00
Alain Magloire
3766b7446a For Windows try to set new-console, this is necessary
to get the inferior output non interlace with gdb output.
2002-09-25 14:59:53 +00:00
Mikhail Khodjaiants
0753ee06e3 Implementation of source locator. 2002-09-24 20:33:06 +00:00
Mikhail Khodjaiants
192446dcfa Implementation of source locator. 2002-09-24 20:18:28 +00:00
David Inglis
fc3bcd32fe fixup CDocumentProvider 2002-09-24 19:59:20 +00:00