diff options
-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 |