1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Commit graph

14052 commits

Author SHA1 Message Date
Anton Leherbauer
f8fefa6ec2 Bug 185133 - [Editor] cannot open very large files in CDT Editor 2008-10-09 12:03:03 +00:00
Markus Schorn
67b68db542 Enforce pragma once semantics for headers shown in editor, bug 249884. 2008-10-09 11:21:52 +00:00
Pawel Piech
75a885c108 [233111] - Added a comment. 2008-10-09 05:35:50 +00:00
Pawel Piech
43456f1f7f [233111] - [expressions] Changing an expression name in the view should not accept an empty expression 2008-10-09 05:32:50 +00:00
Pawel Piech
2821634b7d [250228] - [menu] NPE in VMCommandUtils 2008-10-09 05:21:06 +00:00
Pawel Piech
f9a7d7cf7d [250227] - [expressions] Removing an expression in expressions view can collapse other expanded expressions. 2008-10-09 05:09:42 +00:00
Pawel Piech
568c4e705a [250226] - [expressions] Removing an expression in expressions view can collapse other expanded expressions. 2008-10-09 05:08:43 +00:00
Pawel Piech
57deb09291 [250225] - [update policy] In manual update mode, changing a variable/register value does should update view. 2008-10-09 04:52:38 +00:00
Marc Khouzam
f0a59c85a5 [246773] Moves the class MIRunControlNS to GDBRunControl_7_0_NS which is provisional. This is because we are doing the API freeze and I didn't want to have MIRunControlNS frozen, since this bug will probably remove it. 2008-10-08 20:16:33 +00:00
Anton Leherbauer
3f17f6cdbd Bug 235117 - [Editor] using F2 on a selection opens a hover containing 'null' 2008-10-08 15:00:38 +00:00
Markus Schorn
7a212506c0 Prevent error-popup for selection listeners, bug 243114. 2008-10-08 13:38:16 +00:00
Anton Leherbauer
02dd15386f Folding bugs 248613 and 248716 2008-10-08 09:41:24 +00:00
Pawel Piech
cfbfb1b005 [250033] - [run control][update policy] Stepping slow in synchronized "synchronized stepping" mode if no views are open. 2008-10-07 22:44:06 +00:00
Marc Khouzam
b1ec6ca223 [250009] The memory service only clears its cache on ContainerSupended/Resumed events. Since these events are no longer used in non-stop mode, the cache was never
cleared.  The cache should be cleared on all Isuspended/IResumed events.

