summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.mi/mi-cli.exp
diff options
context:
space:
mode:
authorVladimir Prus <vladimir@codesourcery.com>2008-01-22 19:43:10 +0000
committerVladimir Prus <vladimir@codesourcery.com>2008-01-22 19:43:10 +0000
commitc37b5d41e317b95a6d4b98252b290e97c9ff3773 (patch)
treef45772d17c7de0555f854acf776ae281699a7edb /gdb/testsuite/gdb.mi/mi-cli.exp
parent270d836440b9ef45af5a84d84587f7dfc990deb7 (diff)
downloadgdb-c37b5d41e317b95a6d4b98252b290e97c9ff3773.tar.gz
* breakpoint.c (break_command_really): New parameter
ignore_count. (break_command_1): Pass 0 as ignore_count to break_command_really. (gdb_breakpoint): Pass ignore_count to break_command_really.
Diffstat (limited to 'gdb/testsuite/gdb.mi/mi-cli.exp')
-rw-r--r--gdb/testsuite/gdb.mi/mi-cli.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.mi/mi-cli.exp b/gdb/testsuite/gdb.mi/mi-cli.exp
index 64789b54718..ef674b039fa 100644
--- a/gdb/testsuite/gdb.mi/mi-cli.exp
+++ b/gdb/testsuite/gdb.mi/mi-cli.exp
@@ -186,7 +186,7 @@ gdb_expect {
}
mi_gdb_test "-interpreter-exec console \"list\"" \
- "\~\"$line_main_return\[\\\\t ]*return 0;\\\\n\".*\\^done" \
+ "\~\"$line_main_return\[\\\\t ]*callme \\(1\\);\\\\n\".*\\^done" \
"-interpreter-exec console \"list\" at basics.c:\$line_main_return"
mi_gdb_test "-interpreter-exec console \"help set args\"" \