]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
btrace, doc: Clarify record function-call-history documentation.
authorFelix Willgerodt <felix.willgerodt@intel.com>
Wed, 16 Jun 2021 11:06:11 +0000 (13:06 +0200)
committerFelix Willgerodt <felix.willgerodt@intel.com>
Wed, 16 Jun 2021 11:55:25 +0000 (13:55 +0200)
commitcdb2186c9fa91b7f0b224eaaa3681db8dd196251
tree2716afa5b943981e2b5c2721e98f5b556d4cecb8
parent8457e5ecc45295bc9550c4f705a276d5ca90d908
btrace, doc: Clarify record function-call-history documentation.

The documentation for 'record function-call-history' mentions lines instead
of functions when talking about the number of functions printed, as currently
there is only one line printed per function.  Yet the code actually handles
this on function granularity not on line basis.  Future patches will
extend the number of lines printed per function.  This also makes it
consistent with the 'record instruction-history' command, where multiple
lines can be printed per instruction.

gdb/doc/ChangeLog:
2021-06-16  Felix Willgerodt  <felix.willgerodt@intel.com>

* gdb.texinfo (Process Record and Replay): Stop mentioning lines
for "record function-call-history" and
"set record function-call-history-size".
gdb/doc/gdb.texinfo