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

14371 commits

Author SHA1 Message Date
Pawel Piech
fc1da4e112 [268230] - [view model] Mark view model API as provisional. 2009-03-11 21:40:58 +00:00
Pawel Piech
03986e7dde [225650] - [view model] Convert debug views' view model implementation to use IElementPropertyProvider. 2009-03-11 20:55:47 +00:00
Pawel Piech
273d6050bd Bug 225650 - Fixed an assertion failed error related to calling a label update's done() twice. 2009-03-11 16:35:32 +00:00
Marc Khouzam
a64a9ce3a1 [258284] Add ToggleDebugging button to Debug View context menu. 2009-03-11 14:46:30 +00:00
Marc Khouzam
7badf2d053 [258284] Move ToggleDebugging button from Workbench toolbar to Debug View toolbar. 2009-03-11 14:26:02 +00:00
Markus Schorn
1b47ae84ce ProgressUpdateJob for indexer needs to be stopped, bug 286079. 2009-03-11 10:03:39 +00:00
Markus Schorn
c4f9cdbe49 Rename testcase. 2009-03-11 09:45:42 +00:00
Pawel Piech
081d4ed5ac [225650] - [view model] Convert debug views' view model implementation to use IElementPropertyProvider. 2009-03-10 23:47:17 +00:00
Pawel Piech
445fc4b23a [267881] - [launch] There is no possibility to configure remote protocol, host and port 2009-03-10 15:53:06 +00:00
Anton Leherbauer
2e6ebd77d4 Bug 267801 - Open Declaration hangs in deadlock 2009-03-10 14:54:22 +00:00
Anton Leherbauer
2e65ed8af0 Bug 265598 - EOF does not work in console 2009-03-10 11:37:51 +00:00
Anton Leherbauer
df7a426a13 Bug 266731 - Include directories have to be marked 'source' to get new/header 2009-03-10 11:32:58 +00:00
Marc Khouzam
afbe91c383 [266943] API Tooling filters for renaming of ExpressionService to MIExpressions 2009-03-09 19:50:53 +00:00
Markus Schorn
6af8ee790c Suppress error reporting in inactive code, bug 264666. 2009-03-09 08:07:10 +00:00
Marc Khouzam
d7a85ffaca [266607] If we don't have a process name, use -list-thread-groups --available to get it. Although not very efficient, this is all GDB offers right now. 2009-03-06 15:22:41 +00:00
Markus Schorn
8d489aa58e Visit method for pointer operators, bug 260461. 2009-03-06 14:37:05 +00:00
Markus Schorn
4e20a3afa8 Unnecessary ambiguity in sizeof expression, bug 252243. 2009-03-06 12:56:27 +00:00
Markus Schorn
a3765fa703 Resolution of explicit use of user-defined conversions, bug 267221. 2009-03-06 08:18:40 +00:00
Marc Khouzam
35e6b69536 [237308] Don't add the inferior to the launch in the case of attach sessions. 2009-03-05 18:32:34 +00:00
Vivian Kong
ef21fed3e8 bug 267224 2009-03-05 18:07:16 +00:00
Vivian Kong
dd03b14c58 bug 267224 2009-03-05 17:42:47 +00:00
Vivian Kong
f749441cae bug 267224 2009-03-05 17:15:43 +00:00
Vivian Kong
820ff1ccaa update build script 2009-03-05 16:55:26 +00:00
Vivian Kong
f8a4c9c02c bug 267224 2009-03-05 16:39:48 +00:00
Markus Schorn
935de12ddc Declarator ambiguity with initializer, bug 267184. 2009-03-05 15:29:44 +00:00
Markus Schorn
e0124cd03d Name resolution in new expressions, bug 267168. 2009-03-05 11:40:48 +00:00
Vivian Kong
15bc008607 update testing plugin version 2009-03-04 21:58:19 +00:00
Vivian Kong
4b0be7ac17 update feature version 2009-03-04 21:13:28 +00:00
Pawel Piech
119f49c94f [265882] - Moved VM update scopes interface to a provisional package. 2009-03-04 16:57:33 +00:00
Vivian Kong
3fd7f7a84b adding newly signed LPG runtim to map file 2009-03-04 16:10:22 +00:00
Markus Schorn
2cf4f5acdf Parent scope of specializations based on index, bug 267013. 2009-03-04 13:32:32 +00:00
Markus Schorn
e25410c174 Name resolution problem with friend class template, bug 266992. 2009-03-04 10:34:17 +00:00
Markus Schorn
8906aaf778 Fix computation of source-context for parsing files in editor. 2009-03-04 09:27:57 +00:00
Markus Schorn
2d44a1f492 Content assist for ctor initializer list by Jens Elmenthaler, bug 266586. 2009-03-04 08:38:45 +00:00
Marc Khouzam
d128bcecf4 [266943 ] Changed class ExpressionService to MIExpressions for consistency. 2009-03-04 04:09:33 +00:00
Ken Ryall
c5fbdfcc31 Refresh the files list if the exe changes. 2009-03-03 14:19:47 +00:00
Anton Leherbauer
a051216624 Reduce scope of monitor, related to bug 228236 2009-03-03 13:16:28 +00:00
Anton Leherbauer
a2fa29fcd3 [266824] [source lookup] NPE in DsfSourceDisplayAdapter without SteppingController 2009-03-03 13:14:32 +00:00
Markus Schorn
d02a227446 Resolution of deferred conversion operator. 2009-03-03 13:00:58 +00:00
Markus Schorn
6c715831a4 Function template with member pointer, bug 266532. 2009-03-03 08:21:06 +00:00
Marc Khouzam
5bf8936d3c [26674] GdbLaunch made the assumption that if GdbLaunch.shutdownSession has been called, the entire launch has been terminated. This is not true when another process was added to the launch. This fix makes it so that calling GdbLaunch.shutdownSession does not imply the entire launch is terminated. 2009-03-02 20:41:49 +00:00
Marc Khouzam
ddd702bf6f Just updated a comment 2009-03-02 20:07:22 +00:00
Markus Schorn
4e149fbde7 API to check whether a declaration is from a file actually included by a translation unit, bug 254844. 2009-03-02 15:50:43 +00:00
Anton Leherbauer
41109da4be Remove duplicate plugin dependencies 2009-03-02 14:29:47 +00:00
Markus Schorn
bda21f162b Public API to update external headers, bug 255338. 2009-03-02 14:10:52 +00:00
Anton Leherbauer
fb52538f7d [266472] [run control] SteppingController disables stepping if there is no participant 2009-03-02 11:02:33 +00:00
Anton Leherbauer
093d3bcaf6 Bug 262826 - Fix bundle location 2009-03-02 10:57:59 +00:00
Anton Leherbauer
3e0f0ab51d [265882] Restore class visibility (executable extension) 2009-03-02 10:57:54 +00:00
Anton Leherbauer
5af8a67f24 [265882] API cleanup: Remove StepQueueManager 2009-03-02 09:11:30 +00:00
Anton Leherbauer
2c51861e8a Update install instructions 2009-03-02 09:08:00 +00:00