Some minor cleanup was also done.
2008-10-07 18:48:29 +00:00
Pawel Piech
06c0d8e309 [245454] - Cleaned up cut-n-paste left overs from IVMUpdateScope implementations. 2008-10-07 18:09:45 +00:00
Marc Khouzam
4db894ab5d [247572] Fix for typo 2008-10-07 15:02:05 +00:00
Markus Schorn
9bccca7417 Don't include directories, bug 243682. 2008-10-07 14:52:24 +00:00
Markus Schorn
4f6ab7cd2e Follow up for bug 249801. 2008-10-07 14:41:02 +00:00
Vivian Kong
caac3238db update default target to nightly for CDT builds 2008-10-07 14:13:52 +00:00
Markus Schorn
2bfb47f111 Open Call Hierarchy for functions built with a macro, bug 249801. 2008-10-07 12:49:25 +00:00
Markus Schorn
21b5326fac ResourceLookup does not limit result to the provided projects, bug 249806. 2008-10-07 11:29:58 +00:00
Anton Leherbauer
71910194db Bug 249802 - C/C++ Editor goto matching bracket does not keep selection
Patch by Wieant
2008-10-07 07:44:32 +00:00
Anton Leherbauer
81fe52b68d Bug 245861 - [semantic highlighting] parser errors during editing leads to incorrect highlighting 2008-10-07 07:23:24 +00:00
Pawel Piech
e32529f3f0 [233407] - Added filters for removed provisional methods. 2008-10-06 22:02:10 +00:00
Pawel Piech
02ba5749b1 [233407] - Added filters for removed provisional methods. 2008-10-06 22:01:58 +00:00
Pawel Piech
49446a6f0d [233407] - Added filters for removed provisional methods. 2008-10-06 22:01:28 +00:00
Pawel Piech
7509adda2e *** empty log message *** 2008-10-06 22:01:14 +00:00
Pawel Piech
a28f768651 [233407] - Added filters for removed provisional methods. 2008-10-06 21:59:57 +00:00
Pawel Piech
39884ec421 [233407] - Added filters for removed provisional methods. 2008-10-06 21:59:31 +00:00
Pawel Piech
b8dadb6884 [233407] - Added filters for removed provisional methods. 2008-10-06 21:59:14 +00:00
Pawel Piech
5ff77553ea [233407] - Added filters for removed provisional methods. 2008-10-06 21:58:40 +00:00
Pawel Piech
e5be26f2ab [233407] - Added filters for removed provisional methods. 2008-10-06 21:58:07 +00:00
Pawel Piech
91202c16c4 [233407] - Added filters for removed provisional methods. 2008-10-06 21:57:38 +00:00
Pawel Piech
39cf259bbd [233407] - [update policy][menu] The update modes menu is enabled when no DSF debug session is active. 2008-10-06 21:51:07 +00:00
Marc Khouzam
405b19f8df [249227] we are not quite ready with the "verbose console feature", but since I had the changes needed to add the option in the launch, I figure I'd commit them. Once we have the feature ready, we'll just have to hook them to the launch option. 2008-10-06 18:53:15 +00:00
Marc Khouzam
be2a572842 [241317] Because GDB/MI is not ready to support multi-process for every context we have, I have reverted back to changes.
I have moved ISymbolDMContext, IBreakpointsTargetDMContext, ISourceLookupDMContext,
ISignalsDMContext, IDisassemblyDMContext back to GDBControlDMContext.

Maybe later, depending on GDB's final solution, we can move things back.

So, GDBControlDMContext is no longer an IMemoryDMContext or an IContainerDMContext.  Those interface are implemented by GDBContainerDMC.
2008-10-06 18:39:30 +00:00
Marc Khouzam
9920518e26 [245749] Make the IMIProcesses service deal with the threadId to groupId map to allow for other parts of the code to have access to this knowledge. 2008-10-06 17:41:55 +00:00
Markus Schorn
22785eee86 Create dummy locations, when location no longer exists, bug 249769. 2008-10-06 13:43:23 +00:00
Markus Schorn
5a9b69c9ee Adds ICPPMethod.isPureVirtual(), bug 248865. 2008-10-06 09:22:25 +00:00
Markus Schorn
6b82deb626 Fix since tag. 2008-10-06 09:05:29 +00:00
Sergey Prigogin
af37b8985c Binary constants contributed by Thomas Holland. Bug 249698. 2008-10-06 05:40:07 +00:00
Sergey Prigogin
89f966e3ef Binary constants contributed by Thomas Holland. Bug 249698. 2008-10-06 05:33:10 +00:00
Sergey Prigogin
434637bb10 Binary constants contributed by Thomas Holland. Bug 249698. 2008-10-06 05:15:43 +00:00
Sergey Prigogin
4fb814778b StringBuffer -> StringBuilder 2008-10-06 04:49:33 +00:00
Sergey Prigogin
784d16daf0 Comment adjustment. 2008-10-04 23:53:06 +00:00
Marc Khouzam
352badaaf3 [239050] IProcesses interface enhancement for runNewProcess() and debugNewProcess() to also take a Map of attributes to allow for flexibility in starting a new process. 2008-10-03 19:45:58 +00:00
Marc Khouzam
ed0ecf374a [242234] Until GDB officially support multi-process, we need to force the value of the groupId. 2008-10-03 19:43:04 +00:00
Marc Khouzam
1b8c75c4be [249227] Our debug traces should be as close as possible to what is being sent to and received from GDB. This will allow more accurate debugging. 2008-10-03 19:39:26 +00:00
Markus Schorn
4f5b949a8c Instantiation adds superfluous qualifications, bug 249085. 2008-10-03 16:20:51 +00:00
Markus Schorn
86e44ca5fb Enable refactoring off macro in ifndef-statements, bug 248007. 2008-10-03 13:06:27 +00:00