diff options
author | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2002-04-24 03:07:33 +0000 |
---|---|---|
committer | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2002-04-24 03:07:33 +0000 |
commit | 96b3d632cba2375a38f98d33db5a911c0fccf9d5 (patch) | |
tree | e5c66b4b49fe2f9fdfaa1584f49c04e05e830e53 /gdb | |
parent | 79ebd1633bcf67caf396adc135e26f7d255de138 (diff) | |
download | gdb-96b3d632cba2375a38f98d33db5a911c0fccf9d5.zip gdb-96b3d632cba2375a38f98d33db5a911c0fccf9d5.tar.gz gdb-96b3d632cba2375a38f98d33db5a911c0fccf9d5.tar.bz2 |
2002-04-23 Elena Zannoni <ezannoni@redhat.com>
* gdb.base/help.exp: Change 'help status' to allow for target
dependent output differences.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/testsuite/gdb.base/help.exp | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 3a0ccbb..9226881 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2002-04-23 Elena Zannoni <ezannoni@redhat.com> + + * gdb.base/help.exp: Change 'help status' to allow for target + dependent output differences. + 2002-04-22 Michael Chastain <mec@shout.net> * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483. diff --git a/gdb/testsuite/gdb.base/help.exp b/gdb/testsuite/gdb.base/help.exp index 80bae8c..4b3d2ee 100644 --- a/gdb/testsuite/gdb.base/help.exp +++ b/gdb/testsuite/gdb.base/help.exp @@ -535,7 +535,8 @@ gdb_test "help source" "Read commands from a file named FILE\.\[\r\n\]+Note that # test help stack gdb_test "help stack" "Examining the stack\..*\[\r\n\]+When the program being debugged stops, gdb selects the innermost frame\.\[\r\n\]+The commands below can be used to select other frames by number or address\.\[\r\n\]+List of commands:\[\r\n\]+backtrace -- Print backtrace of all stack frames\[\r\n\]+bt -- Print backtrace of all stack frames\[\r\n\]+down -- Select and print stack frame called by this one\[\r\n\]+frame -- Select and print a stack frame\[\r\n\]+return -- Make selected stack frame return to its caller\[\r\n\]+select-frame -- Select a stack frame without printing anything\[\r\n\]+up -- Select and print stack frame that called this one\[\r\n\]+Type \"help\" followed by command name for full documentation\.\[\r\n\]+Command name abbreviations are allowed if unambiguous\." "help stack" # test help status -gdb_test "help status" "Status inquiries\.\[\r\n\]+List of commands:\[\r\n\]+info -- Generic command for showing things about the program being debugged\[\r\n\]+show -- Generic command for showing things about the debugger\[\r\n\]+Type \"help\" followed by command name for full documentation\.\[\r\n\]+Command name abbreviations are allowed if unambiguous\." "help status" +gdb_test "help status" "Status inquiries\.\[\r\n\]+List of commands:\[\r\n\]+info -- Generic command for showing things about the program being debugged.*\[\r\n\]+show -- Generic command for showing things about the debugger\[\r\n\]+Type \"help\" followed by command name for full documentation\.\[\r\n\]+Command name abbreviations are allowed if unambiguous\." "help status" + # test help support # FIXME -- Ultrix hangs randomly on this very long output from gdb and # continues with its output only if something is sent to gdb. |