diff options
author | Yao Qi <yao.qi@linaro.org> | 2017-07-18 12:39:22 +0100 |
---|---|---|
committer | Yao Qi <yao.qi@linaro.org> | 2017-07-18 12:39:22 +0100 |
commit | c646b4e87f4b3445f83d48fa7d85999dd702c50f (patch) | |
tree | c5fb6b8b1079442da23336b0811d659c7547424b /gdb/doc/ChangeLog | |
parent | b6a577132682c291255f91a6bb56a3817048e905 (diff) | |
download | gdb-c646b4e87f4b3445f83d48fa7d85999dd702c50f.zip gdb-c646b4e87f4b3445f83d48fa7d85999dd702c50f.tar.gz gdb-c646b4e87f4b3445f83d48fa7d85999dd702c50f.tar.bz2 |
Improve doc about "maint print c-tdesc"
In my patch extending command "maint print c-tdesc"
(https://sourceware.org/ml/gdb-patches/2017-06/msg00286.html), Eli
raised some questions on the existing doc to this command. It is not
very clear, so this patch improves it. Eli approved it.
gdb/doc:
2017-07-18 Yao Qi <yao.qi@linaro.org>
* gdb.texinfo (Maintenance Commands): Improve the doc to
command "maint print c-tdesc".
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r-- | gdb/doc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 8c7c3da..2a4330b 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2017-07-18 Yao Qi <yao.qi@linaro.org> + + * gdb.texinfo (Maintenance Commands): Improve the doc to + command "maint print c-tdesc". + 2017-06-20 Sergio Durigan Junior <sergiodj@redhat.com> PR gdb/21606 |