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

16444 commits

Author SHA1 Message Date
Alena Laskavaia
dc89e16b94 - removed extra includes 2010-03-03 15:58:40 +00:00
Anton Leherbauer
9c9a82a646 Bug 304150 - case within switch indentation issue
Bug 303175 - enum with value-assignment indents badly
2010-03-03 15:09:34 +00:00
Marc Khouzam
47804a071a [304146] Added a CommandFactory for MI/CLI commands, and change every service to use it. 2010-03-03 14:35:50 +00:00
Markus Schorn
5472627bcc Log OutOfMemoryError with file that has currently been indexed. 2010-03-03 14:28:47 +00:00
Marc Khouzam
bca9edfc90 [303828] Fix for expressions tests 2010-03-03 14:15:05 +00:00
Markus Schorn
90ceab10d5 Bug 303739: Resolving elaborated type specifiers. 2010-03-03 13:21:21 +00:00
Markus Schorn
555761c168 Bug 303969: ArrayOutOfBoundsException parsing #error without argument. 2010-03-03 09:04:05 +00:00
Andrew Gvozdev
ef1c9cc92b bug 303410: [API] cdt.make.ui.NewMakeProjectPreferencePage and friends are obsolete 2010-03-03 04:16:28 +00:00
John Cortell
8868796244 [304434] ISourceLookupParticipant.getSourceName(Object) should return null, not empty string 2010-03-02 23:13:33 +00:00
John Cortell
324bc25ac9 [304433] Get ProgramRelatvePathSourceContainer to support DSF's ability to debug a binary outside a project 2010-03-02 22:54:49 +00:00
John Cortell
e815923c47 Forgot to add a default timeout for runToLocation 2010-03-02 21:25:27 +00:00
Marc Khouzam
4b0e57dc78 [304384] Make DSF-GDB the default CDT debugger. 2010-03-02 18:04:53 +00:00
Andrew Gvozdev
cd9a705e11 bug 304033: Synch with editor action should trigger right away
Patch from Dmitry Kozlov
2010-03-02 15:32:04 +00:00
Pawel Piech
0660433a64 [211338] - [variables][expressions] LayoutNodes should use IExpressions.getSubExpressionCount 2010-03-02 15:08:06 +00:00
Andrew Gvozdev
67adea10b6 bug 295625: Error highlighting in Build Console
Patch from Dmitry Kozlov
2010-03-02 14:11:44 +00:00
Ken Ryall
e9e73680c2 Bug 285907, create a new shared abstract launch delegate. 2010-03-02 13:50:21 +00:00
Ken Ryall
de52271f86 Bug 303968, move support for Run To Line, Move To Line, Resume At Line, to DSF. 2010-03-02 13:29:06 +00:00
Anton Leherbauer
8e1def1e77 [302875] Add comment for clarification 2010-03-02 08:02:45 +00:00
Andrew Gvozdev
736f816334 bug 197949: Trivial typo in "Building Targets.:"
Trivial patch from Marc-Andre Laperle
2010-03-02 03:31:29 +00:00
John Cortell
d5d9a9ca34 Improve waitForBreakpointEvent() 2010-03-01 23:47:08 +00:00
Pawel Piech
88a1ce45c2 [280607] - Extracted patterns into static variables. 2010-03-01 22:23:42 +00:00
John Cortell
444ae7cb4c Fixed typo in comment 2010-03-01 22:15:11 +00:00
John Cortell
7fcf6cde33 Fixed typo in comment 2010-03-01 22:11:27 +00:00
John Cortell
afc2af0e0e Added reasonable timeout values for resume operations. In practice, these operations are taking between 15ms to 170ms, and I've given them timeouts between 1 and 2 seconds. So, still plenty of breathing room, but no longer wait for the default of 10 seconds to determine a failure. 2010-03-01 21:05:27 +00:00
John Cortell
28b41fa7a2 befriend dsg-gdb test plugin 2010-03-01 17:15:20 +00:00
John Cortell
c694d74782 Add timestamp to event trace. Really helps troubleshoot timing issues in the tests. 2010-03-01 17:14:40 +00:00
Anton Leherbauer
74a81d3e32 [302875] [dis] Toggling "Show Symbols" resets viewport
[304110]  [Disassembly] Refresh button should not jump to PC address
2010-03-01 14:07:52 +00:00
Anton Leherbauer
ecac1992cc [302873] [dis] Toggling "Show Source" jumps to unexpected location 2010-03-01 11:10:52 +00:00
Anton Leherbauer
a16c5bc0d5 Cleanup unused messages 2010-03-01 09:55:26 +00:00
Anton Leherbauer
a4d55e01a4 [302925] Clarify insertDisassembly() return value and align implementations 2010-03-01 09:21:40 +00:00
Sergey Prigogin
45a77d5da4 Cosmetics. 2010-03-01 06:38:28 +00:00
Sergey Prigogin
a71b6c6659 Fixed a typo. 2010-03-01 05:14:49 +00:00
Andrew Gvozdev
af930f51f9 bug 303636: MachOParser64 uses MachOBinaryArchive 2010-02-28 18:49:35 +00:00
Andrew Gvozdev
d65711d055 bug 295625#60: Error highlighting in Build Console
patch from Dmitry Kozlov, order of next/previous error arrows in build console
2010-02-27 18:33:02 +00:00
Andrew Gvozdev
89611748f7 bug 295625: Error highlighting in Build Console
more accurate handling in processLine()
2010-02-26 23:13:43 +00:00
Andrew Gvozdev
ac553dd0a6 bug 295625: Error highlighting in Build Console
related changes to test cases
2010-02-26 22:25:46 +00:00
John Cortell
ebaad16039 Adjust timeout. Avoid excessive wait on failed test. 2010-02-26 21:21:04 +00:00
John Cortell
0ca9d1d016 [303828] SyncUtil calls no longer wait indefinitely 2010-02-26 20:27:29 +00:00
Marc Khouzam
cf8ca123cf [304089] Properly call AbstractDsfService.shutdown() 2010-02-26 20:06:30 +00:00
Andrew Gvozdev
c9cae79c98 cleanup: warnings fixed - generics etc. 2010-02-26 19:17:01 +00:00
Andrew Gvozdev
52d70f117f cleanup: warnings fixed - generics etc. 2010-02-26 19:05:11 +00:00
Sergey Prigogin
351cb70ef4 Do not reindex files if their contents haven't changed. Bug 302083. 2010-02-26 18:50:48 +00:00
Andrew Gvozdev
02335bb8a6 cleanup: warnings fixed - generics etc. 2010-02-26 18:44:24 +00:00
Marc Khouzam
dc066c0195 [225996] Sort the output of -thread-list-ids must sort strings as integers, to make sure a thread with id "10" will follow thread "9" and not thread "1" 2010-02-26 18:18:05 +00:00
Marc Khouzam
1908d66ca6 [225996] Sort the output of -thread-list-ids to show threads that were created first at the top 2010-02-26 16:25:39 +00:00
John Cortell
1a93dc7ced Comment adjustment 2010-02-26 15:59:32 +00:00
Vivian Kong
8ff63ab2c3 Bug 303481 - change update site for helios 2010-02-26 15:54:53 +00:00
Vivian Kong
947638f215 bump testing feature version up to 7.0 since one of its plugins had moved up 2010-02-26 15:52:24 +00:00
John Cortell
4d5d92560b [277663] Binary is revalidated after each keystroke 2010-02-26 15:19:34 +00:00
John Cortell
97acd431e0 Fix unindented if block (no functional change) 2010-02-26 14:46:21 +00:00