2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
authorElena Zannoni <ezannoni@kwikemart.cygnus.com>
Mon, 19 Jun 2000 14:56:21 +0000 (14:56 +0000)
committerElena Zannoni <ezannoni@kwikemart.cygnus.com>
Mon, 19 Jun 2000 14:56:21 +0000 (14:56 +0000)
        * gdb.base/maint.exp: Add 'maint print architecture' item to output
        of 'help maint print' command.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/maint.exp

index fcadf748cc380f89d40d0e7045eaf07e6bc51a4a..7c20284e393e1656f0b64089d0b81c664297ca8f 100644 (file)
@@ -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
index 4c64b97356312d7e4f3fc555ddd3d86717dbc17e..4bf00e5233f51dd9d0e8cefc0c4844e04511f67f 100644 (file)
@@ -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" }
This page took 0.05959 seconds and 4 git commands to generate.