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

18443 commits

Author SHA1 Message Date
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
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
14d1b3cd6f import cleanup 2002-09-24 17:26:22 +00:00
David Inglis
52246c044f verify project/program in launch 2002-09-24 17:26:12 +00:00
Thomas Fletcher
76151921f1 Add new process id and the type id to the configuration constants. 2002-09-24 14:48:27 +00:00
David Inglis
72fb069bf4 fix typeo 2002-09-24 13:38:41 +00:00
David Inglis
43cc7240f6 fix C '#' derectives not bing highlighted 2002-09-24 13:36:38 +00:00
David Inglis
e90d3d2187 *** empty log message *** 2002-09-24 11:57:37 +00:00
David Inglis
dcf4f87706 check for threads should check length not for null 2002-09-24 11:56:30 +00:00
Alain Magloire
1ec92f220c Put this back with the old ATTR name if not old project
will silently fail.
2002-09-24 03:57:47 +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
d6563a382b Change attribute. 2002-09-23 19:31:50 +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
947c512932 new post-mortem debug launcher 2002-09-23 17:16:19 +00:00
David Inglis
d862e1f83c changed default platform to "local" 2002-09-23 17:15:42 +00:00
David Inglis
f3e97df34a only support one platform from project for now. 2002-09-23 17:08:16 +00:00
David Inglis
d36366a47c make getChildren async for bin and arc containers 2002-09-23 16:44:44 +00:00
Alain Magloire
a21b0d6c09 Refactor outside of cdt.internal 2002-09-23 16:28:26 +00:00
Alain Magloire
fefc897d5b Refactor outside of cdt.internal 2002-09-23 15:02:26 +00:00
Alain Magloire
8e1114ed84 make getChildren() a synchronous
and getBinaries synchronous.
Change the provider.
2002-09-23 13:41:17 +00:00
Alain Magloire
121377b097 make getChildren() a synchronous
and getBinaries synchronous.
2002-09-23 13:40:44 +00:00
Mikhail Khodjaiants
fb7af82224 Expand registers tree on refresh. 2002-09-20 21:48:50 +00:00
Mikhail Khodjaiants
c58729d044 Check if breakpoint list is empty before deletion. 2002-09-20 21:47:39 +00:00
Mikhail Khodjaiants
5bd058f701 Implementation of 'setCurrentThread' and 'switchToFrame' functions. 2002-09-20 20:05:27 +00:00
Alain Magloire
51e4d9609a Send an update when resetting the stackframe or the thread id. 2002-09-20 19:21:20 +00:00
Alain Magloire
b739b9bde4 Implement setCurrent{Thread, StackFrame}. 2002-09-20 18:43:10 +00:00
Alain Magloire
0b205fd6f8 Propose setCurrent{Thread,StackFrame} to the API. 2002-09-20 18:42:52 +00:00