mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 13:09:48 +00:00
* gdb.base/help.exp: Update pattern to exclue `print-load-map'
command.
This commit is contained in:
parent
73a74a624e
commit
5b41e5f013
@ -1,3 +1,8 @@
|
||||
2001-06-04 Jim Blandy <jimb@redhat.com>
|
||||
|
||||
* gdb.base/help.exp: Update pattern to exclude `print-load-map'
|
||||
command.
|
||||
|
||||
2001-05-31 Kevin Buettner <kevinb@redhat.com>
|
||||
|
||||
* gdb.base/annota1.exp (info break): Match four or more spaces
|
||||
|
@ -542,7 +542,7 @@ gdb_test "help info bogus-gdb-command" "Undefined info command: \"bogus-gdb-comm
|
||||
# test help gotcha
|
||||
gdb_test "help gotcha" "Undefined command: \"gotcha\". Try \"help\"." "help gotcha"
|
||||
# test apropos regex
|
||||
gdb_test "apropos \\\(print\[\^ bsiedf\\\".\]\\\)" "handle -- Specify how to handle a signal"
|
||||
gdb_test "apropos \\\(print\[\^ bsiedf\\\".-\]\\\)" "handle -- Specify how to handle a signal"
|
||||
# test apropos >1 word string
|
||||
gdb_test "apropos handle a signal" "handle -- Specify how to handle a signal"
|
||||
# test apropos apropos
|
||||
|
Loading…
Reference in New Issue
Block a user