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
Alain Magloire
122c0c38d7 Remove those methods (getInstructions) it is part
of ICDISourceManager.
2002-10-12 23:51:24 +00:00
Alain Magloire
c87597043b A class to return a mixed of source and assembly instructions. 2002-10-12 01:21:29 +00:00
Alain Magloire
9c134355a8 3 methods to return ICDIMixedInstruction ; a mixed
of source and assembly instructions.
2002-10-12 01:20:11 +00:00
Mikhail Khodjaiants
92c7884bc3 Implementing the 'Switch to disassembly mode' action. 2002-10-11 21:41:50 +00:00
Mikhail Khodjaiants
736dbc1bec Changed the format of the disassembly view's output. 2002-10-11 14:59:18 +00:00
Mikhail Khodjaiants
cede94d323 Added the 'hasValueChanged' method to 'CRegister'. 2002-10-10 22:29:59 +00:00
Mikhail Khodjaiants
099c9906e8 Check if the selected frame is current before calling 'setCurrentStackFrame'. 2002-10-10 22:16:14 +00:00
Mikhail Khodjaiants
f5a5e58c82 Added Getter and Setter for 'fRefreshVariables'. 2002-10-10 22:01:16 +00:00
Mikhail Khodjaiants
5eee2360ef Display the limited number of instruction in the disassembly view. 2002-10-10 18:36:07 +00:00
Mikhail Khodjaiants
fd956221a4 Implementing the disassembly mode. 2002-10-10 16:51:28 +00:00
Mikhail Khodjaiants
e01a121c1c Implementing the disassembly mode. 2002-10-10 15:29:50 +00:00
Alain Magloire
16e22eb4b8 in getInstructions() use long instead of String for addresses. 2002-10-10 15:18:23 +00:00
Mikhail Khodjaiants
dd2ebb3c74 Implementation of disassembly mode. 2002-10-10 03:38:46 +00:00
Mikhail Khodjaiants
c0dd34d21c Typo. 2002-10-10 02:36:42 +00:00
Mikhail Khodjaiants
aa7651d574 Implementation of disassembly mode. 2002-10-09 23:10:16 +00:00
Alain Magloire
34558714cc Added methods to get disassemble code from the source manager. 2002-10-09 22:04:43 +00:00
Mikhail Khodjaiants
be32b96116 Implementation of disassembly mode. 2002-10-09 17:56:17 +00:00
Mikhail Khodjaiants
94a721a938 Implementation of disassembly mode. 2002-10-09 03:06:17 +00:00
Mikhail Khodjaiants
fdf2c99a70 Implementation of disassembly mode. 2002-10-08 22:03:22 +00:00
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