John Cortell
|
dc68630fb6
|
Fixed remaining edge case floating point math failure
|
2010-03-11 13:04:42 +00:00 |
|
John Cortell
|
c29c05bc25
|
Someone reported failures in the expressions tests because of small variations on floating point arithmetic results. E.g., expected '33.333333333333336" but got '33.333333333333329'". Floating point math is not exact, and we need to not be too precise in our expectations for those cases.
|
2010-03-10 21:38:34 +00:00 |
|
John Cortell
|
8087689bea
|
Fixed common programming goof
|
2010-03-10 20:15:26 +00:00 |
|
Pawel Piech
|
e65973c9cc
|
[228703] comment #6 - Cleanup of Breakpoints Hit feature
|
2010-03-10 00:25:56 +00:00 |
|
Ken Ryall
|
75267de2dc
|
Update with Pawel's adjusted patch using ICBreakpoint.C_BREAKPOINTS_DEBUG_MODEL_ID
|
2010-03-09 22:45:11 +00:00 |
|
Marc Khouzam
|
2ff6a31767
|
[305178] Handling of failure cases when interrupting the target.
|
2010-03-09 19:59:33 +00:00 |
|
Ken Ryall
|
2edac02083
|
Bug 305071 - Support breakpoints in Disassembly at the DSF level.
|
2010-03-09 16:53:32 +00:00 |
|
Marc Khouzam
|
a03ba7b610
|
[242943] Cleanup of code that was moved to MIRunControl
|
2010-03-09 15:33:26 +00:00 |
|
uid8941
|
d4367d5bba
|
Add -m32 flag to make the tests programs build properly on 64-bit machines.
|
2010-03-09 14:35:32 +00:00 |
|
Ken Ryall
|
86224bcfa0
|
Have CAbstractMainTab share the common portions of CDI CMainTab and DSF CMainTab.
|
2010-03-09 05:26:19 +00:00 |
|
Ken Ryall
|
06c10e1f7e
|
Use the super's verifyCProject.
|
2010-03-09 05:25:00 +00:00 |
|
Marc Khouzam
|
f9f808080d
|
[304588] Pointers could point to a complex structure and therefore we cannot trust they're number children hint.
|
2010-03-08 13:52:41 +00:00 |
|
John Cortell
|
0eb1964dd6
|
Don't wait forever
|
2010-03-05 23:24:17 +00:00 |
|
John Cortell
|
81a56f94b8
|
Fixed processes test. Shouldn't create a process context based on PID=UNIQUE_GROUP_ID. Also, relax the test for the process name. With 7.0 we get the path information in the name; in 6.8 we don't. Just check that the executable simple file name is in there.
|
2010-03-05 23:10:15 +00:00 |
|
Ken Ryall
|
ef706515a9
|
Revert last change.
|
2010-03-05 22:14:49 +00:00 |
|
John Cortell
|
0a695a3e81
|
Reworked awkward junit assertion flow (have seen this in various places)
|
2010-03-05 20:40:25 +00:00 |
|
Pawel Piech
|
7bdb38f1b0
|
[228703] - [breakpoints] Add a breakpoint hit event to IBreakpoints service.
|
2010-03-05 19:03:48 +00:00 |
|
John Cortell
|
428ad8d1f9
|
Additional cygwin-only check
|
2010-03-05 17:48:22 +00:00 |
|
Marc Khouzam
|
adbac60c10
|
[303968] RunToLine and ResumeAtLine were overridden in GDBRunControl and GDBRunControl_7_ but this was mistakenly remove. Minor cleanup as well.
|
2010-03-05 16:52:16 +00:00 |
|
Marc Khouzam
|
d2345dc960
|
[304146] Didn't update MacOSMIVarUpdate properly after recent changes to MIVarUpdate
|
2010-03-05 14:39:46 +00:00 |
|
John Cortell
|
4d3602121f
|
Fix tests for cygwin
|
2010-03-04 22:57:04 +00:00 |
|
John Cortell
|
62117fa551
|
[304754] MIThreadCreatedEvent not being generated in a cygwin/mingw debug session
|
2010-03-04 22:41:07 +00:00 |
|
Ken Ryall
|
a8b9452abb
|
More cleanup for bug 303968.
|
2010-03-04 22:16:13 +00:00 |
|
John Cortell
|
ebdc876c9b
|
Fixed race condition test failure. The secondary thread, because it does nothing but a quick printf, was terminating before the test was able to check for its existence via IRunControl.getExecutionContexts(). Consequently, it would get one less thread than expected.
|
2010-03-04 22:14:37 +00:00 |
|
Marc Khouzam
|
e585f18abd
|
[263689] Special handling of -environment-cd for MacOS
|
2010-03-04 19:34:09 +00:00 |
|
Marc Khouzam
|
15dbb8f8b5
|
[303968] Register with the new IRunControl2 name, to enable RunToLine, MoveToLine and ResumeAtLine
|
2010-03-04 18:42:15 +00:00 |
|
Marc Khouzam
|
6226996c98
|
[304146] Use the command factory in AbstractMIControl
|
2010-03-04 18:13:17 +00:00 |
|
John Cortell
|
d84ca549b2
|
Write L-value test works with gdb >= 6.8, so refactor to make it available for those classes.
|
2010-03-04 17:17:44 +00:00 |
|
John Cortell
|
e6794e5a2e
|
fixed warnings
|
2010-03-04 16:48:01 +00:00 |
|
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 |
|
Marc Khouzam
|
3e3b57e1d1
|
[304618] Most MICommands were created with their parameters treated as options.
|
2010-03-04 14:00:02 +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
|
293b055013
|
[280607] fixed copy-n-paste mistake in last commit. Also enhanced the documentation.
|
2010-03-03 23:05:47 +00:00 |
|
Pawel Piech
|
742e7dfe92
|
[219202] Comment #6 - Fixed type returned for a composite.
|
2010-03-03 21:07:08 +00:00 |
|
Pawel Piech
|
afdcf2e551
|
[219202] - [variables][cdi] Variables view should use icons to represent types
|
2010-03-03 19:39:47 +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
|
172d30c3fb
|
[303503] Hybrid solution to rely on GDB command when possible and on our internal map when not
|
2010-03-03 17:05:28 +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 |
|
Pawel Piech
|
88a1ce45c2
|
[280607] - Extracted patterns into static variables.
|
2010-03-01 22:23:42 +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 |
|