Alain Magloire
|
452737ae51
|
Return the "ISO C" string instead meaning the string with
the \t \n etc escaped characters.
|
2002-10-04 14:42:23 +00:00 |
|
Mikhail Khodjaiants
|
ce345efa78
|
Implementation of the debugger's preference pages.
|
2002-10-03 22:51:52 +00:00 |
|
Mikhail Khodjaiants
|
fa410d22c0
|
Added the 'C/C++ Debug' action group to the preferences.
|
2002-10-03 21:12:19 +00:00 |
|
Judy N. Green
|
2baa8c62f5
|
added all years to copyright
|
2002-10-03 15:15:52 +00:00 |
|
Judy N. Green
|
92a5822800
|
Added information for plugin
|
2002-10-03 15:14:35 +00:00 |
|
Judy N. Green
|
e1633bcacd
|
Needed for the build
|
2002-10-03 15:14:15 +00:00 |
|
Mikhail Khodjaiants
|
dddc587f19
|
Do not terminate process when handling 'terminated' event.
|
2002-10-03 15:04:35 +00:00 |
|
Alain Magloire
|
3a38658386
|
change state to be connectetd.
|
2002-10-03 13:49:21 +00:00 |
|
Alain Magloire
|
683b557bd2
|
do not terminate attach processes.
|
2002-10-03 13:49:03 +00:00 |
|
Alain Magloire
|
3653983f0e
|
set the state detached when you disconnect.
|
2002-10-03 13:48:17 +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 |
|
Alain Magloire
|
c95957ca97
|
From Sam Robb:
Changes the ErrorParserManager to use an instance of
IProject and IMarkerGenerator instead of ACBuilder.
|
2002-10-03 01:58:54 +00:00 |
|
Alain Magloire
|
b9e49851ca
|
From Sam Robb:
Moves the creation of the ErrorParserManager to invokeMake()
so it picks up the proper context for getProject().
|
2002-10-03 01:57:45 +00:00 |
|
Alain Magloire
|
44ebc59862
|
From Sam Robb:
Adds an interface to disasociated the addMarker() from
the builder class.
|
2002-10-03 01:56:00 +00:00 |
|
Alain Magloire
|
0298ec1a16
|
From Sam Robb:
Adds "implements IMarkergenerator"
|
2002-10-03 01:54:56 +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
|
38953a8a19
|
cleanup
|
2002-10-02 16:20:08 +00:00 |
|
David Inglis
|
2be2685341
|
missing dep.
|
2002-10-02 13:30:20 +00:00 |
|
Alain Magloire
|
4804e480bb
|
The expansion by default is way to expensive,
commenting out for now.
|
2002-10-02 04:59:12 +00:00 |
|
Alain Magloire
|
b1b25e2273
|
add new method getRegisters().
|
2002-10-02 04:58:17 +00:00 |
|
Alain Magloire
|
e1f759197d
|
getValue() returns a string now.
|
2002-10-02 04:57:35 +00:00 |
|
Alain Magloire
|
883ffe3747
|
rename getRegisters() to getMIRegisterValues() more
descriptive
|
2002-10-02 04:56:56 +00:00 |
|
Alain Magloire
|
dc61120019
|
rename getRegisters() to getRegistersNumber() more
descriptive
|
2002-10-02 04:56:24 +00:00 |
|
Alain Magloire
|
589fec8751
|
Extends MIChangedEvent for convenience.
|
2002-10-02 04:55:44 +00:00 |
|
Alain Magloire
|
3eb7378d87
|
New file .
|
2002-10-02 04:55:21 +00:00 |
|
Alain Magloire
|
f1af1d30d1
|
add help method.
|
2002-10-02 04:54:50 +00:00 |
|
Alain Magloire
|
aeb2c89c90
|
Only pass -- if an argument starts with '-'
|
2002-10-02 04:54:20 +00:00 |
|
Alain Magloire
|
bdee45066b
|
Typo in the name of the method.
|
2002-10-02 04:53:54 +00:00 |
|
Alain Magloire
|
4a90b847b5
|
Remove any reference to registers. They are now manage
by the RegisterManager.
|
2002-10-02 04:53:26 +00:00 |
|
Alain Magloire
|
d9ecab58a7
|
Use the RegisterManager for getRegisters().
|
2002-10-02 04:52:16 +00:00 |
|
Alain Magloire
|
0d11ebfa7c
|
Organize Import.
|
2002-10-02 04:51:31 +00:00 |
|
Alain Magloire
|
e206d3b10f
|
Complete rewrite to not use the gdb/mi variable object
but rather the -data-list-register-xxx calls.
|
2002-10-02 04:51:01 +00:00 |
|
Alain Magloire
|
73a428b3f5
|
Catch MIRegisterChangedEvent and call update on the RegisterManager.
|
2002-10-02 04:49:56 +00:00 |
|
Alain Magloire
|
b7ec1b9bb1
|
Call update on the RegisterManager.
|
2002-10-02 04:49:10 +00:00 |
|
Alain Magloire
|
13271515fe
|
New method getRegisters() and move the intelligence of
getRegisterObjects() into the RegisterManager class.
|
2002-10-02 04:48:46 +00:00 |
|
Alain Magloire
|
324596dc72
|
New method to return the RegisterManager.
|
2002-10-02 04:47:42 +00:00 |
|
Alain Magloire
|
6fb26a1444
|
Support for MIRegisterChangedEvent.
|
2002-10-02 04:47:08 +00:00 |
|
Alain Magloire
|
46f5898b90
|
Organize imports.
|
2002-10-02 04:45:05 +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
|
8dad35d75f
|
Implementation of InfoStatusHandler
|
2002-10-01 17:34:34 +00:00 |
|
Doug Schaefer
|
142bcc308a
|
Added .project file to source control
|
2002-10-01 13:33:28 +00:00 |
|
Alain Magloire
|
a03ec0415c
|
Reenable throwing exception.
|
2002-10-01 12:22:29 +00:00 |
|
David Inglis
|
103c42de84
|
use new debug target creation methods
|
2002-10-01 02:00:12 +00:00 |
|
David Inglis
|
75201f7a47
|
fix NPE when editor closes
|
2002-10-01 01:19:32 +00:00 |
|