projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cee4351
)
* dwarf2read.c (_initialize_dwarf2_read): Fix help text of
author
Doug Evans
<dje@google.com>
Thu, 16 Dec 2010 01:43:01 +0000
(
01:43
+0000)
committer
Doug Evans
<dje@google.com>
Thu, 16 Dec 2010 01:43:01 +0000
(
01:43
+0000)
"save gdb-index" command.
gdb/ChangeLog
patch
|
blob
|
history
gdb/dwarf2read.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index f8eb4c7ae0eb7dbfbf69c64282d134dfa0122c4b..65860cb348f61a6daa71fc1bbb22ee985ce6f6a2 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-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
diff --git
a/gdb/dwarf2read.c
b/gdb/dwarf2read.c
index 2b48ff337b5f43e91a3bde6b719de02432ab5fbc..80770f8214705e0db5eaa42720a0885a9745d0c0 100644
(file)
--- a/
gdb/dwarf2read.c
+++ b/
gdb/dwarf2read.c
@@
-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);