]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/testsuite/ChangeLog
PR python/18565 - make Frame.function work for inline frames
authorTom Tromey <tom@tromey.com>
Mon, 13 Jun 2016 02:45:29 +0000 (20:45 -0600)
committerTom Tromey <tom@tromey.com>
Wed, 3 Aug 2016 15:04:08 +0000 (09:04 -0600)
commit282a0691a725d1f6653840728449adb297c8c856
treeebe5354b41485c4c960bf80fc07a9a78f8373d78
parentd10153cfc6cb319a75ceb3e3d34ac30efa17e518
PR python/18565 - make Frame.function work for inline frames

PR python/18565 notes that calling frame filters don't work properly for
inlined functions.  This happens because Frame.function on an inline
frame will yield the wrong result.  This patch changes this code to use
find_frame_funname instead, which handles inline frames properly.

Built and regtested on x86-64 Fedora 24.

2016-08-03  Tom Tromey  <tom@tromey.com>

PR python/18565:
* python/py-frame.c (frapy_function): Use find_frame_funname.

2016-08-03  Tom Tromey  <tom@tromey.com>

PR python/18565:
* gdb.python/py-frame-inline.exp: Add Frame.function test.
gdb/ChangeLog
gdb/python/py-frame.c
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.python/py-frame-inline.exp