diff options
author | Doug Evans <dje@google.com> | 2008-05-05 22:54:49 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2008-05-05 22:54:49 +0000 |
commit | 382d13d1ca00cf7e14d35550e1c687d69593270f (patch) | |
tree | 0e3fa98f978d7dfbfae557513b87d3f910447be7 | |
parent | d14508fea9d63a399de25f8a47d59bc33a1fd206 (diff) | |
download | gdb-382d13d1ca00cf7e14d35550e1c687d69593270f.zip gdb-382d13d1ca00cf7e14d35550e1c687d69593270f.tar.gz gdb-382d13d1ca00cf7e14d35550e1c687d69593270f.tar.bz2 |
* gdb.base/help.exp (disassemble): Update expected help text.
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.base/help.exp | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index e25a200..5c1c616 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2008-05-05 Doug Evans <dje@google.com> + + * gdb.base/help.exp (disassemble): Update expected help text. + 2008-05-04 Pedro Alves <pedro@codesourcery.com> * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files. diff --git a/gdb/testsuite/gdb.base/help.exp b/gdb/testsuite/gdb.base/help.exp index 508728b..a54ae79 100644 --- a/gdb/testsuite/gdb.base/help.exp +++ b/gdb/testsuite/gdb.base/help.exp @@ -126,7 +126,7 @@ gdb_test "help disable breakpoints" "Disable some breakpoints\.\[\r\n\]+Argument # test help disable display gdb_test "help disable display" "Disable some expressions to be displayed when program stops\.\[\r\n\]+Arguments are the code numbers of the expressions to stop displaying\.\[\r\n\]+No argument means disable all automatic-display expressions\.\[\r\n\]+Do \"info display\" to see current list of code numbers\." "help disable display" # test help disassemble -gdb_test "help disassemble" "Disassemble a specified section of memory\.\[\r\n\]+Default is the function surrounding the pc of the selected frame\.\[\r\n\]+With a single argument, the function surrounding that address is dumped\.\[\r\n\]+Two arguments are taken as a range of memory to dump\." "help disassemble" +gdb_test "help disassemble" "Disassemble a specified section of memory\.\[\r\n\]+Default is the function surrounding the pc of the selected frame\.\[\r\n\]+With a /m modifier, source lines are included \\(if available\\)\.\[\r\n\]+With a single argument, the function surrounding that address is dumped\.\[\r\n\]+Two arguments are taken as a range of memory to dump\." "help disassemble" # test help display gdb_test "help display" "Print value of expression EXP each time the program stops\.\[\r\n\]+/FMT may be used before EXP as in the \"print\" command\.\[\r\n\]+/FMT \"i\" or \"s\" or including a size-letter is allowed,\[\r\n\]+as in the \"x\" command, and then EXP is used to get the address to examine\[\r\n\]+and examining is done as in the \"x\" command\.\[\r\n\]+With no argument, display all currently requested auto-display expressions\.\[\r\n\]+Use \"undisplay\" to cancel display requests previously made\." "help display" # test help do |