diff options
Diffstat (limited to 'gdb/testsuite/gdb.trace/trace-condition.exp')
-rw-r--r-- | gdb/testsuite/gdb.trace/trace-condition.exp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.trace/trace-condition.exp b/gdb/testsuite/gdb.trace/trace-condition.exp index 115d7eb..b169c62 100644 --- a/gdb/testsuite/gdb.trace/trace-condition.exp +++ b/gdb/testsuite/gdb.trace/trace-condition.exp @@ -179,6 +179,9 @@ foreach trace_command { "trace" "ftrace" } { 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 |