diff options
author | Felix Willgerodt <felix.willgerodt@intel.com> | 2019-02-25 15:30:29 +0100 |
---|---|---|
committer | Felix Willgerodt <felix.willgerodt@intel.com> | 2024-08-14 11:20:56 +0200 |
commit | 8958aefd34200c8d2cd6e81bba32198468789c62 (patch) | |
tree | 3811d80cd4d2a0743da4ab090cfd5640ef8c4c42 /gdb/NEWS | |
parent | bea4f6fac4e0b1700188fad19499c62c46f8e70d (diff) | |
download | fsf-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/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |