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
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
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
Randy Rohrbach
57661f4db9 Bugzilla 249345. 2008-10-01 16:15:33 +00:00
Markus Schorn
deb0082dc5 Empty entry in combo of build properties, bug 248341. 2008-10-01 15:22:35 +00:00
Emanuel Graf
41f790c534 FIXED - bug 249177: ExtractFunction specifies void for constant types
https://bugs.eclipse.org/bugs/show_bug.cgi?id=249177
2008-10-01 10:32:17 +00:00
Markus Schorn
a359eb6090 Implementation of an heuristics to resolve include files, bug 213562 2008-10-01 09:59:44 +00:00
Pawel Piech
f33ccb861b [249239] - Added the missing import. 2008-09-30 22:47:04 +00:00
Pawel Piech
d9e9c8256b [249239] - [debug view] Started/Exited events should always be handled (should not be skipped for optimization) 2008-09-30 22:31:24 +00:00
Pawel Piech
d8295183cc Got rid of externalization warnings in the test plugin. 2008-09-30 22:08:41 +00:00
Marc Khouzam
9779064e4d [241317] Retrieving the Processes service must use a generic interface to allow for different versions. 2008-09-30 20:26:44 +00:00
Marc Khouzam
5b0f17bcfc [249209] With the new GDB, asynchronous events do not have tokens. So, *running,
*stopped, etc will not have a token.  However, in our traces, we somehow print
the token as -1.  This is the fix.
2008-09-30 20:19:06 +00:00
Marc Khouzam
4edeecf7f8 [249141] Simplify of API. 2008-09-30 15:57:06 +00:00
Marc Khouzam
51d56390ca [202353] Clean up the launch features we don't need as per discussion at the CDT summit:
1- "Advanced..." has been removed
2- "Stop on shared library events" has been removed
2008-09-30 14:09:59 +00:00
Markus Schorn
ddd10d64c3 Fix API error. 2008-09-30 07:29:02 +00:00
Mike Kucera
0250835798 Added a method to DebugUtil that prints an object's properties 2008-09-29 16:43:02 +00:00
Marc Khouzam
98ff95d570 [202353] Support for the launch to tell GDB to stop on library events (usually load/unload.) 2008-09-29 15:16:45 +00:00
Marc Khouzam
d89fe5b50d [248942] The .gdbinit box in the launch has a warning following it. The non-stop
checkbox was added in between the .gdbinit box and its corresponding warning.
Instead, the warning should remain right under its box.
2008-09-29 14:10:55 +00:00
Sergey Prigogin
6aa77b925c Resolution of overloaded operators. Bug 248803. 2008-09-27 00:07:18 +00:00
Ted Williams
b575779a66 [248799] [memory] update mode support fails with multiple view instances 2008-09-26 22:44:37 +00:00
Sergey Prigogin
d7dee70d25 Fixed cost calculation for const char& to char& conversion. Bug 248774. 2008-09-26 21:01:04 +00:00
Sergey Prigogin
fed63c785d Code formatting. 2008-09-26 18:17:23 +00:00
Marc Khouzam
7d97e3d053 [241317] Moved contexts interfaces from GDBControlDMContext to GDBContainerDMC.
[244385] Fixed all GDB JUnit tests (except the one in breakpoints that we know still fails with GDB 6.8)
2008-09-25 17:52:54 +00:00
Emanuel Graf
55ac9ffc6a FIXED - bug 248238: Extract Method Produces Wrong Return Type
https://bugs.eclipse.org/bugs/show_bug.cgi?id=248238
2008-09-25 17:01:32 +00:00
Pawel Piech
d9cb3f8251 [243615] - Removed use of ICommandControlInitializedDMEvent to update Debug view. 2008-09-25 13:28:41 +00:00
Pawel Piech
653fc90268 Remove generated sources, which were accidentally checked in after apitooling refactoring. 2008-09-25 13:24:57 +00:00
Anton Leherbauer
3eef8dc96a Bug 245692 - CygpathTranslator default conversion fails
Patch by Hans-Erik Floryd
2008-09-24 10:46:18 +00:00
Anton Leherbauer
cae0db4052 Bug 247274 - NullPointerException in Modules view 2008-09-24 10:35:38 +00:00
Anton Leherbauer
e9f1594821 Bug 194208 - [Editor] External TUs cannot be opened via drag'n'drop 2008-09-24 10:18:37 +00:00
Sergey Prigogin
3dae068c33 Added a dictionary of HTML tags. Bug 243687. 2008-09-23 05:48:57 +00:00
Marc Khouzam
19db5c51b8 [239050] The method debugNewProcess() should actually return an
IContainerDMContext with the IProcessDMContext as its parent, since the debugger is attached to the process.

We had agreed to keep IRunControl contexts out of IProcesses, so this patch
simply allows debugNewProcess() to return any context (IDMContext.)
2008-09-22 19:43:11 +00:00
Marc Khouzam
1efdaf305a Fix comment 2008-09-22 18:22:15 +00:00
Sergey Prigogin
e593e311fa Bug 248149. 2008-09-22 16:24:55 +00:00