malor / cpython-lldb

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

handle case if there are no symbols found #14

Closed crepererum closed 4 years ago

crepererum commented 5 years ago

I admit that the symbol stripping is hackish, but it works. Also, I currently cannot get Python 3.7 to work (even without this patch, seems some issue with debug symbols in the images).

Fixes #13

crepererum commented 5 years ago

Blocked by #15

malor commented 4 years ago

Sorry, Marco! I dropped the ball for a long while :(