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 |
|
Markus Schorn
|
9381be7ba2
|
Bug 313270: Local variables of type va_arg.
|
2010-05-26 08:15:34 +00:00 |
|
Sergey Prigogin
|
037bcc12e9
|
Indentation inside a multi-line return statement. Bug 314397.
|
2010-05-26 07:28:30 +00:00 |
|
Sergey Prigogin
|
a6685ef272
|
Cosmetics.
|
2010-05-26 07:08:19 +00:00 |
|
Alena Laskavaia
|
27808358a3
|
Bug 314275 fixed array out of bound exception
|
2010-05-26 00:21:57 +00:00 |
|
John Cortell
|
646182c984
|
Corrected comment
|
2010-05-25 23:55:16 +00:00 |
|
John Cortell
|
cc353d738b
|
Bug 309126: Build before launch does too much building with project references (fix shallow comparison of project references)
|
2010-05-25 23:16:51 +00:00 |
|
John Cortell
|
af21820551
|
Various expression tests where failing on Windows because of subtle differences in the compiler and the line tables it generates, and perhaps scoping behaviors. The code would end up on the trailing brace of a function, and all variables are out of scope there.
|
2010-05-25 23:01:40 +00:00 |
|
John Cortell
|
da1f29806f
|
Don't use the junit timeout feature. It's too rigid and is a pain when troubleshooting issues.
|
2010-05-25 22:47:12 +00:00 |
|
John Cortell
|
85162ebd30
|
Don't use the junit timeout feature. It's too rigid and is a pain when troubleshooting issues.
|
2010-05-25 22:45:29 +00:00 |
|
John Cortell
|
cc65b918dc
|
Combined class javadoc
|
2010-05-25 20:27:17 +00:00 |
|
John Cortell
|
72fbc7d394
|
Bug 309126: Build before launch does too much building with project references
|
2010-05-25 20:26:14 +00:00 |
|
Ken Ryall
|
c58a08aaad
|
Bug 309128.
|
2010-05-25 19:44:06 +00:00 |
|
Pawel Piech
|
3807560d76
|
Bug 308835 - Multi-thread debugging in regular stop-mode with gdb 6.8 is not working
|
2010-05-25 19:32:52 +00:00 |
|
Ken Ryall
|
d279184e5e
|
Bug 303968, apply Marc's patch to move the remainder of the UI from gdb to dsf plug-ins.
|
2010-05-25 18:48:54 +00:00 |
|
Chris Recoskie
|
7038788c04
|
further changes for Bug 291815 - Add an extension point to allow utilities for virtual EFS filesystems
|
2010-05-25 17:58:41 +00:00 |
|
Marc Khouzam
|
825017ddae
|
Bug 314303: Protect against NPE.
|
2010-05-25 17:16:48 +00:00 |
|
Markus Schorn
|
27f89cdca5
|
Bug 314113: False syntax error.
|
2010-05-25 09:10:31 +00:00 |
|
Markus Schorn
|
077a57b7a5
|
Bug 314067: CCE in CPPEnumerator.getType().
|
2010-05-25 08:18:27 +00:00 |
|
Alena Laskavaia
|
b632454589
|
Added try block support in control flow graph
|
2010-05-25 02:34:50 +00:00 |
|
Alena Laskavaia
|
3ec7ac60fa
|
Clean up interfaces for control flow graph
|
2010-05-25 02:16:11 +00:00 |
|
Alena Laskavaia
|
6a49ab36dd
|
Clean up and javadoc
|
2010-05-25 01:33:23 +00:00 |
|
Alena Laskavaia
|
63954a8d48
|
trying to fix test with hit condition
|
2010-05-25 00:16:57 +00:00 |
|
Alena Laskavaia
|
e69005fbaa
|
Trying to fix del break point failure
|
2010-05-25 00:10:40 +00:00 |
|
Pawel Piech
|
43c75ac89f
|
Refactoring of update listener to match debug platform tests.
|
2010-05-24 22:22:42 +00:00 |
|
Alena Laskavaia
|
6e50087a2b
|
Added arguments, description and externalized strings
|
2010-05-24 21:54:19 +00:00 |
|
Alena Laskavaia
|
f4f2bfd6ee
|
Added test for problem argument
|
2010-05-24 21:52:18 +00:00 |
|
Alena Laskavaia
|
dc1e7535ae
|
Renamed a test case to match the checker
|
2010-05-24 21:52:00 +00:00 |
|
Warren Paul
|
f918a234f1
|
fixed bug #314152.
|
2010-05-24 18:07:06 +00:00 |
|
Alena Laskavaia
|
ba99f3a2d5
|
Test for macro parameters
|
2010-05-24 15:08:18 +00:00 |
|
Alena Laskavaia
|
5a6ecb2fb8
|
Bug 313622 Make checking for !a && b optional and off by default
|
2010-05-24 15:07:53 +00:00 |
|
Alena Laskavaia
|
c2919ed4f9
|
Added scope preference for checkers
|
2010-05-24 15:05:39 +00:00 |
|
Alena Laskavaia
|
fc70a0f70d
|
Bug 313622 Tests for "Make checking for !a && b optional and off by default"
|
2010-05-24 14:16:39 +00:00 |
|
Alena Laskavaia
|
dab37d2d92
|
Fixed interface to return resource instead of file because in general problem can be on directory too not only file
|
2010-05-24 14:09:18 +00:00 |
|
Alena Laskavaia
|
3a426fb5fc
|
Bug 313622 Make checking for !a && b optional and off by default
|
2010-05-23 02:29:57 +00:00 |
|
Alena Laskavaia
|
94711d3e76
|
Added preference for list of exceptions in Statement has no effect checker
|
2010-05-23 02:18:47 +00:00 |
|
Alena Laskavaia
|
644fefb8c5
|
Fixed preferences of type List
|
2010-05-23 02:18:18 +00:00 |
|
Andrew Gvozdev
|
6debae007d
|
bug 313995: Inconsistent license text in feature.properties for cdt.source-feature
|
2010-05-22 14:31:31 +00:00 |
|
Pawel Piech
|
de5eabbbc1
|
Bug 308626 - Backed out accidental checking of changes for bug 310352.
|
2010-05-21 21:19:27 +00:00 |
|