1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-28 03:15:33 +02:00
Commit graph

16452 commits

Author SHA1 Message Date
Markus Schorn
f040526748 Placement new in conditional expressions, bug 227104. 2008-04-15 16:16:24 +00:00
Markus Schorn
a7cc2f119c Updating values for macro definitions found by the scanner discovery, bug 227108. 2008-04-15 15:46:06 +00:00
Andrew Ferguson
a9ee6e4393 222418: add further tests 2008-04-15 14:24:38 +00:00
Markus Schorn
a0221e80c5 Provide better scanner-info for files parsed up-front. 2008-04-15 14:20:03 +00:00
Andrew Ferguson
95b0b06cd7 shorten some binding-helper assertion messages 2008-04-15 14:04:21 +00:00
Markus Schorn
7f62ac03bf Specific sizeof expression, bug 227122. 2008-04-15 13:55:26 +00:00
Markus Schorn
77a468323d Restrict references, 2nd try, bug 227110. 2008-04-15 13:52:50 +00:00
Anton Leherbauer
b7ca58a629 Code cleanup 2008-04-15 12:06:04 +00:00
Markus Schorn
54eba1ba20 Restrict references, bug 227110. 2008-04-15 11:39:11 +00:00
Markus Schorn
51f43ad2c5 Attributes in elaborated type specifiers, bug 227085. 2008-04-15 07:58:54 +00:00
Markus Schorn
9594a52283 Using 'typename' in expressions, bug 227082. 2008-04-15 07:35:01 +00:00
Ted Williams
7312a2b778 [227057] Memory Find/Replace Dialog does not allow binary value as 0b... 2008-04-15 00:23:02 +00:00
Ted Williams
d8f5b3b912 [227056] Traditional Rendering Context Menu Column Options are poor 2008-04-15 00:11:58 +00:00
Vivian Kong
df92508705 externalize properties and preference page titles 2008-04-14 17:33:24 +00:00
Jason Montojo
28b527741f Fix for bug 226302 - addressed compiler warnings in language mapping-related classes 2008-04-14 17:32:41 +00:00
Mikhail Khodjaiants
0540c57e38 Contributing new disassembly. 2008-04-14 16:39:26 +00:00
Markus Schorn
b9f428181b Fixes user-defined conversions, comment 4 of bug 226308. 2008-04-14 14:53:24 +00:00
Oleg Krasilnikov
fb2df943e3 Bug #226562 : edit/delete buttons enabled while nothing is selected 2008-04-14 14:36:00 +00:00
Markus Schorn
29abe81d9e Fix warnings. 2008-04-14 14:08:14 +00:00
Andrew Ferguson
d29b51bbd4 226308: Disable fix for 224364 2008-04-14 11:06:30 +00:00
Sergey Prigogin
cba049ddbe toString method. 2008-04-14 03:14:41 +00:00
Sergey Prigogin
0c6ec32e51 Compiler warnings. 2008-04-14 02:02:55 +00:00
Sergey Prigogin
555148b018 Added isChildOf method. 2008-04-14 02:01:21 +00:00
Sergey Prigogin
8e3b8e26e4 Minor optimization. 2008-04-13 04:17:39 +00:00
Marc Khouzam
178f065901 Bug 212916
Support for redirecting the inferior's input/output to a terminal.
2008-04-12 01:16:56 +00:00
Marc Khouzam
ac09808486 Bug 226691
We only support GDB 6.6 and higher, from what I can see,
-interpreter-exec is always available (I tried with mi1 m2 and m3 on GDB 6.6).
Therefore, we can simplify the launch by removing the
CheckInterpreterConsoleStep.
2008-04-12 00:50:15 +00:00
John Cortell
25a5e3e01f Fixed cut&paste goof 2008-04-11 16:40:49 +00:00
Markus Schorn
822d9030aa Fix warnings. 2008-04-11 14:41:41 +00:00
Markus Schorn
306de14543 Correct parsing of typeof-expressions, bug 226492. 2008-04-11 14:41:14 +00:00
Markus Schorn
7aab1dfa1c Correct parsing of typeof-expressions, bug 226492. 2008-04-11 14:28:38 +00:00
Anton Leherbauer
c9e25b268b Fix for 226668: [Content Assist] missing proposals for user includes 2008-04-11 13:41:40 +00:00
Markus Schorn
fa32e66c65 Code maintenance for refactoring, by Emanuel Graf, bug 226645. 2008-04-11 10:00:05 +00:00
Markus Schorn
fed2e66552 Documentation for rewrite tests, by Emanuel Graf, bug 226502. 2008-04-11 09:56:09 +00:00
Markus Schorn
147b628385 Fix warnings. 2008-04-11 09:37:31 +00:00
Markus Schorn
b681d5978e Fix warnings. 2008-04-11 09:27:01 +00:00
Anton Leherbauer
026c8371f8 Fix unwanted help provider issues and add help provider test to automated suite 2008-04-11 09:02:47 +00:00
Markus Schorn
0a0ac2396e Support case-ranges in the expression writer, related to bug 211882. 2008-04-11 06:50:42 +00:00
Markus Schorn
81a7a466e9 Support for case-ranges, bug 211882. 2008-04-11 06:47:44 +00:00
Sergey Prigogin
7a1ab1e347 Compiler warnings. 2008-04-11 05:39:11 +00:00
Sergey Prigogin
54534b7ef0 Patch for bug 203382 provided by Tor Arne Vestbø. 2008-04-11 04:59:41 +00:00
Sergey Prigogin
81011950d8 Fixed compiler warnings. 2008-04-11 04:34:19 +00:00
Mikhail Khodjaiants
fe4b90d99a Contributing new disassembly. 2008-04-10 17:09:12 +00:00
Markus Schorn
0f97e58d2f Additional keyword '__attribute', supported by gcc. 2008-04-10 16:16:26 +00:00
Markus Schorn
b74edd50a1 Correct parsing of typeof-expressions, bug 226492. 2008-04-10 16:14:43 +00:00
Markus Schorn
1e97408e2b Correct parsing of typeof-expressions, bug 226492. 2008-04-10 15:35:21 +00:00
Ken Ryall
027bd802aa Better support for breakpoints in external files. 2008-04-10 15:26:57 +00:00
Markus Schorn
3a72e413b2 Differentiating typeid-nodes from typeof-nodes for unary expressions, bug 162470. 2008-04-10 15:17:12 +00:00
Marc Khouzam
8422bf48dd Bug 223076
Debug traces were printed for out-of-band events when they were processed (processEvent()) and again when the next ResultRecord is received (processCommandDone()).

This fix only prints the ResultRecord in the processCommandDone() method.
2008-04-10 14:46:02 +00:00
Marc Khouzam
4093756b37 Bug 226039
Read the gdbinit file as specified by the user.  It does not specify at the command line as the CDT does it, but instead sources it as a GDB command.  I believe this allows for easier specialization of the launch.
2008-04-10 14:16:51 +00:00
Oleg Krasilnikov
68059d3675 NPE elimination 2008-04-10 14:09:43 +00:00