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
Pawel Piech
70dec0bd0d [251452] - [update policies] Add a "Refresh All" action. 2008-10-20 22:55:30 +00:00
Randy Rohrbach
97ce30ebc7 Bugzilla 251455 2008-10-20 19:13:05 +00:00
Marc Khouzam
d4bf78151a [251101] Allow CLI console to accept MI commands. 2008-10-20 14:37:39 +00:00
Marc Khouzam
cd35fa70ba [240092] Move getSessionType() and getIsAttachSession() from IGDBControl to IGDBBackend. Also, remove IGDBControl.getExecutablePath() since IGDBBackend.getProgramPath() did the same thing. 2008-10-20 14:27:20 +00:00
Anton Leherbauer
e4f3dd764f Bug 244054 - [formatter] macros after controlflow statements without braces: new line missing 2008-10-20 14:14:34 +00:00
Sergey Prigogin
955f724c97 Stricter selection of dtors for Rename in File. 2008-10-19 03:13:43 +00:00
Sergey Prigogin
1671c73dd0 Code formatting. 2008-10-19 03:11:26 +00:00
Alena Laskavaia
2654d40bea [251124] - applied patch, fixing unfinished code that allow language separation for templates 2008-10-17 15:05:54 +00:00
Markus Schorn
2760c4fe5f Support for linked files that change the name of the file in ResourceLookup, bug 251161. 2008-10-17 14:01:35 +00:00
Markus Schorn
129297342f NPE resolving template-id in using-decl, bug 251199. 2008-10-17 13:10:37 +00:00
Anton Leherbauer
f9a7cd90e1 Bug 250969 - Code Formatter removes necessary whitespaces 2008-10-17 09:19:49 +00:00
Anton Leherbauer
2dd772835a Bug 250665 - New Source/Header wizard page: "Finish" button is enabled for empty file names 2008-10-17 09:16:30 +00:00
Markus Schorn
db8d239e76 Add ResourceLookup.sortFilesByRelevance(...), bug 251161. 2008-10-17 08:41:57 +00:00
Anton Leherbauer
868e29ac4f Bug 250638 - NPEs when disassembling in debugger
Patch by Øyvind Harboe
2008-10-17 08:38:54 +00:00
Mike Kucera
f91408d15a fix for bug 250972 2008-10-16 19:50:32 +00:00
Randy Rohrbach
0113d94674 Bugzilla 251039. 2008-10-16 19:31:58 +00:00
Markus Schorn
0cd1be7cee Safe guards against infinite recursions for value computation, bug 250788. 2008-10-16 15:19:22 +00:00
Markus Schorn
d7e75c1559 Initial implementation of values for variables and enumerators, bug 250788. 2008-10-16 13:04:54 +00:00
Markus Schorn
27881f4236 Removes empty classes CASTNode and CPPASTNode, related to bug 242668. 2008-10-15 10:28:02 +00:00
Marc Khouzam
3fd4ddeddc [240092] some cleanup to GDB parts, of which the most important ones are to fix the JUnit tests and remove get getGDBCommandLine() from IGDBBackend, which was not needed. 2008-10-14 20:26:01 +00:00
Pawel Piech
8b64c7e941 [240092] - Updated comment. 2008-10-14 17:43:58 +00:00
Pawel Piech
d18ba19313 [240092] - [launch] The way to launch & configure GDB process in DSF is not customizable 2008-10-14 17:31:52 +00:00
Markus Schorn
09fdb56cc2 Concurrent usage of specializations, bug 245460. 2008-10-14 12:20:42 +00:00
Anton Leherbauer
bb30f026fc [250752] [run control] When stepping out or when a breakpoint is hit, then next step is blocked 2008-10-14 11:00:23 +00:00
Markus Schorn
e1dc796f80 Fix testcase for class friends. 2008-10-14 10:39:08 +00:00
Markus Schorn
dd5413a3a2 Information about syntax between ast-nodes, bug 250251. 2008-10-14 09:29:23 +00:00
Pawel Piech
2d78ef8f37 [250414] - [update policy] Stale data displayed when variables, registers or expressions view was hidden 2008-10-13 19:30:50 +00:00
Pawel Piech
7fd71fdc14 [250675] - [view model] Debugger VM providers' listeners are never removed from the preference store. 2008-10-13 17:39:46 +00:00
Anton Leherbauer
10b2bb8da5 Bug 250625 - NPE in AbstractFileCreationWizardPage 2008-10-13 12:33:39 +00:00
Markus Schorn
11972439bb Fix junit failures in AssistQuickFixTest 2008-10-13 09:22:14 +00:00
Markus Schorn
af5298bc3b Fix content-assist testcases. 2008-10-13 08:02:36 +00:00
Sergey Prigogin
c67678e4ce Code formatting. 2008-10-12 23:55:06 +00:00
Sergey Prigogin
44b6373985 Bug 245068. 2008-10-12 23:48:35 +00:00
Sergey Prigogin
cb5c6721aa Code formatting. 2008-10-12 23:48:09 +00:00
Sergey Prigogin
d2c1866cb7 Bugs 250582, 250583. 2008-10-12 20:47:54 +00:00
Sergey Prigogin
b8c624e10f Comment adjustments. 2008-10-12 20:34:54 +00:00
Sergey Prigogin
498e23827e Failing test cases for bugs 250582 and 250583. 2008-10-12 18:13:50 +00:00
Marc Khouzam
43fc7fc53e [250328]Adds a map of MemoryCaches so that we have one MemoryCache for each memory context. That way, when dealing with different memory context, we don't mistakenly use the wrong cache.
[245614] Now that we have a memory cache per context, we can clear the memory cache more intelligently, as well as the command cache.
2008-10-11 19:19:52 +00:00
Marc Khouzam
c2468b0c14 [248636] Changes to the memory cache to allow to keep it private. 2008-10-10 20:07:27 +00:00
Marc Khouzam
a9b0d0a49a [249227] Making "verbose" option invisible until it is fully ready 2008-10-10 14:36:04 +00:00
Anton Leherbauer
228bfb3a4a [250309] [update policy] Assertion error in VM cache update handler
[250396] [update policy] Cache prefetch does not work for the Expressions view
2008-10-10 10:37:03 +00:00
Anton Leherbauer
b75a7f06bb [250262] [expressions] Changing the value of an expression member is not reflected in the view 2008-10-10 08:28:33 +00:00
Marc Khouzam
b849e3cc0c [250308] Missing else statement 2008-10-09 20:24:49 +00:00
Marc Khouzam
b908d7bb21 [249976] Do not add leading zeros to hex formats because other output does not do it. This is backend dependent and we will need a more generic solution eventually. 2008-10-09 20:06:00 +00:00
Marc Khouzam
4edaf1587b [248636] Adding --thread option to the MI memory commands for GDB 7.0. This change was done in provisional classes to allow for changes, but required the use of a GDBMemory service. 2008-10-09 19:21:24 +00:00
Marc Khouzam
6e0e76e459 [250287] Support multiple registration of a service 2008-10-09 17:36:59 +00:00
Pawel Piech
c489d7f7e7 [250225] - Narrowed down the cases where expression is refreshed to only when an expression is changed. 2008-10-09 16:20:40 +00:00
Markus Schorn
37c141ceab Utility methods to work with virtual methods, bug 248846. 2008-10-09 14:06:00 +00:00
Marc Khouzam
8b1606795a Use of the wrong plugin class. 2008-10-09 13:48:21 +00:00
Anton Leherbauer
04fa1f9ff5 Bug 248041 - Code formatting problem with CPPUNIT - Partial Fix 2008-10-09 13:39:10 +00:00