1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-21 16:05:25 +02:00
cdt/dsf-gdb
Simon Marchi 74e4b6d504 Fix MIMemoryTest.java:asynchronousReadWrite for architectures with fWordSize > 1
Commit 84a53f8d80 broke this test for an
architecture with fWordSize == 2.  The buffer for writing a word went from
length fWordSize to 1, and the expected buffer size of a read as well.
This commit fixes it.

Change-Id: Ie50766031fc7dd8d480f126abc48a6dfd487b9e5
Signed-off-by: Simon Marchi <simon.marchi@polymtl.ca>
2015-09-16 09:44:01 -04:00
..
org.eclipse.cdt.dsf.gdb Bug 476432 - GDB version comparison fails for GDB 7.10 2015-09-03 21:00:54 -04:00
org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui Incremented CDT feature version to 8.8.0 2015-06-10 09:33:49 -04:00
org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui.tests Incremented CDT feature version to 8.8.0 2015-06-10 09:33:49 -04:00
org.eclipse.cdt.dsf.gdb.tests Bug 476432 - GDB version comparison fails for GDB 7.10 2015-09-03 21:00:54 -04:00
org.eclipse.cdt.dsf.gdb.ui Bug 473352 - [dynamic printf] The default printf format string does not support 64bit addresses 2015-07-28 09:15:56 +02:00
org.eclipse.cdt.examples.dsf.gdb Bug 476432 - GDB version comparison fails for GDB 7.10 2015-09-03 21:00:54 -04:00
org.eclipse.cdt.gnu.dsf-feature Incremented CDT feature version to 8.8.0 2015-06-10 09:33:49 -04:00
org.eclipse.cdt.gnu.dsf.source-feature Incremented CDT feature version to 8.8.0 2015-06-10 09:33:49 -04:00
org.eclipse.cdt.gnu.multicorevisualizer-feature Incremented CDT feature version to 8.8.0 2015-06-10 09:33:49 -04:00
org.eclipse.cdt.tests.dsf.gdb Fix MIMemoryTest.java:asynchronousReadWrite for architectures with fWordSize > 1 2015-09-16 09:44:01 -04:00