John Cortell
|
7eb06f6213
|
Fix runcontrol test on Windows. If the program is built with cygwin, there is an additional thread.
|
2010-03-04 16:43:00 +00:00 |
|
Marc Khouzam
|
20baa38a22
|
[304588] Return the problem number of children even if GDB counts private/public/protected as a level of children.
|
2010-03-04 15:48:37 +00:00 |
|
John Cortell
|
f642b20a88
|
fix indentation; no functional change
|
2010-03-04 15:30:35 +00:00 |
|
John Cortell
|
6a8a4ece8f
|
Fix tests on Windows. orig_eax is apparently not a reported register on Windows
|
2010-03-04 00:40:27 +00:00 |
|
John Cortell
|
fa79d364cc
|
[304561] While-target-running breakpoint tests are failing because of Windows gdb bug
|
2010-03-03 18:54:09 +00:00 |
|
Marc Khouzam
|
47804a071a
|
[304146] Added a CommandFactory for MI/CLI commands, and change every service to use it.
|
2010-03-03 14:35:50 +00:00 |
|
Marc Khouzam
|
bca9edfc90
|
[303828] Fix for expressions tests
|
2010-03-03 14:15:05 +00:00 |
|
John Cortell
|
e815923c47
|
Forgot to add a default timeout for runToLocation
|
2010-03-02 21:25:27 +00:00 |
|
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 |
|
John Cortell
|
d5d9a9ca34
|
Improve waitForBreakpointEvent()
|
2010-03-01 23:47:08 +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
|
c694d74782
|
Add timestamp to event trace. Really helps troubleshoot timing issues in the tests.
|
2010-03-01 17:14:40 +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 |
|
John Cortell
|
1400363b31
|
Added method to massage test timeout values based on a property.
|
2010-02-25 23:33:08 +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 |
|
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
|
1d80af0b96
|
[242943] Support for breakpoint operations while the program is running. JUnit tests included.
|
2010-02-22 21:30:56 +00:00 |
|
Marc Khouzam
|
1c340e9193
|
[Bug 275238] Fix for JUnit test for new Details format
|
2010-02-16 20:47:12 +00:00 |
|
Marc Khouzam
|
a381ee1d47
|
[302324] Make RunToLine work for DSF Disassembly view
|
2010-02-10 21:09:37 +00:00 |
|
Marc Khouzam
|
f9a0d5571e
|
[299292] Improved tests for GDB version
|
2010-01-12 14:29:54 +00:00 |
|
Marc Khouzam
|
0176f2c5a4
|
[299292] Tests for GDB version extraction
|
2010-01-11 22:15:08 +00:00 |
|
Marc Khouzam
|
721192f266
|
[284286] First phase of tracepoint support. Tracepoints can now be created/deleted/enabled/disabled, we can add conditions and passcount.
|
2009-12-18 18:59:44 +00:00 |
|
Marc Khouzam
|
060abcbbfd
|
[294660] When we moved from DD to CDT, the test binaries stopped being updated in the workspace
|
2009-11-09 20:07:05 +00:00 |
|
Marc Khouzam
|
9b2ec95028
|
[275193] A typo slipped in. The default gdbserver should be "gdbserver" and not "gdbserver.7.1" which does not exist yet
|
2009-11-09 19:33:14 +00:00 |
|
Marc Khouzam
|
72a7fa5cd0
|
[275193] Support for Remote Debugging tests using gdbserver
|
2009-10-27 15:09:42 +00:00 |
|
Marc Khouzam
|
91d786f13e
|
[291754] Avoid race condition by waiting for the stopped event as soon as we have the launch
|
2009-10-08 20:07:53 +00:00 |
|
Marc Khouzam
|
f1088d2f5e
|
[291754] gdbserver should part of the launch to make sure it is killed at the end of each testcase
|
2009-10-08 18:58:44 +00:00 |
|
Marc Khouzam
|
8eafa2bdd7
|
[291754] gdbserver is always started on the localhost.
|
2009-10-08 14:28:22 +00:00 |
|
Marc Khouzam
|
94e929ae01
|
[291754] When doing a REMOTE debugging session, the tests should launch gdbserver.
|
2009-10-08 14:23:18 +00:00 |
|
Marc Khouzam
|
08f05612e7
|
[291633] Allow the JUnit tests to use GdbLaunchDelegate.
|
2009-10-07 19:56:28 +00:00 |
|
John Cortell
|
2b90c1a741
|
Added MultiThread.exe
|
2009-09-04 02:34:34 +00:00 |
|
Pawel Piech
|
42273bfa02
|
[288553] - Change DSF plugins' version to 2.1.
|
2009-09-03 19:59:52 +00:00 |
|
Vivian Kong
|
83fd77b56d
|
update copyrights
|
2009-05-27 15:48:21 +00:00 |
|
Marc Khouzam
|
6f69a2220c
|
[275193] Enhance the DSF-GDB JUnit tests to allow to test different GDB versions.
|
2009-05-07 20:14:21 +00:00 |
|
Marc Khouzam
|
aa531aa1e0
|
Use IMIProcesses instead of MIProcesses to support different version of GDB
|
2009-04-28 18:12:42 +00:00 |
|
Doug Schaefer
|
73728bf715
|
ignoring the compiled exes here.
|
2009-04-27 16:21:42 +00:00 |
|
Vivian Kong
|
b849a3be06
|
bug 268581 individual source bundles
|
2009-04-09 19:51:46 +00:00 |
|
Marc Khouzam
|
d128bcecf4
|
[266943 ] Changed class ExpressionService to MIExpressions for consistency.
|
2009-03-04 04:09:33 +00:00 |
|
Francois Chouinard
|
0465eb3d20
|
Fix for bug264721
|
2009-02-17 14:11:08 +00:00 |
|
Marc Khouzam
|
28e80032cf
|
[251185] TestClassRunner JUnit class no longer exists. Replace it with BlockJUnit4ClassRunner
|
2009-01-09 16:30:10 +00:00 |
|
Pawel Piech
|
5b47187366
|
Migrated DSF and DSF-GDB to the CDT project.
|
2009-01-08 21:08:05 +00:00 |
|