mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-29 15:00:34 +00:00
* gdb.base/completion.exp: Update expected output following
the addition of the "info tasks" command.
This commit is contained in:
parent
0ef643c89c
commit
28148e3d4d
@ -1,3 +1,8 @@
|
||||
2008-10-22 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* gdb.base/completion.exp: Update expected output following
|
||||
the addition of the "info tasks" command.
|
||||
|
||||
2008-10-22 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* gdb.base/exprs.exp (test_expr): Add test for string
|
||||
|
@ -223,7 +223,7 @@ gdb_expect {
|
||||
-re "^info t foo\\\x07$"\
|
||||
{ send_gdb "\n"
|
||||
gdb_expect {
|
||||
-re "Ambiguous info command \"t foo\": target, terminal, threads, tp, tracepoints, types\\..*$gdb_prompt $"\
|
||||
-re "Ambiguous info command \"t foo\": target, tasks, terminal, threads, tp, tracepoints, types\\..*$gdb_prompt $"\
|
||||
{ pass "complete 'info t foo'"}
|
||||
-re ".*$gdb_prompt $" { fail "complete 'info t foo'"}
|
||||
timeout {fail "(timeout) complete 'info t foo'"}
|
||||
@ -239,7 +239,7 @@ gdb_expect {
|
||||
-re "^info t\\\x07$"\
|
||||
{ send_gdb "\n"
|
||||
gdb_expect {
|
||||
-re "Ambiguous info command \"t\": target, terminal, threads, tp, tracepoints, types\\..
|
||||
-re "Ambiguous info command \"t\": target, tasks, terminal, threads, tp, tracepoints, types\\..
|
||||
*$gdb_prompt $"\
|
||||
{ pass "complete 'info t'"}
|
||||
-re ".*$gdb_prompt $" { fail "complete 'info t'"}
|
||||
@ -257,7 +257,7 @@ gdb_expect {
|
||||
-re "^info t \\\x07$"\
|
||||
{ send_gdb "\n"
|
||||
gdb_expect {
|
||||
-re "Ambiguous info command \"t \": target, terminal, threads, tp, tracepoints, types\\..
|
||||
-re "Ambiguous info command \"t \": target, tasks, terminal, threads, tp, tracepoints, types\\..
|
||||
*$gdb_prompt $"\
|
||||
{ pass "complete 'info t '"}
|
||||
-re ".*$gdb_prompt $" { fail "complete 'info t '"}
|
||||
|
Loading…
Reference in New Issue
Block a user