diff options
author | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2000-06-19 14:56:21 +0000 |
---|---|---|
committer | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2000-06-19 14:56:21 +0000 |
commit | 3e6c8688d2383042ba3ed8441a2f8db9ea67fd9f (patch) | |
tree | 89e249208a41cc620f008e84bec787c0251f4d44 /gdb | |
parent | 750ba3824fea2961470efaf68b77255c2d0228a3 (diff) | |
download | gdb-3e6c8688d2383042ba3ed8441a2f8db9ea67fd9f.zip gdb-3e6c8688d2383042ba3ed8441a2f8db9ea67fd9f.tar.gz gdb-3e6c8688d2383042ba3ed8441a2f8db9ea67fd9f.tar.bz2 |
2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
* gdb.base/maint.exp: Add 'maint print architecture' item to output
of 'help maint print' command.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/testsuite/gdb.base/maint.exp | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index fcadf74..7c20284 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com> + + * gdb.base/maint.exp: Add 'maint print architecture' item to output + of 'help maint print' command. + Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com> * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that diff --git a/gdb/testsuite/gdb.base/maint.exp b/gdb/testsuite/gdb.base/maint.exp index 4c64b97..4bf00e5 100644 --- a/gdb/testsuite/gdb.base/maint.exp +++ b/gdb/testsuite/gdb.base/maint.exp @@ -591,7 +591,7 @@ gdb_expect { send_gdb "help maint print\n" gdb_expect { - -re "Maintenance command for printing GDB internal state\\.\[\r\n\]+List of maintenance print subcommands:\[\r\n\]+maintenance print msymbols -- Print dump of current minimal symbol definitions.*maintenance print objfiles -- Print dump of current object file definitions.*maintenance print psymbols -- Print dump of current partial symbol definitions.*maintenance print statistics -- Print statistics about internal gdb state.*maintenance print symbols -- Print dump of current symbol definitions.*maintenance print type -- Print a type chain for a given symbol.*Type .help maintenance print. followed by maintenance print subcommand name for full documentation\\.\[\r\n\]+Command name abbreviations are allowed if unambiguous\\..*$gdb_prompt $"\ + -re "Maintenance command for printing GDB internal state\\.\[\r\n\]+List of maintenance print subcommands:\[\r\n\]+maintenance print architecture -- Print the internal architecture configuration.*maintenance print msymbols -- Print dump of current minimal symbol definitions.*maintenance print objfiles -- Print dump of current object file definitions.*maintenance print psymbols -- Print dump of current partial symbol definitions.*maintenance print statistics -- Print statistics about internal gdb state.*maintenance print symbols -- Print dump of current symbol definitions.*maintenance print type -- Print a type chain for a given symbol.*Type .help maintenance print. followed by maintenance print subcommand name for full documentation\\.\[\r\n\]+Command name abbreviations are allowed if unambiguous\\..*$gdb_prompt $"\ { pass "help maint print" } -re ".*$gdb_prompt $" { fail "help maint print" } timeout { fail "(timeout) help maint print" } |