Mikhail Khodjaiants
5ad84a932b
Minimize the number of the "evaluate expression" requests when changing the value of the floating point types.
2003-07-28 21:39:57 +00:00
Mikhail Khodjaiants
460eff2253
Refactoring: moved the 'isNaN', 'isPositiveInfinity' and 'isNegativeInfinity' to the 'CDebugUtils' class.
2003-07-28 19:59:27 +00:00
Mikhail Khodjaiants
622186c83c
Refactoring: moved the 'CDebugUtils' class to the 'org.eclipse.cdt.debug.core' package - the methods of this class are mostly used in UI plugins.
2003-07-28 19:40:24 +00:00
Mikhail Khodjaiants
44c47aa497
Cleanup. Removed the unused 'getNumberOfChildren' method from the 'CValue' class.
2003-07-28 19:08:14 +00:00
Mikhail Khodjaiants
87128db4da
Cleanup. Removed the 'reset' and 'getQualifiedName' methods from the 'ICVaraible' interface.
2003-07-28 17:25:01 +00:00
David Inglis
0a8f96e1d2
fixed supports cpu test so that it finds debugger that support a cpu which
...
== native but don't say they support native
2003-07-28 13:36:24 +00:00
Mikhail Khodjaiants
191615c830
New icon for closed projects.
2003-07-24 19:25:06 +00:00
Mikhail Khodjaiants
beb9e0d679
When initializing the generic source locations list filter out non-generic locations.
2003-07-24 18:39:43 +00:00
Mikhail Khodjaiants
3b39a5f585
Fix for PR 40696.
2003-07-24 17:59:00 +00:00
Mikhail Khodjaiants
52e1267d4a
Create a special type of ICDIVariable (ErrorVariable) if request to gdb fails.
2003-07-22 22:32:40 +00:00
Mikhail Khodjaiants
6a09808529
Fix in CDTDebugModelPresentation: check if the value that getName returns is not null.
2003-07-22 22:25:42 +00:00
Mikhail Khodjaiants
9a70e8f755
Fixes for CSourceLoator:
...
Use the 'getReferencedProjects' method of 'CSourceLocator' to obtain the list of referenced projects.
Use the correct tag for additional source locations.
2003-07-22 14:45:21 +00:00
Peter Graves
2db6f58160
Include the .jar file.
2003-07-18 18:45:45 +00:00
Mikhail Khodjaiants
6dbda36f90
Fix for PR 39936: GDB hits modified conditional breakpoints when condition not satisfied.
...
This is a work around for GDB PR MI/1289.
2003-07-17 21:59:18 +00:00
Mikhail Khodjaiants
ef2a5f83f2
Automatically update the list of source locations when the list of the referenced projects is modified.
2003-07-17 20:56:13 +00:00
Mikhail Khodjaiants
0642ccd81b
Automatically update the list of source locations when the list of the referenced projects is modified.
2003-07-17 20:24:01 +00:00
Alain Magloire
bc45e8c29c
updated.
2003-07-17 18:54:09 +00:00
Alain Magloire
b856a2e412
Catching CLI "detach"
2003-07-17 18:54:01 +00:00
Alain Magloire
b398594ee8
updated.
2003-07-16 19:09:21 +00:00
Alain Magloire
4d77a59658
Create ArrayValue ReferenceValue PointerValue
...
and StructValue.
2003-07-16 19:09:11 +00:00
Doug Schaefer
c3710b47a6
Fix up paths.
2003-07-14 20:14:41 +00:00
Alain Magloire
5de1f4a17b
updated.
2003-07-10 19:34:22 +00:00
Alain Magloire
5751be1df5
updated.
2003-07-10 19:25:41 +00:00
Alain Magloire
2e28c9af75
remove unused code.
2003-07-10 19:25:33 +00:00
Alain Magloire
d2a39db148
Use GDB = "gdb"
2003-07-10 19:25:10 +00:00
Alain Magloire
b184f762be
Send the output straighout to the GDB channel
2003-07-10 19:24:55 +00:00
Alain Magloire
7dfa13d225
Badly format MI lines put in TargetStream
2003-07-10 19:24:29 +00:00
Alain Magloire
2449709449
remove error mesg duplication.
2003-07-10 19:23:29 +00:00
Alain Magloire
9faa3cf7a9
Updated.
2003-07-08 15:44:54 +00:00
Alain Magloire
bbddb0d592
Change the command to grab the logerrors.
2003-07-08 15:44:41 +00:00
Peter Graves
04b6ea96de
Major cleanup. Moved the resrouces out of the source tree and
...
fixed a problem where we were not terminating debug sessions.
Also removed a bunch of unused stuff.
2003-07-03 18:21:15 +00:00
Mikhail Khodjaiants
f3ed140c9c
Fix for PR 39372: Breakpoints don't get activated when symbols are loaded.
2003-06-30 21:14:48 +00:00
Mikhail Khodjaiants
0375bb50a1
Fix for PR 39100: CDT/Debug core is asking value 16 times.
2003-06-30 20:05:43 +00:00
Mikhail Khodjaiants
faf7bd9da2
Fix for PR 39087: Cache the MI answer once we know if the variable is writable.
2003-06-30 18:00:14 +00:00
Mikhail Khodjaiants
269cca164e
Fix for PR 39101: No hilight when changing the value of register.
2003-06-30 02:59:10 +00:00
Mikhail Khodjaiants
bfbf619f14
New icon for shared libraries with loaded symbols.
2003-06-26 16:18:54 +00:00
Alain Magloire
2fd4306837
updated.
2003-06-25 19:08:39 +00:00
Alain Magloire
ad7625bc1c
Optimization from Chris Songer in manipulating strings.
2003-06-25 19:08:29 +00:00
Mikhail Khodjaiants
aa3f10c491
All local var_objects are destroyed when a thread other than current is selected. CVariable has to be invalidated if a "destroyed" event has been received.
2003-06-24 05:30:41 +00:00
Mikhail Khodjaiants
45e573a88b
Warnings cleanup.
2003-06-24 04:37:07 +00:00
Mikhail Khodjaiants
cf576425cb
Fix for ClassCastException in CStackFrame.
2003-06-23 19:35:45 +00:00
Mikhail Khodjaiants
40e2cbf0b0
In the 'getVariableText' and 'getVariableImage' methods of CDTDebugModelPresentation ignore exceptions thrown by getType.
2003-06-20 21:58:16 +00:00
Mikhail Khodjaiants
109d948e1f
Variable bookkeeping (phase 0.1).
2003-06-20 21:23:23 +00:00
Mikhail Khodjaiants
b121523ac4
Variable bookkeeping (phase 0.1).
2003-06-20 21:16:16 +00:00
Alain Magloire
e78cfa658a
updated.
2003-06-19 03:39:27 +00:00
Alain Magloire
1dbcbfd908
reimplement getRegister()
2003-06-19 03:39:14 +00:00
Alain Magloire
ec0c3f13bd
Check for register and prepend "$" to name
2003-06-19 03:39:01 +00:00
Alain Magloire
7d026a2568
Cleanup the register to use GDB/MI objects.
2003-06-19 03:38:37 +00:00
Alain Magloire
0728b66c10
Check for register also and cleanup
2003-06-19 03:38:11 +00:00
Mikhail Khodjaiants
61f80b02fe
Incorrect casting int the "setChanged" method of CVariable.
2003-06-18 20:59:15 +00:00