diff options
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 5 |
2 files changed, 8 insertions, 2 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 diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index c167a86..5f55a67 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -34690,8 +34690,9 @@ Print the entire architecture configuration. The optional argument @kindex maint print c-tdesc @item maint print c-tdesc Print the current target description (@pxref{Target Descriptions}) as -a C source file. The created source file can be used in @value{GDBN} -when an XML parser is not available to parse the description. +a C source file. The created source file is built into @value{GDBN} +when @value{GDBN} is built again. This command is used by developers +after they add or modify XML target descriptions. @kindex maint print dummy-frames @item maint print dummy-frames |