aboutsummaryrefslogtreecommitdiff
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
commit60c4664782e3f003a4d032c984c29b2a7a7cfdeb (patch)
treec4d5e3f8dbe50d887a9df5466b616d4a5a66dcca /gdb/testsuite/gdb.mi/mi-cli.exp
parentd053948ad25af1794149e779f05431b8705197ce (diff)
downloadgdb-60c4664782e3f003a4d032c984c29b2a7a7cfdeb.zip
gdb-60c4664782e3f003a4d032c984c29b2a7a7cfdeb.tar.gz
gdb-60c4664782e3f003a4d032c984c29b2a7a7cfdeb.tar.bz2
* 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 64789b5..ef674b0 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\"" \