1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-06 17:26:01 +02:00
Commit graph

999 commits

Author SHA1 Message Date
Alain Magloire
3978b0bf20 Fix the parser new method verbose(). 2003-08-26 15:37:20 +00:00
Alain Magloire
225b5d74ab updated. 2003-08-25 23:37:43 +00:00
Alain Magloire
66a387fa59 use getQualifiedname() 2003-08-25 23:37:31 +00:00
Alain Magloire
b081b1d2a5 Use the datatype form the GDBTypeParser. 2003-08-25 23:37:17 +00:00
Alain Magloire
d3c32bb369 updated. 2003-08-22 17:09:51 +00:00
Alain Magloire
480c9e4101 Use VariableObject.getFullName(). 2003-08-22 17:09:40 +00:00
Alain Magloire
d95d657a19 Provide a getFullName() to return the complete name
but without the casting information.
2003-08-22 17:09:16 +00:00
Alain Magloire
5cd6a01bd6 updated. 2003-08-21 14:53:51 +00:00
Alain Magloire
bf1f86abc1 name of the Array. 2003-08-21 14:53:41 +00:00
Alain Magloire
5033de1c2e updated. 2003-08-20 15:48:48 +00:00
Alain Magloire
c96dfdc80c Break the toString() method is two smaller methods. 2003-08-20 15:48:37 +00:00
Alain Magloire
f4b76e52e0 Provide out own parametersToString().
break-condition parameters can not be munge.
2003-08-20 15:48:14 +00:00
Alain Magloire
7f3646cfb0 updated. 2003-08-20 01:22:56 +00:00
Alain Magloire
7cfecd1a5e Fix to deal with gdb ptype for class/structure 2003-08-20 01:22:46 +00:00
Alain Magloire
8c3d7d87ff refactorin the name to avoid confusion. 2003-08-20 01:22:21 +00:00
Alain Magloire
8ea769c2ed updated 2003-08-19 20:56:07 +00:00
Alain Magloire
4e76360ada Fix for the getQualifiedName() for GDB fake categories. 2003-08-19 20:55:58 +00:00
Alain Magloire
ce9b82be99 updated 2003-08-19 02:38:52 +00:00
Alain Magloire
e7f524f9e1 Patch form chris songer deals with sparse output
in the MI format
2003-08-19 02:38:41 +00:00
Alain Magloire
4471c53d81 updated 2003-08-19 02:02:13 +00:00
Alain Magloire
081b8cd7ca Deal with Shared Lib Events from GDB 2003-08-19 02:01:53 +00:00
Alain Magloire
551a927cf2 New files to deal with Shared Events from GDB 2003-08-19 02:01:31 +00:00
Mikhail Khodjaiants
4214aed737 Removed the 'Type' field from the 'Display As Array' dialog. 2003-08-13 21:16:23 +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
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
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
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
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