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

1332 commits

Author SHA1 Message Date
Mikhail Khodjaiants
d142a758d5 Added method to replace access to non-accessible method of enclosing type. 2002-10-08 20:20:22 +00:00
Mikhail Khodjaiants
0180598ed2 Use the number of actual children as a length of array instead of the number returned by gdb. 2002-10-07 18:02:48 +00:00
Mikhail Khodjaiants
8f4ba58fe7 Incorrect casting. 2002-10-07 17:30:48 +00:00
Mikhail Khodjaiants
1145258fd6 Implementation of preference pages. 2002-10-04 18:09:05 +00:00
Mikhail Khodjaiants
ce345efa78 Implementation of the debugger's preference pages. 2002-10-03 22:51:52 +00:00
Mikhail Khodjaiants
dddc587f19 Do not terminate process when handling 'terminated' event. 2002-10-03 15:04:35 +00:00
Alain Magloire
5a9d2b9bfb Since registers will not change, the method
getRegisters() is now on ICDITarget instead of ICDISTackFrame.
2002-10-03 02:34:36 +00:00
Alain Magloire
334cbd1564 Since registers will not change, the method
getRegisters() is now on ICDITarget instead of ICDISTackFrame.
2002-10-03 02:32:40 +00:00
Mikhail Khodjaiants
138cdae85d Moved getRegisters from the stack frame to the target. 2002-10-02 21:13:02 +00:00
Mikhail Khodjaiants
0c0673d8f4 Removed unused imports and local variables. 2002-10-02 21:10:35 +00:00
Mikhail Khodjaiants
9eeece90e7 Removed unused imports and local variables. 2002-10-02 19:37:13 +00:00
Mikhail Khodjaiants
8f3469b849 Cache the 'hasVariables' flag for global values and the type names for all variables. 2002-10-02 19:25:14 +00:00
David Inglis
2be2685341 missing dep. 2002-10-02 13:30:20 +00:00
Alain Magloire
b1b25e2273 add new method getRegisters(). 2002-10-02 04:58:17 +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
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
Mikhail Khodjaiants
e17e87f30e Terminate debug session when it is disconnected from target. 2002-09-27 19:56:37 +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
5f067307eb Improvment of the file search algorithm. 2002-09-26 16:13:41 +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
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
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
3c63ff5d56 Remove addLibraryPath and getLibraryPaths() method
it was consider to be to gdb specific.
2002-09-24 19:07:37 +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
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
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
0b205fd6f8 Propose setCurrent{Thread,StackFrame} to the API. 2002-09-20 18:42:52 +00:00
Mikhail Khodjaiants
d5f5423b78 Typo. 2002-09-20 18:38:10 +00:00
Mikhail Khodjaiants
523331e401 Implementation of source locator. 2002-09-20 18:35:25 +00:00
Mikhail Khodjaiants
4eb6c43261 Check if the breakpoint belongs to the project before setting. 2002-09-20 17:48:56 +00:00
Mikhail Khodjaiants
74a38d9081 Implementation of source locator. 2002-09-20 17:47:52 +00:00
Alain Magloire
ab161541db Explain how a breakpoint is set in javadoc. 2002-09-20 17:12:06 +00:00
Mikhail Khodjaiants
362b05d78f Added functionality to control thread and frame selection changes. 2002-09-20 15:12:53 +00:00
Mikhail Khodjaiants
4b389fbd48 Implementation of 'Run To Line' action. 2002-09-19 19:21:19 +00:00
Mikhail Khodjaiants
e71171b519 Reset breakpoints install count at startup and shutdown of CDebugCorePlugin. 2002-09-19 17:18:39 +00:00