aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/ChangeLog
diff options
context:
space:
mode:
authorTim Wiederhake <tim.wiederhake@intel.com>2017-05-02 11:35:54 +0200
committerTim Wiederhake <tim.wiederhake@intel.com>2017-05-02 11:35:54 +0200
commitd050f7d7f474c7e3ba26902a9cbb185910921a11 (patch)
tree68ee8305e83ce6d0cfcf17b91454d98693e01ecd /gdb/doc/ChangeLog
parent14f819c8c5f7d080e5eea9256f0ec7453aac750e (diff)
downloadgdb-d050f7d7f474c7e3ba26902a9cbb185910921a11.zip
gdb-d050f7d7f474c7e3ba26902a9cbb185910921a11.tar.gz
gdb-d050f7d7f474c7e3ba26902a9cbb185910921a11.tar.bz2
Python: Introduce gdb.Instruction class
This adds a generic instruction class to Python and has gdb.RecordInstruction inherit from it.
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r--gdb/doc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index f916167..8afb2e5 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,5 +1,10 @@
2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
+ * python.texi (Recording in Python): Factor out the documentation of
+ gdb.RecordInstruction's super class.
+
+2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
+
* python.texi (Recording in Python): Replace gdb.BtraceFunction with
gdb.RecordFunctionSegment. Rename prev_sibling and next_sibling to
prev and next.