1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-10 09:45:39 +02:00
cdt/dsf-gdb
Simon Marchi 7402cd3123 [dsf-gdb] Put back event assert in
MIMemoryTest.writeCharVarying{Address,Offset}

When we switched SyncUtil.readMemory to use queries, it exposed a race
condition with the asserts that check for the number of event received.
Basically, nothing guarantees that when the assert is evaluated the
event had the time to arrive.

We now use a ServiceEventWaitor to wait until the event arrives (with a
timeout, of course).

At the same time, rename word_size to wordSize.

Change-Id: I6f4b51e22f46625e20bbbdbac91cf70cfd864e5e
Signed-off-by: Simon Marchi <simon.marchi@polymtl.ca>
2015-02-20 14:27:39 -05:00
..
org.eclipse.cdt.dsf.gdb Make disassembly default end address relative to start 2015-02-20 13:55:03 -05:00
org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui Bug 460015 - [visualizer] Make VisualizerThread "m_locInfo" field 2015-02-17 08:31:48 -05:00
org.eclipse.cdt.dsf.gdb.tests Extract test VM args to common property base.test.vmargs 2015-02-06 13:02:28 -05:00
org.eclipse.cdt.dsf.gdb.ui Bug 459688 - Label in breakpoint thread filter dialog should match debug 2015-02-11 11:17:47 -05:00
org.eclipse.cdt.examples.dsf.gdb Incremented CDT feature version to 8.6.0. 2015-01-06 19:40:38 -05:00
org.eclipse.cdt.gnu.dsf-feature Incremented CDT feature version to 8.6.0. 2015-01-06 19:40:38 -05:00
org.eclipse.cdt.gnu.dsf.source-feature Incremented CDT feature version to 8.6.0. 2015-01-06 19:40:38 -05:00
org.eclipse.cdt.gnu.multicorevisualizer-feature Incremented CDT feature version to 8.6.0. 2015-01-06 19:40:38 -05:00
org.eclipse.cdt.tests.dsf.gdb [dsf-gdb] Put back event assert in 2015-02-20 14:27:39 -05:00