1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00
Commit graph

20548 commits

Author SHA1 Message Date
Sergey Prigogin
eae1dbf5f8 Cosmetics. 2012-02-07 20:05:15 -08:00
Sergey Prigogin
f0be3d2a6b Fixed VariableReadWriteFlagsTest.testFieldAccess. 2012-02-07 20:02:53 -08:00
Sergey Prigogin
104a413f12 Unit test for CPPVariableReadWriteFlags class. 2012-02-07 17:52:23 -08:00
Sergey Prigogin
8a58ba3dda Cosmetics. 2012-02-07 17:48:07 -08:00
Sergey Prigogin
3bb26e3de2 Cosmetics. 2012-02-07 14:46:17 -08:00
Sergey Prigogin
8dc598a145 Fixed passing parameters by pointer and renaming of parameters in
Extract Function refactoring.
2012-02-07 14:40:41 -08:00
Sergey Prigogin
38803901ec Cosmetics. 2012-02-07 14:40:32 -08:00
Marc Khouzam
8a73a23e9d Bug 369594: GDB 7.4 now reports solib events in MI, but no longer in CLI 2012-02-07 09:20:10 -05:00
Patrick Chuong
2e5c77c1ab Bug 369998 - IBreakpointLocationProvider methods need a target or
viewsite parameter
2012-02-06 12:58:53 -05:00
Marc Khouzam
4fc4a8bc3b Bug 210366: Use the process factory so also create the gdb process. 2012-02-06 10:22:14 -05:00
Anton Gorenkov
ddb64447b2 Bug 210366: Use a process factory so as to allow others to override. 2012-02-06 09:44:13 -05:00
Marc-Andre Laperle
a4538dbc3a Increment versions so that they are >= Indigo SR2 2012-02-05 15:35:26 -05:00
Doug Schaefer
411c8e2948 Switch to 3.8milestones for platform build dependency. 2012-02-05 13:23:51 -05:00
Andrew Gvozdev
ca49362273 bug 290631: Removed refresh to avoid possible deadlock 2012-02-05 08:23:15 -05:00
Sergey Prigogin
22e696677f Minor cleanup. 2012-02-03 19:16:54 -08:00
Sergey Prigogin
fc5c934061 Removed unused messages. 2012-02-03 19:12:09 -08:00
Sergey Prigogin
fa13b42c51 New UI and other improvements for Extract Function refactoring . 2012-02-03 18:32:59 -08:00
Sergey Prigogin
0d4d66ec6e Cosmetics. 2012-02-03 18:20:02 -08:00
Sergey Prigogin
60214efa55 Code streamlining. 2012-02-03 18:19:50 -08:00
Andrew Gvozdev
90d34eab05 bug 290631: Incorporate New Scanner Discovery from sd90 into the model
(in legacy mode)
2012-02-03 16:21:44 -05:00
Andrew Gvozdev
86e15e9e9b bug 290631: renamed a bunch of local vars 2012-02-03 16:21:40 -05:00
Andrew Gvozdev
70f8fcc6ad bug 290631: Add language settings delta to CProjectDescriptionDelta 2012-02-03 16:21:36 -05:00
Andrew Gvozdev
ca38bef8cd bug 290631: : Implement ILanguageSettingsProvidersKeeper by
configuration description classes.
2012-02-03 16:21:31 -05:00
Marc Khouzam
d2ba7a5b34 Bug 370375: [attach] List of processes returned by GDB 7.4 is not parsed properly 2012-02-02 14:16:14 -05:00
Marc Khouzam
ce342ee755 Bug 370376: [remote] Remote non-attach should not have a console for the inferior 2012-02-02 06:14:56 -05:00
Andrew Gvozdev
4592315011 JavaDoc ICConfigurationDescription 2012-01-30 15:14:20 -05:00
Andrew Gvozdev
625b28a9f7 bug 370063: CSettingEntryFactory is not needed anymore 2012-01-29 08:44:32 -05:00
Andrew Gvozdev
e16fe328eb bug 290631: Caching of ICSettingEntry objects in CDataUtil -
CLibraryPathEntry/CLibraryFileEntry.
2012-01-28 15:37:37 -05:00
Andrew Gvozdev
433e8e34c6 bug 290631: Introduced WeakHashSetSynchronized 2012-01-28 09:01:32 -05:00
Andrew Gvozdev
9d29524781 bug 290631: Moved WeakHashSet from
org.eclipse.cdt.internal.core.parser.util to
org.eclipse.cdt.internal.core
2012-01-28 06:59:10 -05:00
Andrew Gvozdev
4fc55d2d21 bug 290631: Caching of ICSettingEntry objects in CDataUtil. 2012-01-28 06:53:46 -05:00
Doug Schaefer
453f71f4c4 Bug 368552 - Hook up finish button. 2012-01-27 16:09:46 -05:00
Doug Schaefer
7585db1990 Bug 368552 - Hooked up template wizard pages. 2012-01-27 14:27:23 -05:00
Andrew Gvozdev
0b6b6c8b99 @Override annotations and other cleanup 2012-01-27 14:21:25 -05:00
Doug Schaefer
6fcb52fe97 Add real categories for templates. Organize selection in tree. 2012-01-27 13:41:24 -05:00
Marc Khouzam
f13bdf3b33 Bug 368597: Although we don't complete the launch, we still need to shutdown the DSF session as it was started already. 2012-01-27 13:33:35 -05:00
Marc Khouzam
1928101334 Fix of indentation. 2012-01-27 11:45:07 -05:00
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