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

2634 commits

Author SHA1 Message Date
Mikhail Khodjaiants
a83210a3a1 Do not allow to modify aggregate variables. 2002-09-17 17:55:26 +00:00
Mikhail Khodjaiants
3befb016c8 Implementation of 'Change register value' action. 2002-09-17 17:12:31 +00:00
Mikhail Khodjaiants
655d90ba80 Implementation of Registers view. 2002-09-17 16:03:53 +00:00
Alain Magloire
dc70001746 Putting some framework for the memoryBlock. 2002-09-17 03:56:44 +00:00
Alain Magloire
ac1048390a For register no need to compare the stackframe. 2002-09-17 03:56:19 +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
397525c637 Implementation of Registers view. 2002-09-16 21:55:24 +00:00
Mikhail Khodjaiants
185cb818c1 Implementation of Registers view. 2002-09-16 21:32:17 +00:00
Mikhail Khodjaiants
e5d1c04186 Implementation of text hovering. 2002-09-13 19:02:51 +00:00
Mikhail Khodjaiants
26f32a37d5 Implementation of text hovering. 2002-09-13 18:32:41 +00:00
Mikhail Khodjaiants
10e834b26a Implementation of text hovering. 2002-09-13 17:45:24 +00:00
Mikhail Khodjaiants
82b872a006 Implementation of text hovering. 2002-09-13 17:22:46 +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
Alain Magloire
074c939b24 Fire a ChangedEvent when the assign is successfull. 2002-09-12 18:55:31 +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
cf07dedc00 Bug fix the children where not register to the VariableManager
so the ChangeEvent was not issued.
2002-09-11 15:12:11 +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
841c4d9b89 comment debug outputs. 2002-09-10 19:01:29 +00:00
Alain Magloire
c8c9ec8a30 new method to retrieve the PTY. 2002-09-10 14:28:41 +00:00
Alain Magloire
3f1e359697 Suspend does not work for solaris. 2002-09-10 14:28:20 +00:00
David Inglis
009f291ca4 fixed up build.properties 2002-09-10 01:37:27 +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
Alain Magloire
5c8cdfbd11 Send a synchronization notify immediately for commands
wit no tokens.
2002-09-07 14:49:09 +00:00
Alain Magloire
42e4cbf928 Try to detect when gdb dies unexpectely(sp?). 2002-09-07 14:48:26 +00:00
Alain Magloire
c437685dfd Change the order of the close. 2002-09-07 14:47:53 +00:00
Alain Magloire
3497250607 comment out the exception printstackTrace. 2002-09-07 14:47:25 +00:00
Alain Magloire
035aac8223 Close the master pty when done. 2002-09-07 02:00:33 +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
Alain Magloire
ba07b4e743 We should treat Watchpoint Trigger and Scope like two separte
events.
2002-09-06 20:18:34 +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
Alain Magloire
ccb0662448 Do not send the log stream to the output console. 2002-09-06 03:40:57 +00:00
Alain Magloire
16b474f214 Pass the MISession we'll need to know if we can suspend. 2002-09-06 03:40:20 +00:00
Alain Magloire
7edb51d4cc Add support to create a pseudo master terminal for the debugger. 2002-09-06 03:39:19 +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
fa789eea01 Changed the name of the C/C++ debug action set. 2002-09-05 14:31:26 +00:00
Alain Magloire
c072681604 add "-nw" no window options for gdb. 2002-09-05 01:43:44 +00:00