This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Add kindex and cindex for 'maint print msymbols'


Hi,
When reading the GDB manual, I find the kindex and cindex is missing
for command 'maint print msymbols'.  This patch is to add kindex and
cindex.  Is it OK?

gdb/doc:

2013-06-06  Yao Qi  <yao@codesourcery.com>

	* gdb.texinfo (Symbols): Add kindex and cindex for
	'maint print msymbols'.
---
 gdb/doc/gdb.texinfo |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 6f27839..688b63e 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -15856,6 +15856,8 @@ Show whether opaque types are resolved or not.
 @cindex symbol dump
 @kindex maint print psymbols
 @cindex partial symbol dump
+@kindex maint print msymbols
+@cindex minimal symbol dump
 @item maint print symbols @var{filename}
 @itemx maint print psymbols @var{filename}
 @itemx maint print msymbols @var{filename}
-- 
1.7.7.6


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]