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

19745 commits

Author SHA1 Message Date
Marc Khouzam
0b0cc40fc8 Typo 2011-08-05 16:23:43 -04:00
Marc Khouzam
f0f3855423 Bug 320277: Cannot view variables of base class in derived class 2011-08-05 15:49:32 -04:00
Marc Khouzam
db62a47f3e Bug 348091: Cannot launch hardware or post-mortem debugging for older GDBs when preference for non-stop is enabled 2011-08-05 15:35:19 -04:00
Vivian Kong
ebcbdcf6c5 bug 352775 - Back out 2nd patch as per John's request
Change-Id: I590d2dc8f6972b9bfbe2c2b7415bf7b512a099f7
2011-08-05 15:13:05 -04:00
Marc Khouzam
0f94c41a73 Bug 339550: Cleanup GdbLaunchDelegate for easier overriding 2011-08-05 14:06:10 -04:00
Marc Khouzam
0d2872027c Bug 339550: Allow to override GdbLaunch 2011-08-05 13:48:43 -04:00
Anton Leherbauer
c118acdaa6 Bug 344379 - Code Style format error 2011-08-05 14:19:14 +02:00
Anton Leherbauer
1f9bdc3019 Bug 353974 - Formatting C code does not work for certain uses of static_cast 2011-08-05 12:50:24 +02:00
Anton Leherbauer
44e3ec0cde Bug 351399 - Formatting C code is broken for certain coding styles 2011-08-05 10:37:58 +02:00
Doug Schaefer
415f3eda29 Added .gitignore to dsf examples for generated code. 2011-08-04 13:32:55 -04:00
Doug Schaefer
70362d6bb5 Removed the master feature. It is no longer used. 2011-08-03 22:45:08 -04:00
Marc Khouzam
bc75200199 Bug 347514: Tracepoint visualization should be prepared for multi-threaded programs 2011-08-02 14:50:40 -04:00
Marc Khouzam
dba1e9d2bf Bug 353423: Move refreshing of thread states from GDBRunControl_7_2_NS to GDBRunControl_7_0_NS since -thread-info is available since GDB 7.0 2011-08-02 14:01:39 -04:00
Marc Khouzam
fd690737ac Bug 353423: Simpler solution using -thread-info instead of -list-thread-groups --recurse 1 2011-08-01 11:32:38 -04:00
Marc-Andre Laperle
ebfa9bcd0a Bug 236330 - win32-x86_64 support 2011-07-31 22:06:39 -04:00
Sergey Prigogin
96d87270a5 Cosmetics. 2011-07-31 14:43:03 -07:00
Sergey Prigogin
221b77a28e Made ObjectTable Iterable. 2011-07-31 14:41:39 -07:00
Sergey Prigogin
33c2e373d4 Bug 353360 - Bogus "type must implement the inherited pure virtual
method" error. Fix and test case.
2011-07-30 23:03:30 -07:00
Sergey Prigogin
14afc9f4f4 Cosmetics. 2011-07-30 23:03:02 -07:00
Sergey Prigogin
43df92cc76 Cosmetics. 2011-07-30 21:19:56 -07:00
Sergey Prigogin
35cae0899d Optimized adaptBinding method for bindings whose owners that are
composite bindings.
2011-07-29 16:48:55 -07:00
Sergey Prigogin
556ebadf7c Cosmetics. 2011-07-29 16:48:39 -07:00
Sergey Prigogin
004a2f86d8 Cosmetics. 2011-07-29 13:43:12 -07:00
Marc Khouzam
d2c51aec89 Bug 353423: Need a way to refresh the thread list and state in the run control service 2011-07-29 15:43:34 -04:00
Anton Leherbauer
2810a4ed76 Remove unused dependency, increment bundle version 2011-07-29 09:55:44 +02:00
Anton Leherbauer
006de47712 Fix compile error in RegisterManager and bundle versions 2011-07-29 09:47:45 +02:00
Chris Recoskie
87d2a15da8 Bug 353326 - compile error due to unused import in RegisterManager 2011-07-28 12:16:23 -04:00
Anton Leherbauer
535cacca94 Allow to reuse GenerateActionGroup without adding a key binding handler 2011-07-28 13:51:40 +02:00
Sergey Prigogin
acc49b9da2 Cosmetics. 2011-07-27 10:50:10 -07:00
Sergey Prigogin
3427d95db8 Removed obsolete Codan feature. 2011-07-27 10:17:09 -07:00
Markus Schorn
fd671be08f Bug 352859: Matching of template template parameters. 2011-07-27 16:37:01 +02:00
Markus Schorn
16da85ea6b Bug 352309: Builtin type-traits conflict with old system headers 2011-07-27 14:56:42 +02:00
Chris Recoskie
a8fb1e3376 Bug 353113 - BuildDescription class does not behave properly for remote
projects
2011-07-26 17:10:15 -04:00
Chris Recoskie
43acd6a0f8 Bug 351255 - Generated makefile should use user specified compiler path
instead of workspace preference
2011-07-26 17:09:11 -04:00
Marc-Andre Laperle
bf54f2dad4 Bug 348258 - Syntax errors in CDT_U_C_EDITOR_FOLDING.HTM 2011-07-26 12:36:16 -04:00
Marc-Andre Laperle
21ee451a00 Bug 349136 - Unmatched (A /A) tag in CDT_C_WHATSNEW.HTM 2011-07-26 02:13:09 -04:00
Marc-Andre Laperle
2185b213f5 Bug 293938 - Add GCC Assembler to Cross GCC Toolchain 2011-07-26 01:45:29 -04:00
Marc-Andre Laperle
c7f03bd3d9 Bug 344009 - Eclipse CDT uses wrong command to build static library
(crossgcc, msvc)
2011-07-26 00:37:37 -04:00
Marc Khouzam
d592d691aa Bug 346320: Add support for fast tracepoints 2011-07-25 15:29:42 -04:00
Marc Khouzam
03824cc6ca Bug 353005: [remote][attach] Wrong path keeps being re-used after user mistaken when attaching 2011-07-25 15:14:13 -04:00
Marc-Andre Laperle
74ecb38ea3 Bug 352983 - internal error in switch isFallThroughStatement 2011-07-25 13:49:00 -04:00
Marc Khouzam
579f5aa0ec Bug 352998: [remote][attach] Cannot do a remote-attach session with GDB7.2 and CDT8.0 2011-07-25 11:52:55 -04:00
Marc Khouzam
c5c97a7b3b Bug 352998: [remote][attach] Cannot do a remote-attach session with GDB7.2 and CDT8.0 2011-07-25 09:44:41 -04:00
Marc Khouzam
142ab81593 Bug 352998: [remote][attach] Cannot do a remote-attach session with GDB7.2 and CDT8.0 2011-07-25 09:10:55 -04:00
Marc-Andre Laperle
0b330a4c9e Bug 352239 - NPE using new class wizard when generated source file is
empty
2011-07-22 13:27:05 -04:00
John Liu
ba139d8080 Bug 352775 - The function registerFileEncoding in FileEncodingRegistry
should check default encoding first

Change-Id: Ie30c9b8a0db79719cb3587f368898c66f971f075
2011-07-22 10:57:39 -04:00
Marc Khouzam
a1229e9c35 Bug 350365: Cannot use the servicesTracker outside the executor 2011-07-22 08:08:42 -04:00
Marko Tomljenovic
0dc841b995 Bug 351076 - Make MAX_DELAY of editor content assist computation configurable 2011-07-22 11:13:19 +02:00
Sergey Prigogin
6d8a98e790 Bug 351271. Code simplification suggested by Markus Schorn. 2011-07-21 18:32:04 -07:00
Pawel Piech
48646a0cbd Bug 352795 - [expressions] Enable in-line editing of expression
activated by File->Rename action.
2011-07-21 11:30:40 -07:00