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
commit14f819c8c5f7d080e5eea9256f0ec7453aac750e (patch)
tree8c2f4e669722328ad54c9430e0d70568a1e9a4ec /gdb/doc/ChangeLog
parent0ed5da759e34c6e85cb2a9ea0fdc7b680f897a81 (diff)
downloadgdb-14f819c8c5f7d080e5eea9256f0ec7453aac750e.zip
gdb-14f819c8c5f7d080e5eea9256f0ec7453aac750e.tar.gz
gdb-14f819c8c5f7d080e5eea9256f0ec7453aac750e.tar.bz2
Python: Move and rename gdb.BtraceFunction
Remove gdb.BtraceFunctionCall and replace by gdb.FunctionSegment. Additionally, rename prev_segment and next_segment to prev and next.
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r--gdb/doc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 1c43951..f916167 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,5 +1,11 @@
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.
+
+2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
+
* python.texi (Recording in Python): Replace gdb.BtraceInstruction with
gdb.RecordInstruction