OSDN Git Service

* dwarf2read.c (_initialize_dwarf2_read): Add usage info to help text
authordevans <devans>
Sat, 2 Oct 2010 05:47:44 +0000 (05:47 +0000)
committerdevans <devans>
Sat, 2 Oct 2010 05:47:44 +0000 (05:47 +0000)
for `save gdb-index' command.

gdb/ChangeLog
gdb/dwarf2read.c

index 1ef516d..d119872 100644 (file)
@@ -1,3 +1,8 @@
+2010-10-01  Doug Evans  <dje@google.com>
+
+       * dwarf2read.c (_initialize_dwarf2_read): Add usage info to help text
+       for `save gdb-index' command.
+
 2010-10-01  Tom Tromey  <tromey@redhat.com>
 
        * symfile.h (allocate_symtab): Update.
index 774f981..302f81f 100644 (file)
@@ -15368,6 +15368,7 @@ write_psymtabs_to_index (struct objfile *objfile, const char *dir)
    6. The constant pool.  This is simply a bunch of bytes.  It is
    organized so that alignment is correct: CU vectors are stored
    first, followed by strings.  */
+
 static void
 save_gdb_index_command (char *arg, int from_tty)
 {
@@ -15470,7 +15471,9 @@ The value is the maximum depth to print."),
                            &setdebuglist, &showdebuglist);
 
   c = add_cmd ("gdb-index", class_files, save_gdb_index_command,
-              _("Save a .gdb-index file"),
+              _("\
+Save a .gdb-index file.\n\
+Usage: save gdb-index DIRECTORY"),
               &save_cmdlist);
   set_cmd_completer (c, filename_completer);
 }