aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorFelix Willgerodt <felix.willgerodt@intel.com>2019-02-25 15:30:29 +0100
committerFelix Willgerodt <felix.willgerodt@intel.com>2024-08-14 11:20:56 +0200
commit8958aefd34200c8d2cd6e81bba32198468789c62 (patch)
tree3811d80cd4d2a0743da4ab090cfd5640ef8c4c42 /gdb/NEWS
parentbea4f6fac4e0b1700188fad19499c62c46f8e70d (diff)
downloadfsf-binutils-gdb-8958aefd34200c8d2cd6e81bba32198468789c62.zip
fsf-binutils-gdb-8958aefd34200c8d2cd6e81bba32198468789c62.tar.gz
fsf-binutils-gdb-8958aefd34200c8d2cd6e81bba32198468789c62.tar.bz2
python: Add clear() to gdb.Record.
This function allows to clear the trace data from python, forcing to re-decode the trace for successive commands. This will be used in future ptwrite patches, to trigger re-decoding when the ptwrite filter changes. Reviewed-By: Eli Zaretskii <eliz@gnu.org> Approved-By: Markus Metzger <markus.t.metzger@intel.com>
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index c656ea7..dfcabb1 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -3,6 +3,11 @@
*** Changes since GDB 15
+* Python API
+
+ ** Added gdb.record.clear. Clears the trace data of the current recording.
+ This forces re-decoding of the trace for successive commands.
+
* Debugger Adapter Protocol changes
** The "scopes" request will now return a scope holding global