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

20661 commits

Author SHA1 Message Date
Marc Khouzam
55e8d9f684 Bug 368597: [remote debug] if gdbserver fails to launch on target, launch doesn't get terminated 2012-01-27 11:45:03 -05:00
Anna Dushistova
13d3bad2de Bug 368597: [remote debug] if gdbserver fails to launch on target, launch doesn't get terminated 2012-01-27 11:45:01 -05:00
Markus Schorn
ccd531c177 Improved parser log. 2012-01-27 14:53:18 +01:00
Markus Schorn
fa55d3662d Bug 368160: Dependent projects and SDKs. 2012-01-27 11:00:22 +01:00
Marc-Andre Laperle
fcb45b9659 Bug 369887 - Scanner discovery doesn't run after creating a Cross GCC
project, only after the first build
2012-01-27 01:32:18 -05:00
Marc Khouzam
45878bd81a Bug 369814: [junit] Tracepoint unit tests fail with GDB 7.4 2012-01-26 22:01:13 -05:00
Marc Khouzam
bb313cb149 Need to wait for a IBreakpointHit event instead of an ISuspended event. This is for remote tests where we get an ISuspended event when we first connect to gdbserver, but we really need the IBreakpointHit event of when we hit the breakpoint at main() 2012-01-26 22:01:09 -05:00
Andrew Gvozdev
b4230c0fff bug 290631: Added New Scanner Discovery core functionality from branch
sd90 (Not connected to the rest of the code yet)
2012-01-26 15:30:43 -05:00
Marc Khouzam
ad2208cc77 Bug 365541: Extra JUnit tests for partitions. Also, don't look for all the children of array_foo as it requires over 14000 MI commands, and makes the test take over 30 seconds. 2012-01-26 14:22:22 -05:00
Marc Khouzam
5f44a306c2 Bug 365541: Cleanup IndexedPartitionDMC.toString() 2012-01-26 13:52:33 -05:00
Mikhail Khodjaiants
15ab0165f1 Bug 365541 - View an array variable whose length is very long (such as
10000) in the editor or Variable View, will cause the interface to die.
2012-01-26 11:59:27 -05:00
Sergey Prigogin
ee0eb1bb48 Bug 352258 - Generate Getters and Setters can generate code containing
reserved keywords.
2012-01-25 16:14:46 -08:00
Andrew Gvozdev
a6ca3ea235 bug 369693: Using a workspace root as include paths causes NPE in
Project Explorer
2012-01-25 11:21:11 -05:00
Marc Khouzam
e8a9e67b8c Bug 369583: [junit] Sessionless tests fail with NPE 2012-01-24 21:53:30 -05:00
Andrew Gvozdev
f8496f2693 bug 369236: [Make Target View] Can't copy make targets anymore 2012-01-24 18:10:10 -05:00
Andrew Gvozdev
4322fac5aa Bug 318051: version in pom.xml needs to match manifest 2012-01-24 17:11:50 -05:00
Marc Khouzam
b9a036ecda Bug 369569: With GDB 7.4, breakpoints on invalid lines succeed as pending breakpoints 2012-01-24 14:43:55 -05:00
Marc Khouzam
6733c8df42 Bug 369569: Need JUnit tests for GDB 7.4 2012-01-24 14:11:48 -05:00
Anna Dushistova
e25a340938 Bug 318051: Terminating when "Remote shell" process is selected doesn't work 2012-01-24 11:10:50 -05:00
Harish Dewan
7dcb19c4c1 Bug 369377: Output for command -data-read-memory should include value of 'nr-bytes' field 2012-01-24 09:23:38 -05:00
Anton Leherbauer
8df0648343 Bug 369350 - CMacroExpansionInput is referenced even if macro expansion is closed, wasting memory 2012-01-23 14:12:07 +01:00
Doug Schaefer
873e3587ae Start of new new CDT project wizard. 2012-01-21 13:12:12 -05:00
Sergey Prigogin
3b3f194391 Don't wait for IndexUpdateRequestorJob in CEditor.dispose() since it
may cause a significant delay in "Close All" command.
2012-01-20 16:40:35 -08:00
Sergey Prigogin
9f0e997443 Fixed a typo. 2012-01-20 15:11:06 -08:00
Marc Khouzam
50640df3c0 Bug 369168: threadOSId is not extracted for non-pthread programs 2012-01-19 22:13:36 -05:00
Andrew Gvozdev
c7adafb18b bug 284699: Added some annotations/comments 2012-01-19 16:41:18 -05:00
Raphael Zulliger
533c75662e bug 284699: Paths and Symbols inheritance problem 2012-01-19 16:41:09 -05:00
Sergey Prigogin
6408fe544c Don't create empty test files. 2012-01-19 12:45:49 -08:00
Sergey Prigogin
ecb3820c77 New Eclipse-friendly framework for refactoring tests. Converted
ExtractFunctionReafactoringTest to the new framework.
2012-01-19 12:16:38 -08:00
Sergey Prigogin
3fa7f7213c Cosmetics. 2012-01-19 12:16:28 -08:00
Anton Leherbauer
b2a33d5279 Fix illegal character encoding issue (again). 2012-01-18 09:54:42 +01:00
Marc Khouzam
2bafef2e42 Code cleanup, mostly about missing @Override 2012-01-17 09:42:18 -05:00
Sergey Prigogin
d184e414d0 Fixed unnecessary passing parameters by reference. 2012-01-16 22:19:59 -08:00
Sergey Prigogin
9b5c46e407 Fixed unnecessary passing parameters by reference. 2012-01-16 22:18:59 -08:00
Marc-Andre Laperle
91866c57a2 Remove Sonatype OSS repo, tycho-eclipserun is now in Maven central. 2012-01-16 13:31:24 -05:00
Markus Schorn
66f92bb582 Bug 368610: Specialization of classes used as template args 2012-01-16 15:28:11 +01:00
Marc-Andre Laperle
b0d05b60ce Bug 304482 - Add tests for template proposals 2012-01-16 01:25:06 -05:00
Simon Ducharme Boutin
1e12841459 Bug 304482 - [code templates] word_selection templates are not proposed
when selected word is the only word on line
2012-01-16 00:56:30 -05:00
Marc-Andre Laperle
cbdaff33ff Bug 210815 - C project wizard shouldn't use C++ icon 2012-01-15 11:41:04 -05:00
Marc-Andre Laperle
5ca9785f6c Fix building help index with Juno. 2012-01-15 03:53:08 -05:00
Marc-Andre Laperle
43c82a3366 Bug 350828 - CDT doc bundles should include a pre-built help index.
Also restore building javadoc and extension documentation.
2012-01-15 03:10:29 -05:00
Doug Schaefer
d81d0b24e7 Bug 350828 - Prebuild indexes for docs. 2012-01-15 03:09:18 -05:00
Marc-Andre Laperle
d98768295b Bug 368446 - NonVirtualDestructor checker: stack overflow when class
inherits itself
2012-01-14 16:50:28 -05:00
Markus Schorn
59c4d10629 Bug 368404: Testcase. 2012-01-13 15:06:00 +01:00
Markus Schorn
1467a456bd Bug 368404: Current instantiation of class template partial specializations. 2012-01-13 14:52:13 +01:00
Marc Khouzam
856f097e70 Make deprecated use of elements warnings instead of errors to be able to compile on E4 2012-01-12 10:46:59 -05:00
Markus Schorn
9e5ceb1a49 Bug 368311: Specialization of nested class used as argument for class instance. 2012-01-12 11:16:26 +01:00
Markus Schorn
8aef9f4f9d Bug 368309: Value for sizeof expression 2012-01-11 13:49:44 +01:00
Markus Schorn
b68ecdc716 Bug 368045: Choose correct language for indexing files opened in editor. 2012-01-11 12:44:34 +01:00
Anton Leherbauer
c55ca76edc Fix NLS key mismatch. 2012-01-11 09:37:56 +01:00