1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00
Commit graph

1121 commits

Author SHA1 Message Date
Alain Magloire
148f6add3c updated. 2003-09-30 20:34:07 +00:00
Alain Magloire
d296af351f Added new method equals(). 2003-09-30 20:33:53 +00:00
Mikhail Khodjaiants
dbfda6695e Added the initialization of the shared libraries' attributes to CygwinGDBDebugger. 2003-09-30 01:59:10 +00:00
Alain Magloire
9da38c042c updated. 2003-09-26 16:58:36 +00:00
Alain Magloire
82e8f08353 Make sure gdb is ready to receive commnad
before creating the MISession.
2003-09-26 16:58:24 +00:00
Alain Magloire
8bc64c6f3c indentation. 2003-09-26 16:57:53 +00:00
Alain Magloire
b06d6f62f6 updated. 2003-09-25 16:05:22 +00:00
Alain Magloire
fab806abb9 Fix for PR 43496 2003-09-25 16:04:49 +00:00
Mikhail Khodjaiants
22e130fbe7 Moving the shared library search paths block to mi UI. 2003-09-11 17:44:42 +00:00
Alain Magloire
af12903eaa updated. 2003-09-11 16:40:30 +00:00
Alain Magloire
0f58242ba8 FIx parsing. 2003-09-11 16:40:19 +00:00
Mikhail Khodjaiants
30b346c1a1 Regrouping the launch configuration constants. 2003-09-08 21:49:31 +00:00
Mikhail Khodjaiants
ce59a25fa6 Regrouping the launch configuration constants. 2003-09-08 21:40:11 +00:00
Mikhail Khodjaiants
3da46e561e Added the 'stop-on-solib-events' option.
Changed the initialization of the hared library search path.
Changed the messages of the thrown exceptions.
2003-09-08 21:27:56 +00:00
Mikhail Khodjaiants
5ac0a1a30b CoreFileConfiguration supports shared libraries. 2003-09-08 18:43:02 +00:00
Alain Magloire
237f613643 updated. 2003-08-30 19:50:55 +00:00
Alain Magloire
8911cb0c81 Remove some synchronization primitives. 2003-08-30 19:50:44 +00:00
Mikhail Khodjaiants
ae82c8efca Moving shared library features from mi to CDI.
Added new methods to ICDISharedLibraryManager:
- isAutoLoadSymbols
- isStopOnSolibEvents
- setAutoLoadSymbols
- setStopOnSolibEvents
- supportsAutoLoadSymbols
	- supportsStopOnSolibEvents
2003-08-29 20:50:45 +00:00
Alain Magloire
6bd29c446e updated. 2003-08-26 18:23:38 +00:00
Alain Magloire
247737caff fix for parsing the output. 2003-08-26 18:22:16 +00:00
Alain Magloire
0024353521 do not add them. 2003-08-26 15:53:57 +00:00
Alain Magloire
e3e45fd5fe updated. 2003-08-26 15:38:13 +00:00
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