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

17478 commits

Author SHA1 Message Date
Andrew Gvozdev
c90254973d bug 289168: moved "Set Reminders" topic to be rather "Tasks View",
tasks/cdt_t_setreminder.htm -> reference/cdt_u_tasks_view.htm
2010-05-30 04:23:21 +00:00
Andrew Gvozdev
6c9c7fa5c3 bug 289168: move cdt_o_tasksview.htm -> cdt_o_builderrors.htm 2010-05-30 03:41:55 +00:00
Andrew Gvozdev
ff53a1b289 bug 289168: [RegexErrorParser] Update Help 2010-05-30 03:29:09 +00:00
Andrew Gvozdev
bc4e35486c Updated Help related to build console. 2010-05-30 02:30:57 +00:00
Andrew Gvozdev
a2382ab846 bug 215285: Documentation update about deprecating C/C++ projects view. 2010-05-30 01:22:22 +00:00
Andrew Gvozdev
5a133832be html tags fixed 2010-05-29 19:49:15 +00:00
Andrew Gvozdev
04f18e524b Revised wording for Make Targets Preferences 2010-05-29 19:45:55 +00:00
Marc Khouzam
185bf9c036 Bug 314899: Disable RunControl buttons when looking at trace frames in non-stop mode. 2010-05-29 14:51:26 +00:00
Marc Khouzam
9db429483b Bug 314536; Typo 2010-05-29 10:29:41 +00:00
Marc Khouzam
7d968da82e Bug 314536: Hide "Use shared library symbols for debugged applications" as it makes normal launches fail. We will revisit this option when we fully support multi-exec on Linux 2010-05-29 10:10:38 +00:00
Vivian Kong
5469e23d39 fix for Bug 312011 - Helios is missing several platforms 2010-05-28 21:28:15 +00:00
Vivian Kong
506c4dbc13 Bug 314948 - Updates to Berkeley UPC plugin for Max Billingsley III 2010-05-28 21:23:58 +00:00
Andrew Gvozdev
34d007c0b4 bug 270326: console window displays black
Workaround to get around bug 214215
2010-05-28 21:07:51 +00:00
John Cortell
0874a4a973 Don't wait forever 2010-05-28 20:49:52 +00:00
Marc Khouzam
f699fcfdf3 Bug 314950: A null reason is valid in non-stop mode 2010-05-28 19:51:48 +00:00
John Cortell
18f37c3ccf Bug 314174: Eliminate the 1s wait at start of each DSF-GDB test. (Avoid possible NPE when a test fails) 2010-05-28 19:12:27 +00:00
Marc Khouzam
69444100a5 Bug 314628: Always restore the target state even if a failure has happened. 2010-05-28 18:48:01 +00:00
John Cortell
54d5da166c Bug 303315: Improve javadoc for disassembly service 2010-05-28 18:32:07 +00:00
Markus Schorn
ab8c900a86 Bug 303750: FileCharArray needs to skip UTF-8 byte order mark. 2010-05-28 13:55:01 +00:00
John Cortell
3a69434dbb Additional explanation 2010-05-28 13:07:54 +00:00
John Cortell
fd73637523 javadoc correction 2010-05-28 13:03:12 +00:00
John Cortell
6f3aa8adf2 Bug 314745: Need to API to expose the address bar text and memory space ID set in Memory Browser 2010-05-28 13:01:57 +00:00
Markus Schorn
50cde93ef8 Updated javadoc. 2010-05-28 11:48:13 +00:00
Chris Recoskie
8475af8e31 Bug 291815 - attempt #2 to fix test failure on UNIX/Linux 2010-05-28 10:55:54 +00:00
Anton Leherbauer
c3257001ea Bug 314551 - [patch] Avoid creating children of IncludeReference when editor is closed 2010-05-28 09:39:47 +00:00
Markus Schorn
b73f4d0539 Bug 103857: Content assist for fields declared below point of completion. 2010-05-28 08:53:04 +00:00
Anton Leherbauer
599285f0c3 Bug 314635 - Marking occurrences is very slow on a large file due to searching for implicitReferences (interim fix) 2010-05-28 08:00:01 +00:00
John Cortell
ca9f612e04 Incorrect usage of the special wait function in two places. 2010-05-27 22:56:38 +00:00
John Cortell
0ad079da76 Memory tests were failing with gdb 7.0. Marc's hunch was right. Use of UNIQUE_PROCESS_ID was the problem. 2010-05-27 22:31:26 +00:00
Ken Ryall
99878ce6d7 Bug 307272 - Move or Remove disassembly options from the CDebug pref page 2010-05-27 22:15:51 +00:00
John Cortell
17f248d072 Bug 314174: Eliminate the 1s wait at start of each DSF-GDB test. 2010-05-27 22:11:53 +00:00
John Cortell
4972e64775 Adjust to the new dual POSIX/MSVC buildable MultiThread.cc. Also fix problems in the registers test 2010-05-27 21:20:45 +00:00
John Cortell
87aa0351e6 Bug 314174: Eliminate the 1s wait at start of each DSF-GDB test. 2010-05-27 21:08:28 +00:00
Pawel Piech
c48835544d Bug 314258 - [console] Cannot have both stdout in console and in file 2010-05-27 16:40:14 +00:00
Vivian Kong
3c7225052b Bug 314700 - TVT36:TCT349: PLK Untranslated tooltip in Executables view 2010-05-27 15:27:41 +00:00
Vivian Kong
b220c5a3c7 minor doc fix 2010-05-27 14:39:05 +00:00
Anton Leherbauer
2f11ef3dd2 Bug 314056 - Disassembly truncates 64bit instruction addresses
Patch by James Sullins
2010-05-27 12:10:19 +00:00
James Blackburn
b911acf559 Bug 314504 ProcessList leaks file descriptors during #getProcessList() 2010-05-27 10:01:52 +00:00
Ken Ryall
fce5016ea7 Only enable the cdi-gdb activity on no run launches since they are used by DSF as well. 2010-05-27 04:01:37 +00:00
L. Frank Turovich
4541ef70ca BUG 314055 - Updated build files to add EDC docs manual to CDT build 2010-05-27 02:36:34 +00:00
Chris Recoskie
98977cbde4 further changes for Bug 291815 - fix test failure on UNIX/Linux 2010-05-27 01:40:19 +00:00
Andrew Gvozdev
0dd48245de bug 314253: Linker warning not recognized
Based on work from Axel Mueller
2010-05-27 01:26:17 +00:00
Alena Laskavaia
fb1eb3faed Added parameters for Catch by Reference checker 2010-05-27 01:21:57 +00:00
Alena Laskavaia
670709454b Generalized messages 2010-05-27 01:20:43 +00:00
Ken Ryall
d2fa899c83 Bug 314557 - No error dialog when problems occur opening a memory monitor on a variable 2010-05-26 22:30:00 +00:00
John Cortell
abef64cb07 Make dsf-gdb test programs buildable with MinGW. MinGW gdb has problems debugging a cygwin-built executable, so we need to build the test apps with MinGW when testing that debugger. Confirmed these modified files now build with both Cygwin and MinGW. 2010-05-26 19:38:11 +00:00
Ken Ryall
29f2c9bf4f Bug 313893, reorg capabilities into cdt product plug-in. 2010-05-26 16:16:52 +00:00
John Cortell
23c2595561 Bug 309126: Build before launch does too much building with project references (handle invalid build config ID) 2010-05-26 15:57:45 +00:00
Alena Laskavaia
d1de985681 Still trying to fix tests 2010-05-26 15:01:04 +00:00
Marc Khouzam
0e6aaedf11 Bug 310274: Need a longer timeout for remote targets. Ultimately this timeout should be a preference. 2010-05-26 14:59:25 +00:00