diff options
author | Tim Wiederhake <tim.wiederhake@intel.com> | 2016-11-21 16:39:57 +0100 |
---|---|---|
committer | Tim Wiederhake <tim.wiederhake@intel.com> | 2017-02-14 10:57:56 +0100 |
commit | 0a0faf9fc652903d6467fc2bc8609891be730bdb (patch) | |
tree | 4bcf30349748d22e55c1739d91956ea81386ba7d /gdb/NEWS | |
parent | 714aa61c16ec17d75931ae2566acef61981b93ca (diff) | |
download | gdb-0a0faf9fc652903d6467fc2bc8609891be730bdb.zip gdb-0a0faf9fc652903d6467fc2bc8609891be730bdb.tar.gz gdb-0a0faf9fc652903d6467fc2bc8609891be730bdb.tar.bz2 |
Add documentation for new record Python bindings.
Signed-off-by: Tim Wiederhake <tim.wiederhake@intel.com>
gdb/ChangeLog:
* NEWS: Add record Python bindings entry.
gdb/doc/ChangeLog:
* python.texi (Recordings In Python): New section.
Change-Id: Ibacb5930085bff36b0003fde30db9a8178cb280b
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -3,6 +3,10 @@ *** Changes since GDB 7.12 +* Python Scripting + + ** New functions to start, stop and access a running btrace recording. + * GDB now supports recording and replaying rdrand and rdseed Intel 64 instructions. |