Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Keep py-next/step working in gdb script even when in native code
Summary: When I was testing this I only ever interrupted code directly in the interperter loop. It turns out that if we're in native code (called from the interpreter) we need to manually crank the handle a bit to get to a valid Python frame. Reviewed By: alexmalyshev Differential Revision: D57707850 fbshipit-source-id: a9990e0833240053c7fbddf223fa5b1ce369618e
- Loading branch information