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

376 commits

Author SHA1 Message Date
Alain Magloire
46f5898b90 Organize imports. 2002-10-02 04:45:05 +00:00
David Inglis
1e575bd60c removed Process from debugtarget reateion for attach and corefile 2002-10-01 18:13:00 +00:00
Mikhail Khodjaiants
78ede54448 Changed the error handling and the error messages. 2002-10-01 17:51:31 +00:00
Mikhail Khodjaiants
c8235eee79 Changed the error handling and the error messages. 2002-10-01 17:35:49 +00:00
Mikhail Khodjaiants
8dad35d75f Implementation of InfoStatusHandler 2002-10-01 17:34:34 +00:00
Doug Schaefer
142bcc308a Added .project file to source control 2002-10-01 13:33:28 +00:00
Alain Magloire
a03ec0415c Reenable throwing exception. 2002-10-01 12:22:29 +00:00
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
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
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
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
Mikhail Khodjaiants
b8f39e8af3 Hilight changed values for pointers. 2002-09-26 19:19:18 +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
Mikhail Khodjaiants
5f067307eb Improvment of the file search algorithm. 2002-09-26 16:13:41 +00:00
Alain Magloire
d7afd79e1e change the order and kill the running thread last. 2002-09-26 12:41:52 +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
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
Alain Magloire
defbca8c8f Remove uneeded import. 2002-09-24 19:29:51 +00:00
Alain Magloire
d6f41fe8a8 Change the signature on SetAutoSolib to take a boolean. 2002-09-24 19:20:50 +00:00
Alain Magloire
cba9b18bf5 Implement solib-search-path. 2002-09-24 19:08:42 +00:00
Alain Magloire
3c63ff5d56 Remove addLibraryPath and getLibraryPaths() method
it was consider to be to gdb specific.
2002-09-24 19:07:37 +00:00
Mikhail Khodjaiants
e9d6f16904 Implementation of source locator. 2002-09-24 18:20:49 +00:00
David Inglis
dcf4f87706 check for threads should check length not for null 2002-09-24 11:56:30 +00:00
Alain Magloire
97fb504d21 Implemented get and adding to the gdb search source paths. 2002-09-24 03:38:52 +00:00
Mikhail Khodjaiants
2e5306c7b2 Implementation of source locator. 2002-09-23 22:44:54 +00:00
Mikhail Khodjaiants
941618eaca Check if target is suspended when switch to thread. 2002-09-23 20:57:03 +00:00
Mikhail Khodjaiants
0c9fd43286 Implementation of source locator. 2002-09-23 20:46:53 +00:00
Alain Magloire
ebb45efa08 Add getUniqIdentifier. 2002-09-23 19:25:08 +00:00
Alain Magloire
cec7386710 Add Librarry paths. 2002-09-23 18:57:00 +00:00
Alain Magloire
119012a5f9 Move addSourcePaths() to the source Manager. 2002-09-23 18:04:06 +00:00
David Inglis
d862e1f83c changed default platform to "local" 2002-09-23 17:15:42 +00:00