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

14375 commits

Author SHA1 Message Date
Anton Leherbauer
901a511d5d Fix for 237097: [formatter] the formatter fails to break a line in a function call with new keyword in parameters 2008-06-20 09:04:55 +00:00
Marc Khouzam
4d078d0bc6 Bug 237800 2008-06-19 19:58:59 +00:00
Marc Khouzam
fe8e5b4dde Bug 237800
Give the MIStack its own cache.
2008-06-19 15:55:26 +00:00
Markus Schorn
a8817857ac Fixes type-string computation for model builder, bug 235808. 2008-06-19 14:54:19 +00:00
Andrew Ferguson
ddca2b93d1 237622: template parameter resolution in chain initialiser - apply fix and add tests 2008-06-19 13:57:51 +00:00
Anton Leherbauer
e4b026c274 Fix for 237016: C Compare Viewer does not colorize doxygen comments 2008-06-19 13:45:05 +00:00
Markus Schorn
a0a40cf21f Binding resolution of parameters for complex functions, bug 214482. 2008-06-19 12:36:21 +00:00
Anton Leherbauer
69c7d9a20d Fix for 237755: macro exploration sticky popup vanishing too early on Linux/GTK 2008-06-19 11:36:55 +00:00
Anton Leherbauer
d65887df09 Fix C model corruption by resource to items mapping 2008-06-19 11:28:26 +00:00
Anton Leherbauer
2a14adcbbc Fix for 236162: Quick Fix functionality does not work in C++ Editor (Ctrl-1) 2008-06-19 11:25:21 +00:00
Markus Schorn
000b63be83 Exception specifications must be visited before ctor-initializers (they appear first). 2008-06-19 11:06:30 +00:00
Anton Leherbauer
ab6b931d69 Fix for 234915: [formatter] Option "after comma in declarator list" has no effect
Fix formatting of new expressions, related to bug 236856
2008-06-19 09:31:46 +00:00
Markus Schorn
305143a8d0 Fixes semantics for functions with nested or nesting declarators, bug 216609. 2008-06-19 08:47:08 +00:00
Anton Leherbauer
e8b7f79fc4 Fix for 235289: [mylyn] AssertionFailedException when expanding binaries 2008-06-19 08:26:08 +00:00
Pawel Piech
d8d51a37b2 [160041] - Added a sample PDA program that recursively descends the stack to a set depth. 2008-06-19 05:05:32 +00:00
Markus Schorn
8758582793 Example 6.8-2 from c++-specification, bug 90622. 2008-06-18 14:00:41 +00:00
Markus Schorn
0424024136 Content assist within function-style initializer, bug 69334. 2008-06-18 13:35:53 +00:00
Markus Schorn
7b61bb10f2 Allows to visit array-modifiers, bug 237605. 2008-06-18 12:43:30 +00:00
Markus Schorn
4e28c73769 Fixes parsing of declarations and new expressions, bug 84242+236856. 2008-06-18 12:16:19 +00:00
Markus Schorn
03a4e6e5aa Configure API-tooling. 2008-06-18 08:00:42 +00:00
Markus Schorn
db60b3f7b1 NPE in C/C++-search, bug 192205 2008-06-18 07:42:51 +00:00
Markus Schorn
4b6912f7b5 no kbd-shortcut for open element in debug perspective, bug 235920. 2008-06-18 07:40:31 +00:00
Markus Schorn
677ff3aff6 Exception reading from index, bug 201307. 2008-06-18 07:38:46 +00:00
Pawel Piech
bf58b66316 [202649] Added to the header comment. 2008-06-17 21:00:32 +00:00
Pawel Piech
1e0365550e [202649] - [update policy][debug view] Add manual refresh mode for thread list in debug view. 2008-06-17 20:46:30 +00:00
Pawel Piech
884e607aab [236321] - Removed the trailing comma in the other AllTests suite. 2008-06-17 16:16:19 +00:00
Warren Paul
fbe5d4b7db fixed bug #237385. 2008-06-17 15:29:53 +00:00
Doug Schaefer
a61c0fb0a0 Removed outdated material. 2008-06-17 15:12:20 +00:00
Marc Khouzam
faf0a4dea3 Bug 237472
When setting ATTR_WORKING_DIRECTORY in the launch (which was ignored before Bug 236058), we must now use an absolute path.  The ATTR_WORKING_DIRECTORY was not actually used for the Breakpoint tests, so I removed it.
2008-06-17 14:41:04 +00:00
Marc Khouzam
8a6efaae63 Bug 237468
Update JUnit tests to use the new initialize of GdbLaunch
2008-06-17 14:12:02 +00:00
Marc Khouzam
5b5e8f55a2 Bug 237468
Separate the two parts of GdbLaunch.initializeControl to do a cleaner initialization
2008-06-17 13:58:12 +00:00
Marc Khouzam
e3c41f15c5 Bug 237464
MIInferiorProcess.InferiorStartedDMEvent should also be sent in the case where a startup breakpoint is not set.
2008-06-17 13:45:22 +00:00
Pawel Piech
a8fe7f6a27 [236765] - Additional fixes for use of command cache. 2008-06-17 03:46:41 +00:00
Pawel Piech
25500c44ab Updated copyright dates. 2008-06-17 03:04:51 +00:00
Pawel Piech
232e000b0f [236321] - org.eclipse.dd.tests.gdb/src/org/eclipse/dd/mi/service/command/commands/AllTests.java:29: illegal start of expression 2008-06-16 21:42:56 +00:00
Pawel Piech
cf6a213b68 [237351] - [resgisters][tests] Registers service unit tests all fail. 2008-06-16 20:24:31 +00:00
Pawel Piech
cda9077453 [237325] - Additional fixes for CommandCache.isTargetAvailable() bug. 2008-06-16 20:20:24 +00:00
Pawel Piech
ee9c51a046 [236765] - [pda] Add multi-threading capability to PDA 2008-06-16 18:30:54 +00:00
Pawel Piech
e90dbc258a [237235] - [commands] CommandCache.isTargetAvailable/setContextAvailable don't work correctly with non-stop multithreading. 2008-06-16 18:27:01 +00:00
Pawel Piech
8d3e2ae792 [236461] - Fixed a java patch bug to enable PDA on windows. 2008-06-13 21:23:42 +00:00
Pawel Piech
e775c4839a [236843] - [variables] Hanging variables view (2) 2008-06-13 15:31:30 +00:00
Anton Leherbauer
69ce10e343 Fix for 237035: Syntax Coloring Preview and editors don't update 2008-06-13 11:19:20 +00:00
Anton Leherbauer
cc494247e8 Fix for 237035: Syntax Coloring Preview and editors don't update 2008-06-13 11:13:37 +00:00
Vivian Kong
d2beba7ee5 update to the latest final Orbit build for LPG 2008-06-12 14:31:09 +00:00
Markus Schorn
b6703ee592 Corrections to existing test-cases + additional ones. 2008-06-12 13:19:19 +00:00
Marc Khouzam
17b9861f5a Bug 236651
Poor pattern matching didn't allow output of "info thread" to be used.
2008-06-11 18:12:28 +00:00
Vivian Kong
cd4a0fef03 fix for bug 234900 2008-06-11 17:50:35 +00:00
Chris Recoskie
7bf1b3fe02 copyrights 2008-06-11 15:50:53 +00:00
Alena Laskavaia
8c309586cd [236214] - fixed potential NPE 2008-06-11 13:36:40 +00:00
Vivian Kong
bb5d5613ed fix for bug 234951 2008-06-10 19:17:45 +00:00