diff options
author | Doug Evans <dje@google.com> | 2012-08-13 21:14:48 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2012-08-13 21:14:48 +0000 |
commit | e202d6e802a0e2ad4cdb78b1cc157a476db4d407 (patch) | |
tree | a16568c32c049f62fabed5261a156661968041e9 | |
parent | 9b11fa1a855f1b2b98b6a21c69fb96691e9b39a2 (diff) | |
download | gdb-e202d6e802a0e2ad4cdb78b1cc157a476db4d407.zip gdb-e202d6e802a0e2ad4cdb78b1cc157a476db4d407.tar.gz gdb-e202d6e802a0e2ad4cdb78b1cc157a476db4d407.tar.bz2 |
* gdb.base/help.exp: Update expected output.
-rw-r--r-- | gdb/testsuite/ChangeLog | 1 | ||||
-rw-r--r-- | gdb/testsuite/gdb.base/help.exp | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 106832a..6106283 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,6 @@ 2012-08-13 Doug Evans <dje@google.com> + * gdb.base/help.exp: Update expected output. * gdb.base/default.exp: Update expected output of "show convenience". 2012-08-10 Doug Evans <dje@google.com> diff --git a/gdb/testsuite/gdb.base/help.exp b/gdb/testsuite/gdb.base/help.exp index c9b9c88..547495b 100644 --- a/gdb/testsuite/gdb.base/help.exp +++ b/gdb/testsuite/gdb.base/help.exp @@ -506,7 +506,7 @@ gdb_test "help show complaints" "Show max number of complaints about incorrect s # test help show confirm gdb_test "help show confirm" "Show whether to confirm potentially dangerous operations\." "help show confirm" # test help show convenience -gdb_test "help show convenience" "Debugger convenience \\(\"\\\$foo\"\\) variables\.\[\r\n\]+These variables are created when you assign them values;\[\r\n\]+thus, \"print \\\$foo=1\" gives \"\\\$foo\" the value 1\. Values may be any type\.\[\r\n\]+A few convenience variables are given values automatically:\[\r\n\]+\"\\\$_\"holds the last address examined with \"x\" or \"info lines\",\[\r\n\]+\"\\\$__\" holds the contents of the last address examined with \"x\"\." "help show convenience" +gdb_test "help show convenience" "Debugger convenience \\(\"\\\$foo\"\\) variables and functions\.\[\r\n\]+Convenience variables are created when you assign them values;\[\r\n\]+thus, \"set \\\$foo=1\" gives \"\\\$foo\" the value 1\. Values may be any type\.\[\r\n\]+A few convenience variables are given values automatically:\[\r\n\]+\"\\\$_\"holds the last address examined with \"x\" or \"info lines\",\[\r\n\]+\"\\\$__\" holds the contents of the last address examined with \"x\"\.\[\r\n\]+Convenience functions are defined via the Python API\." "help show convenience" # test help show directories gdb_test "help show directories" "Show the search path for finding source files\.\[\r\n\]+\\\$cwd in the path means the current working directory\.\[\r\n\]+\\\$cdir in the path means the compilation directory of the source file\..*" "help show directories" # test help show editing |