1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-05 16:15:25 +02:00
Commit graph

14375 commits

Author SHA1 Message Date
Anton Leherbauer
81fe52b68d Bug 245861 - [semantic highlighting] parser errors during editing leads to incorrect highlighting 2008-10-07 07:23:24 +00:00
Ted Williams
26a457e6d6 [158601] Copy To Clipboard in Memory window always shows 5 cells per row 2008-10-06 23:49:06 +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
Anton Leherbauer
934dd607b6 Further test improvement by James Blackburn, bug 196118 2008-10-03 12:25:31 +00:00
Markus Schorn
19e6cbdd0a Restore all view settings of include browser, bug 248143. 2008-10-03 11:38:54 +00:00
Anton Leherbauer
d48e11698b [249478] [preferences] Improve validation feedback in DSF preference page 2008-10-03 11:00:22 +00:00
Anton Leherbauer
243ac4f836 Avoid deadlock in CDescriptorTests, Bug 196118 2008-10-03 10:46:01 +00:00
Anton Leherbauer
4044254d66 Fix copyright 2008-10-03 09:16:49 +00:00
Anton Leherbauer
ae9cb76e8f Improved test for bug 196118, by James Blackburn 2008-10-03 09:11:27 +00:00
Marc Khouzam
81d3982175 [239050] IProcesses.runNewProcess() and IProcesses.debugNewProcess() should take a context as a parameter to know which command control the command affects. 2008-10-02 18:24:00 +00:00
Markus Schorn
c47ff4d34f Support for __func__, bug 247747. 2008-10-02 14:23:22 +00:00
Marc Khouzam
546864ed77 [243586] Return an error in the case thread info cannot be found, but have the ThreadVMNode create the label without that information. 2008-10-02 14:01:22 +00:00
Markus Schorn
c7cf3b3790 Add missing since-tag. 2008-10-02 11:47:39 +00:00
Markus Schorn
3e28b31ae1 Implementation to select resource for a location, bug 248419. 2008-10-02 11:36:51 +00:00
Anton Leherbauer
4796a78346 Bug 228653 - Minor editor scalability improvements 2008-10-02 10:57:09 +00:00
Pawel Piech
0583283a84 [249428] - [update policy] Get rid of "Updates Atomic" submenu in Debug view. 2008-10-02 04:31:55 +00:00
Pawel Piech
08e3a84e8c [249345] Added an additional test for display thread in getModelData(). 2008-10-02 03:07:25 +00:00
Ted Williams
6d1a5f77db [249407] Memory Exporters should use KeyListener instead of ModifyListener for validation 2008-10-01 21:56:25 +00:00
Randy Rohrbach
b3195b5c3d Defect 249382. 2008-10-01 21:19:32 +00:00
Randy Rohrbach
2314ae3421 Defect 249392 2008-10-01 21:16:45 +00:00
Warren Paul
cca64fca6c fixed bug #211142. 2008-10-01 20:46:28 +00:00
Warren Paul
87b4f009d3 fixed bug where types found in project include paths were not considered reachable. 2008-10-01 20:45:59 +00:00
Ted Williams
0927752dfd [249392] "Other.." displayed in details pane for register selections 2008-10-01 20:27:54 +00:00
Doug Schaefer
8da6bfb0f0 CModel element to model a build/indexer config. 2008-10-01 17:02:10 +00:00