This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pmuldoon
Recipients dmalcolm, pmuldoon, tromey
Date 2013-06-14.15:58:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371225528.72.0.966094346525.issue18213@psf.upfronthosting.co.za>
In-reply-to
Content
Yes I did truncate the output, the backtrace was very long.

This is my scenario:

gdb --args ./gdb <somefile>

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 g.pc()

This will hit the breakpoint in the inferior gdb and you will be returned to the superior gdb.  I then did:

(top-gdb) py-bt
History
Date User Action Args
2013-06-14 15:58:48pmuldoonsetrecipients: + pmuldoon, dmalcolm, tromey
2013-06-14 15:58:48pmuldoonsetmessageid: <1371225528.72.0.966094346525.issue18213@psf.upfronthosting.co.za>
2013-06-14 15:58:48pmuldoonlinkissue18213 messages
2013-06-14 15:58:48pmuldooncreate