Open malor opened 1 week ago
See https://github.com/malor/cpython-lldb/issues/71 for the motivation. We can implement something like https://github.com/kastiglione/lldb-helpers and attach breakpoint commands that would use the implementation of PyFrameObject to figure out the name of the application level function being executed.
PyFrameObject
See https://github.com/malor/cpython-lldb/issues/71 for the motivation. We can implement something like https://github.com/kastiglione/lldb-helpers and attach breakpoint commands that would use the implementation of
PyFrameObject
to figure out the name of the application level function being executed.