diff options
author | Yao Qi <yao.qi@linaro.org> | 2017-06-15 17:05:04 +0100 |
---|---|---|
committer | Yao Qi <yao.qi@linaro.org> | 2017-06-20 11:34:11 +0100 |
commit | bc551008e618bdb990177fef8ebe0fff73c7478d (patch) | |
tree | b72c1912300013b79bd0a9d6f13594b82695d6e3 | |
parent | 5beda609bdfbc500ad3fadef714193385c604d74 (diff) | |
download | gdb-bc551008e618bdb990177fef8ebe0fff73c7478d.zip gdb-bc551008e618bdb990177fef8ebe0fff73c7478d.tar.gz gdb-bc551008e618bdb990177fef8ebe0fff73c7478d.tar.bz2 |
Generate c for feature instead of tdesc
gdb/doc:
2017-06-15 Yao Qi <yao.qi@linaro.org>
:
* gdb.texinfo (a C source file. By default, the target description is for the current):
-rw-r--r-- | gdb/doc/gdb.texinfo | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 04d344e..08a7681 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -34694,7 +34694,9 @@ a C source file. By default, the target description is for the current target, but if the optional argument @var{file} is provided, that file is used to produce the description. The @var{file} should be an XML document, of the form described in @ref{Target Description Format}. -The created source file is built into @value{GDBN}. +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 |