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

16457 commits

Author SHA1 Message Date
Alena Laskavaia
b6d3835b3b - added source build properties 2010-03-04 14:59:23 +00:00
Alena Laskavaia
6c3addbb62 added missing plugin xml and source build 2010-03-04 14:59:04 +00:00
Marc Khouzam
3e3b57e1d1 [304618] Most MICommands were created with their parameters treated as options. 2010-03-04 14:00:02 +00:00
Markus Schorn
96c2033d9f Bug 304479: Disambiguation of types and objects from index. 2010-03-04 08:22:17 +00:00
John Cortell
6a8a4ece8f Fix tests on Windows. orig_eax is apparently not a reported register on Windows 2010-03-04 00:40:27 +00:00
John Cortell
293b055013 [280607] fixed copy-n-paste mistake in last commit. Also enhanced the documentation. 2010-03-03 23:05:47 +00:00
Ted Williams
cafa75507d [Bug 304563] Memory Browser: address space awareness 2010-03-03 22:34:30 +00:00
Pawel Piech
742e7dfe92 [219202] Comment #6 - Fixed type returned for a composite. 2010-03-03 21:07:08 +00:00
Pawel Piech
afdcf2e551 [219202] - [variables][cdi] Variables view should use icons to represent types 2010-03-03 19:39:47 +00:00
John Cortell
fa79d364cc [304561] While-target-running breakpoint tests are failing because of Windows gdb bug 2010-03-03 18:54:09 +00:00
Alena Laskavaia
7c8b6387d7 update feature texts 2010-03-03 17:07:12 +00:00
Alena Laskavaia
76a6dabce7 feature project 2010-03-03 17:06:02 +00:00
Marc Khouzam
172d30c3fb [303503] Hybrid solution to rely on GDB command when possible and on our internal map when not 2010-03-03 17:05:28 +00:00
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