gdb/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Sun, 17 Apr 2011 14:14:23 +0000 (14:14 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Sun, 17 Apr 2011 14:14:23 +0000 (14:14 +0000)
commit626e7282148f31aa82bcdaffe613fcf326914d76
treed1163341549e03afed609ee03c75d8f8e37ebd88
parent45bbae5e3c5d55baf978e1acb5cb85dd8204d5eb
gdb/
Fix Python access to inlined frames.
* python/py-frame.c (frapy_read_var): Find BLOCK using get_frame_block.
* python/py-symbol.c (gdbpy_lookup_symbol): Likewise.

gdb/testsuite/
Fix Python access to inlined frames.
* gdb.python/py-frame-inline.c: New file.
* gdb.python/py-frame-inline.exp: New file.
gdb/ChangeLog
gdb/python/py-frame.c
gdb/python/py-symbol.c
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.python/py-frame-inline.c [new file with mode: 0644]
gdb/testsuite/gdb.python/py-frame-inline.exp [new file with mode: 0644]
This page took 0.033425 seconds and 4 git commands to generate.