* dwarf2read.c (_initialize_dwarf2_read): Fix help text of
"save gdb-index" command.
This commit is contained in:
parent
cee43517c5
commit
fc1a9d6e90
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2010-12-15 Doug Evans <dje@google.com>
|
||||
|
||||
* dwarf2read.c (_initialize_dwarf2_read): Fix help text of
|
||||
"save gdb-index" command.
|
||||
|
||||
2010-12-15 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* infrun.c (save_infcall_control_state): Handle the
|
||||
|
|
|
@ -15839,7 +15839,7 @@ The value is the maximum depth to print."),
|
|||
|
||||
c = add_cmd ("gdb-index", class_files, save_gdb_index_command,
|
||||
_("\
|
||||
Save a .gdb-index file.\n\
|
||||
Save a gdb-index file.\n\
|
||||
Usage: save gdb-index DIRECTORY"),
|
||||
&save_cmdlist);
|
||||
set_cmd_completer (c, filename_completer);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue