summaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorFelix Willgerodt <felix.willgerodt@intel.com>2021-06-16 15:31:23 +0200
committerFelix Willgerodt <felix.willgerodt@intel.com>2021-06-16 15:31:23 +0200
commit3aabdfe15bf9959c81d49a1a0b7452feeb279dbc (patch)
tree05244294921f420de1d01d11e4757f0db29ff017 /gdb
parentcdb2186c9fa91b7f0b224eaaa3681db8dd196251 (diff)
downloadbinutils-gdb-3aabdfe15bf9959c81d49a1a0b7452feeb279dbc.tar.gz
gdb, doc: Fix missed ChangeLog entry.
My previous commit "btrace, doc: Clarify record function-call-history documentation." didn't add this to the actual ChangeLog file. Fix that.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/doc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 80b9f44ad3c..0fa355c9e3b 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,9 @@
+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".
+
2021-06-08 Lancelot Six <lsix@lancelotsix.com>
* python.texi (Writing a Pretty-Printer): Use 'is None' instead of