New submission from Phil Muldoon:
(gdb) py-bt
#2 Frame 0xef8180, for file , line 1, in ()
Python Exception (2, 'No such file or directory',
''):
Error occurred in Python command: (2, 'No such file or directory', '')
This is the actual raw frame
Phil Muldoon added the comment:
Yes I did truncate the output, the backtrace was very long.
This is my scenario:
gdb --args ./gdb
When the superior gdb loads, I did:
(top-gdb) b frapy_pc
(top-gdb) run
In the inferior gdb, I did:
(gdb) start
(gdb) py g = gdb.selected_frame()
(gdb) py print