diff options
Diffstat (limited to 'gdb/testsuite/gdb.opt/inline-cmds.exp')
-rw-r--r-- | gdb/testsuite/gdb.opt/inline-cmds.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.opt/inline-cmds.exp b/gdb/testsuite/gdb.opt/inline-cmds.exp index eca897c..4163d8f 100644 --- a/gdb/testsuite/gdb.opt/inline-cmds.exp +++ b/gdb/testsuite/gdb.opt/inline-cmds.exp @@ -241,7 +241,7 @@ gdb_test "step" ".*set breakpoint 2 here.*" "step into finish marker" # Some architectures will have one or more instructions after # the call instruction which still are part of the call sequence, -# so it should be expected to return to the caller line after issue +# so it should be expected to return to the caller line after issue # a 'finish' command. gdb_test_multiple "finish" "finish from marker to func1" { -re -wrap "func1 \\(\\);" { @@ -335,7 +335,7 @@ proc mi_cli_step {cli_output_re message} { # command run while the top interpreter is MI results in the expected # CLI output sent to MI's console. with_test_prefix "mi" { - if [mi_gdb_start] { + if {[mi_gdb_start]} { return } mi_gdb_load ${binfile} |