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

16416 commits

Author SHA1 Message Date
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
James Blackburn
25b266f275 Bug 280262 NPE in editors in closed projects => user friendly error message
createProjectDescription throws a CoreException as defined by the API rather than returning null when the project is inaccessible.
2010-02-24 11:57:19 +00:00
Anton Leherbauer
e1c516fe2c Bug 303737 - [hover] The debug expression hover does not work for "this" 2010-02-24 10:07:08 +00:00
Markus Schorn
bead75a3d1 Replace usage of deprecated code. 2010-02-24 09:58:34 +00:00
James Blackburn
c08fa974d4 Bug 303620 libs re-built on RHEL4 (glibc 2.3; gcc version 4.2.1) 2010-02-24 09:23:26 +00:00
Anton Leherbauer
98eadefa28 Bug 302925 - [disassembly][dsf] Endless loop retrieving disassembly data 2010-02-24 09:15:41 +00:00
Markus Schorn
35de77c32b Bug 303152: trailing empty macro expansions in IASTTranslationUnit. 2010-02-23 17:40:13 +00:00
Markus Schorn
290eeeff55 Compiler warnings. 2010-02-23 16:38:04 +00:00
James Blackburn
79ece8daa2 Bug 303629 unsigned char should never appear negative in the Variables view. 2010-02-23 15:26:13 +00:00
John Cortell
2dc9a8c1d3 fixed warning 2010-02-23 15:11:14 +00:00
John Cortell
c2f443c0a3 [303380] Breakpoint view's Watchpoint and Event Breakpoint action should be in the same place 2010-02-23 14:49:22 +00:00
James Blackburn
297e4e1de8 Bug 100844 ICSettingEntry.LIBRARY_FILE not currently contributed back to core model as the lib names exported by the build system aren't absolute paths & hence can't be resolved. 2010-02-23 13:25:22 +00:00
John Cortell
1e9d430245 [303569] Debug view does not reveal reason when thread is stopped by event breakpoint 2010-02-23 00:23:59 +00:00
Marc Khouzam
1d80af0b96 [242943] Support for breakpoint operations while the program is running. JUnit tests included. 2010-02-22 21:30:56 +00:00