mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-05 00:36:16 +02:00
![]() - Fix getModelDataForRegisterDataValueInDifferentNumberFormats failure Nothing seems to set the register we use to do the test to a particular value. The value happened to be 0. This broke the octal test, because it assumes that the result starts with a 0, but has characters after that 0. This is not true when the result is 0. The fix is to set the register to a know value beforehand (0x1234). - Fix compareRegisterForMultipleExecutionContexts for slow targets by adding missing massageTimeout. Change-Id: I681acdeb08f8e3c2fdaf8dc9cf60801584da4423 Signed-off-by: Simon Marchi <simon.marchi@polymtl.ca> |
||
---|---|---|
.. | ||
org.eclipse.cdt.dsf.gdb | ||
org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui | ||
org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui.tests | ||
org.eclipse.cdt.dsf.gdb.tests | ||
org.eclipse.cdt.dsf.gdb.ui | ||
org.eclipse.cdt.examples.dsf.gdb | ||
org.eclipse.cdt.gnu.dsf-feature | ||
org.eclipse.cdt.gnu.dsf.source-feature | ||
org.eclipse.cdt.gnu.multicorevisualizer-feature | ||
org.eclipse.cdt.tests.dsf.gdb |