This patch adds coverage for emit_less_unsigned.
gdb/testsuite/ChangeLog:
* gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
+2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
+
+ * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
+
2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
* gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
test_tracepoints $trace_command "21 < 42" 10
test_tracepoints $trace_command "61 < 42" 0
+ test_tracepoints $trace_command "21U < 42U" 10
+ test_tracepoints $trace_command "61U < 42U" 0
+
test_tracepoints $trace_command "42 <= 42" 10
test_tracepoints $trace_command "42 <= 11" 0