Mikhail Khodjaiants
4214aed737
Removed the 'Type' field from the 'Display As Array' dialog.
2003-08-13 21:16:23 +00:00
Mikhail Khodjaiants
b32258ab17
Display the proper image for reference types.
2003-08-13 18:20:21 +00:00
Mikhail Khodjaiants
0627136ff0
Moved some methods from ICDIVariable to ICDIVariableObject.
...
Create 'var-objects' only for the requested array partitions.
2003-08-13 18:19:53 +00:00
Mikhail Khodjaiants
437bb002d3
The 'type' argument of the 'getVariableObjectAsArray' method shouldn't be null.
2003-08-11 21:22:47 +00:00
Mikhail Khodjaiants
8b9da1bd68
Mistype in the 'CheckType' method.
2003-08-11 19:38:00 +00:00
Alain Magloire
1370c0404f
updated.
2003-08-08 02:58:16 +00:00
Alain Magloire
e3c7f992fb
do not use the type argument in getVarialbleObjectAsArray()
2003-08-08 02:58:03 +00:00
Alain Magloire
9c4762f0b7
added new method hasChildren()
2003-08-08 02:57:31 +00:00
Alain Magloire
9fc30087ce
updated.
2003-08-08 01:59:38 +00:00
Alain Magloire
24c13b9b01
*** empty log message ***
2003-08-08 01:59:00 +00:00
Alain Magloire
dcc4938a6e
effect of ICDIVariableManager refactoring
2003-08-08 01:58:28 +00:00
Alain Magloire
809d21f323
Renamve getVariableObject(String, String, String)
...
getGlobalVariableObject();
removing getVariableObject(ICDIStackframe, String)
2003-08-08 01:58:09 +00:00
Mikhail Khodjaiants
0f6254c17b
Removed the unused local variable 'children' from the 'getVariables' method of 'ArrayValue'.
2003-08-07 15:57:17 +00:00
Alain Magloire
0be4d53f22
updated.
2003-08-07 15:06:07 +00:00
Alain Magloire
36975e135f
Instead of doing sleep () do wait()
2003-08-07 15:05:58 +00:00
Alain Magloire
f89792d824
Do not test isRunning() in suspend()
2003-08-07 15:05:37 +00:00
Alain Magloire
ca668ed712
update.
2003-08-07 03:32:15 +00:00
Alain Magloire
3811ef4cfd
updated.
2003-08-07 03:29:35 +00:00
Alain Magloire
372a84559f
added new method for parsing.
2003-08-07 03:29:26 +00:00
Alain Magloire
e25438c76b
cleanup of the casting methods.
2003-08-07 03:29:12 +00:00
Alain Magloire
3c01dde2ff
cleanup and new helper methods.
2003-08-07 03:28:59 +00:00
Alain Magloire
e67d9935f9
new constructor and cleanup
2003-08-07 03:28:44 +00:00
Alain Magloire
873f29c14c
updated.
2003-08-06 21:14:27 +00:00
Alain Magloire
743edf77ef
doc
2003-08-06 21:14:17 +00:00
Alain Magloire
136dfb9d17
Implement isEditable() method.
2003-08-06 21:14:06 +00:00
Mikhail Khodjaiants
d391011d82
Added the implementation of the 'getType' and 'getTypeName' methods of the 'CVaraible:ErrorVariable' class.
2003-08-06 20:51:19 +00:00
Mikhail Khodjaiants
812c1785ab
Uncommented the 'sizeof' method of 'ICDIVariableObject'.
2003-08-06 20:18:33 +00:00
Mikhail Khodjaiants
1d79549307
Fixes for 'Variable' and 'VariableObject'.
2003-08-06 20:15:56 +00:00
Alain Magloire
1bc4e43764
Remove unneeded method
2003-08-06 19:52:27 +00:00
Alain Magloire
110459666f
updated
2003-08-06 19:52:09 +00:00
Alain Magloire
de21ec7208
Move methods to ICDIVariableObject.
2003-08-06 19:51:58 +00:00
Mikhail Khodjaiants
06784eca01
Use the 'getReferencedProject' method to obtain all referenced projects.
2003-08-05 21:13:51 +00:00
Mikhail Khodjaiants
6d5684edff
Invalidate error variables when the session is resumed.
2003-08-05 17:49:30 +00:00
Mikhail Khodjaiants
022ba9b789
Moved the 'getReferencedProject' method to 'CDebugUtils'.
...
Added the cycle checking.
2003-07-30 20:22:31 +00:00
Mikhail Khodjaiants
84d61d9cfc
Fix for PR 40911: Double clicking on breakpoint with no source causes internal error.
2003-07-29 20:23:55 +00:00
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