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

16429 commits

Author SHA1 Message Date
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
Marc Khouzam
d2cd2d381f [302597] For MIStopped event that don't contain a threadId we must ask the backend for the threadId 2010-02-26 13:56:49 +00:00
Markus Schorn
768a0c7393 Bug 303967: Make setup-job a non-system job. 2010-02-26 08:48:22 +00:00
Anton Leherbauer
e33b39e5b7 [302925] Incorporate John's review feedback 2010-02-26 08:42:25 +00:00
John Cortell
1400363b31 Added method to massage test timeout values based on a property. 2010-02-25 23:33:08 +00:00
Warren Paul
ec195f1471 fixed an intermittent refresh bug where not all executables would be displayed in the executables view. 2010-02-25 23:15:02 +00:00
John Cortell
9cd64eb9fa [303828] Instrument ServiceEventWaitor 2010-02-25 23:00:21 +00:00
John Cortell
d1b0dbacf4 Cleanup. Rename SyncUtil methods. Methods should start with a lowercase letter. Also having every method start with "Sync" is pointless. 2010-02-25 22:04:16 +00:00
Andrew Gvozdev
4735712764 bug 295625: Error highlighting in Build Console
patch from Dmitry Kozlov
2010-02-25 20:53:51 +00:00
Randy Rohrbach
5cdc9c1c05 Bugxilla 280607. 2010-02-25 20:51:59 +00:00
John Cortell
35a8ff9f89 Fixed comment 2010-02-25 19:33:57 +00:00
John Cortell
414a66ba52 [303735] Tool.getAllInputTypes() logic to override super tool's input types is buggy 2010-02-25 17:06:32 +00:00
John Cortell
a1e035fa10 [303825] DSF GDB junit tests don't run on Windows 2010-02-25 15:44:16 +00:00
John Cortell
1bc4846ffb Documentation improvement 2010-02-24 23:04:25 +00:00
Marc Khouzam
f2eb63309f [300096] Fix to generate an MISuspended event with the proper thread id for MoveToLine and ResumeAtLine. With the latest changes in platform, this is required to get the IP properly painted. 2010-02-24 20:27:28 +00:00
Markus Schorn
fc4b41e811 Bug 302289: File size limit for files to be indexed. 2010-02-24 15:44:36 +00:00