mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
* gdb.base/help.exp: Update pattern to exclue `print-load-map'
command.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user