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

1329 commits

Author SHA1 Message Date
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
Mikhail Khodjaiants
7bb306e845 Fix in the 'resumed' event handle. 2002-09-06 17:22:02 +00:00
Mikhail Khodjaiants
fe4c884ab4 Implementation of watchpoints. 2002-09-05 22:45:38 +00:00
Mikhail Khodjaiants
0ab86c77d5 Implementation of 'add watchpoint' action and watchpoint's properties. 2002-09-05 21:54:51 +00:00
Mikhail Khodjaiants
d32b5a8355 The reason of the 'suspended' event has been changed from ICDIBreakpoint to ICDIBreakpointHit. 2002-09-05 14:54:18 +00:00
Mikhail Khodjaiants
66bd4486a2 Temporary fix for source search path. 2002-09-04 21:09:51 +00:00
Mikhail Khodjaiants
b4632f88d2 Implementation of watchpoints. 2002-09-04 20:50:20 +00:00
Mikhail Khodjaiants
b5af571676 Temporary fix for source search path. 2002-09-04 20:49:43 +00:00
Alain Magloire
46e1e64e85 Allow to set search source paths 2002-09-04 20:14:39 +00:00
Mikhail Khodjaiants
3496b65bc6 More implementation of breakpoints. 2002-09-04 15:43:56 +00:00
Mikhail Khodjaiants
477450be7a More implementation of breakpoints. 2002-09-03 22:55:20 +00:00
Mikhail Khodjaiants
a5e7b14cc5 Fixed 'Step Into' for stack frame. 2002-09-03 15:19:41 +00:00
David Inglis
c1be110cad changed runtimeoption arguments to String[] 2002-09-03 14:47:45 +00:00
Mikhail Khodjaiants
c52732cf99 More implementation of breakpoints. 2002-09-03 14:37:25 +00:00
Mikhail Khodjaiants
1f2942e78e For now return true for all breakpoints. 2002-09-02 20:41:16 +00:00
Mikhail Khodjaiants
8679072fc4 More implementation of breakpoints. 2002-09-02 19:32:52 +00:00
Mikhail Khodjaiants
cb00b0ef97 More implementation of breakpoints. 2002-08-30 23:30:28 +00:00
Alain Magloire
d3b1b81ecd Use the breakpointManager for createLocation() 2002-08-30 04:54:00 +00:00
Alain Magloire
ffd67cbab2 createLocation() is in breakpointManager. 2002-08-30 04:53:27 +00:00
Alain Magloire
01b423f57a createCondition is in BreakpointManager. 2002-08-30 04:53:03 +00:00
Alain Magloire
a852442246 add createLocation() and createCondition() where they are the most usefull. 2002-08-30 04:52:38 +00:00
Mikhail Khodjaiants
6644f6a970 Fixed thread termination bug. 2002-08-29 18:07:25 +00:00
Mikhail Khodjaiants
02caa120d3 Cleanup. 2002-08-29 18:06:30 +00:00