mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-03 07:21:58 +00:00
* gdb.base/help.exp (help show user): Update expected result
for new doc string changes (add "non-python").
This commit is contained in:
parent
122d194084
commit
7949c2a0b4
@ -1,3 +1,8 @@
|
||||
2012-03-01 Keith Seitz <keiths@redhat.com>
|
||||
|
||||
* gdb.base/help.exp (help show user): Update expected result
|
||||
for new doc string changes (add "non-python").
|
||||
|
||||
2012-03-01 Scott J. Goldman <scottjg@vmware.com>
|
||||
|
||||
* gdb.python/py-cmd.exp: Add test to verify that python commands can
|
||||
|
@ -574,7 +574,7 @@ gdb_test "help show radix" "Show the default input and output number radices\.\[
|
||||
# test help show symbol-reloading
|
||||
gdb_test "help show symbol-reloading" "Show dynamic symbol table reloading multiple times in one run\." "help show symbol-reloading"
|
||||
# test help show user
|
||||
gdb_test "help show user" "Show definitions of user defined commands\.\[\r\n\]+Argument is the name of the user defined command\.\[\r\n\]+With no argument, show definitions of all user defined commands\." "help show user"
|
||||
gdb_test "help show user" "Show definitions of non-python user defined commands\.\[\r\n\]+Argument is the name of the user defined command\.\[\r\n\]+With no argument, show definitions of all user defined commands\." "help show user"
|
||||
# test help show values
|
||||
gdb_test "help show values" "Elements of value history around item number IDX \\(or last ten\\)\." "help show values"
|
||||
# test help show verbose
|
||||
|
Loading…
x
Reference in New Issue
Block a user