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

1201 commits

Author SHA1 Message Date
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
Mikhail Khodjaiants
de190fac8a Stop in main when restarting. 2002-09-19 15:59:30 +00:00
Mikhail Khodjaiants
118c87d65c Use the regular breakpoints instead of temporary because of the mi problems. 2002-09-19 15:51:16 +00:00
Mikhail Khodjaiants
2300feae91 Reset the expression's change flag on resume. 2002-09-18 21:44:05 +00:00
Mikhail Khodjaiants
26fc07b6cf Implementation of expressions. 2002-09-18 19:02:52 +00:00
Mikhail Khodjaiants
8510ce5ea0 Implementation of expressions. 2002-09-18 16:49:24 +00:00
Mikhail Khodjaiants
f670c1d502 Add suspend/resume support check. 2002-09-18 15:07:48 +00:00
Mikhail Khodjaiants
df4e0dbe8d Implementation of expressions. 2002-09-18 15:04:01 +00:00
David Inglis
cb9a170b91 ignore doc dir 2002-09-18 13:36:38 +00:00
David Inglis
0615ec3ba1 schema for CDebugger extension 2002-09-18 13:35:55 +00:00
Mikhail Khodjaiants
a83210a3a1 Do not allow to modify aggregate variables. 2002-09-17 17:55:26 +00:00
Mikhail Khodjaiants
655d90ba80 Implementation of Registers view. 2002-09-17 16:03:53 +00:00
Alain Magloire
e25f73cf71 Throw CDIException if getRegisters() failed. 2002-09-16 22:22:37 +00:00
Alain Magloire
2ffa2611d2 catch CDIException if getRegisters() failed. 2002-09-16 22:22:18 +00:00
Mikhail Khodjaiants
98cf33a2f4 Implementation of Registers view. 2002-09-16 22:14:21 +00:00
Mikhail Khodjaiants
185cb818c1 Implementation of Registers view. 2002-09-16 21:32:17 +00:00
Mikhail Khodjaiants
26f32a37d5 Implementation of text hovering. 2002-09-13 18:32:41 +00:00
Mikhail Khodjaiants
ab927f790a Correct display of C++ keywords in the 'Variables' view. 2002-09-12 22:22:39 +00:00
Alain Magloire
7622705eb4 Only pass the filename not the full path. 2002-09-12 19:36:57 +00:00
Mikhail Khodjaiants
3f63758501 Refactoring: moved some methods from CLocalVariable to CVariable and CModificationVariable. 2002-09-12 19:10:46 +00:00
Mikhail Khodjaiants
71d62cdd6e Implementation of the 'Change Variable Value' action. 2002-09-12 18:10:03 +00:00
Mikhail Khodjaiants
377485b1dd Display the values of character arrays as characters. 2002-09-11 22:42:49 +00:00
Mikhail Khodjaiants
a3edd4621d Implementation of array partitions. 2002-09-11 18:46:36 +00:00
Alain Magloire
68b68482f3 ArrayIndexOutOfBound bug fix. 2002-09-11 00:15:49 +00:00
Mikhail Khodjaiants
43e52e0f88 Implementation of variables presentation in Variables view. 2002-09-10 22:41:10 +00:00
Alain Magloire
4f4e3ba0cf separate the suspend and the resume option. 2002-09-09 20:58:22 +00:00
Alain Magloire
3e24919f41 add a method getChildreNumber to help the UI. 2002-09-09 15:53:32 +00:00
Mikhail Khodjaiants
4907b4f35a Implementation of variable expansion. 2002-09-06 21:13:57 +00:00
Mikhail Khodjaiants
c4ec584fc4 Implementation of the handler of 'WatchpointScope' event. 2002-09-06 21:13:24 +00:00
Mikhail Khodjaiants
b128851cc3 Implementation of 'hasVariables' function. 2002-09-06 19:20:12 +00:00
Alain Magloire
fd0b0a20fe add hasChildren to help the UI. 2002-09-06 19:16:37 +00:00
Mikhail Khodjaiants
128f28c57c Added handles for watchpoint events. 2002-09-06 18:10:39 +00:00