malor / cpython-lldb

LLDB extension for debugging Python programs
MIT License
80 stars 4 forks source link

Fix a TODO in PyFrameObject._from_frame_heuristic() #28

Closed malor closed 4 years ago

malor commented 4 years ago

Determine the list of general purpose registers using the LLDB API rather than hard-coding it.