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

427 commits

Author SHA1 Message Date
Marc Khouzam
b1aa24fe34 Bug 317223: Disable two tests for GDB 6.6 since they depend on -var-info-path-expression, which is only supported starting with GDB 6.7 2010-06-17 17:42:56 +00:00
Marc Khouzam
2c31af1afe Bug 314447: Missing rm.done() 2010-06-17 15:50:35 +00:00
John Cortell
6277487b53 Bug 315845: Intermittent race-condition failure in MIMemoryTest.asynchronousReadWrite() 2010-06-15 21:13:45 +00:00
Sergey Prigogin
df06a819ec Bug 315895 - Names and descriptions of CDT features are confusing. 2010-06-06 03:09:06 +00:00
Marc Khouzam
8c5a9f0d91 Bug 315784: Support to test with GDB 7.1 and 7.2 2010-06-04 15:46:37 +00:00
Marc Khouzam
6dd4a791d3 assertEquals should have its first parameter be the expected value. 2010-06-04 15:20:08 +00:00
Marc Khouzam
61bf17193d assertEquals should have its first parameter be the expected value. 2010-06-04 14:45:18 +00:00
Marc Khouzam
1e1508c33c Missing space 2010-06-04 14:42:27 +00:00
John Cortell
aaf7b3dfbb Previous commit caused test failures with gdb 6.8 due to a breakpoint hit not being generated when using SyncUtil to set the breakpoint. Avoid using SyncUti for setting a line breakpoint. Also some refactoring to reduce clutter and code duplication. 2010-06-03 18:43:26 +00:00
Vivian Kong
70237c3d81 Bug 315439 Fix up copyright 2010-06-03 00:12:05 +00:00
Vivian Kong
738da44d29 Bug 315439 Fix up copyright 2010-06-02 20:38:34 +00:00
Vivian Kong
0ac162a821 Bug 315439 Fix up copyright 2010-06-02 19:27:16 +00:00
John Cortell
1ee7bff8d5 Added test for interrupt 2010-06-01 19:18:33 +00:00
John Cortell
ae33c729a7 Missing asterisk in javadoc comment 2010-06-01 19:02:34 +00:00
John Cortell
f001fc32d0 Fixed intermittent test failure caused by buggy test. A breakpoint hit can arrive after SyncUtil.resumeUntilStopped() returns. The test needs to call waitForBreakpointEvent() afterwards. 2010-06-01 18:44:26 +00:00
John Cortell
429c116b18 Stop trying to side-step the fact that on Windows interrupting the target can leave it suspended prematurely, only to have it suspend again when you resume it. My previous attempt worked only some of the time. Trying to close the gap would be way too messy, so just skip the "while target running" tests on Windows. 2010-06-01 18:07:55 +00:00
Vivian Kong
1dc1732f57 Bug 306627 - Fix license inconsistencies 2010-05-31 15:54:52 +00:00
Vivian Kong
36b3638d97 Bug 314212 - CDT Feature copyright dates are outdated 2010-05-31 15:15:04 +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
John Cortell
0874a4a973 Don't wait forever 2010-05-28 20:49:52 +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
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
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
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
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
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
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
Marc Khouzam
825017ddae Bug 314303: Protect against NPE. 2010-05-25 17:16:48 +00:00
Marc Khouzam
65be0d654f Bug 166960: Set environment before loading executable to allow for dynamically loaded library to be found 2010-05-21 13:46:31 +00:00
John Cortell
5256a869aa Bug 313823: Intermittent NPE during shutdown, in ThreadVMNode 2010-05-20 22:21:20 +00:00
John Cortell
a5ad43c3f8 Bug 313806: Export all debug packages 2010-05-20 21:30:07 +00:00
Mikhail Khodjaiants
e733369d6f Bug 313806 - Export all debug packages. 2010-05-20 20:38:54 +00:00
Marc Khouzam
c901f78d28 Bug 305385: Disabled use of 'info program' because the output is inconsistent. 2010-05-20 19:32:28 +00:00
Marc Khouzam
75a65c4f96 Bug 284286: Missing action to exit trace visualization mode. 2010-05-20 15:26:17 +00:00
Marc Khouzam
d40ae2e41d Bug 284286: Missing icon for StopVisualization 2010-05-20 15:13:42 +00:00
John Cortell
2033710dea Some variable renaming. Be consistent in referring to memory spaces (don't use the term 'page'). No functional or interface change 2010-05-20 15:07:20 +00:00
John Cortell
4578a2a5ca Bug 309032: Need APIs to support memory pages (add ability for backend to indicate a memory space qualification is necessary) 2010-05-20 15:02:31 +00:00
John Cortell
994628eca9 Bug 304096: Interrupting a Windows target does not always work (fixed last two non-working scenarios: attach with gdb 6.8) 2010-05-20 14:34:58 +00:00
John Cortell
19dadcff48 Bug 305385: The pid of the inferior is not set pre-GDB 7.0 2010-05-20 14:25:35 +00:00
Doug Schaefer
034cba9fe6 Bug 309505 - Launches should use the same environment as build. Grabs the build env from the CDT core and passes it along when calling out to gdb. 2010-05-18 16:14:46 +00:00
Marc Khouzam
34caecd0e1 Bug 313372: Re-create the CLIEventProcessor when we restart the program, so as to reset the internal threadId count. 2010-05-18 15:25:45 +00:00