numba / numba

NumPy aware dynamic Python compiler using LLVM
https://numba.pydata.org/
BSD 2-Clause "Simplified" License
9.74k stars 1.12k forks source link

lldb support #4989

Open stuartarchibald opened 4 years ago

stuartarchibald commented 4 years ago

Feature request

gdb support works fine but it seems like getting gdb on OSX can be tricky https://stackoverflow.com/questions/59412358/debugging-numba-in-macos, OSX often has lldb available and it'd be nice to support this. I think most of the gdb machinery can be reused/refactored for reuse and then it'll just be a question of writing some command files to get lldb into a known state for use in debugging.

esc commented 4 years ago

This would be cool! 🥶

guilhermeleobas commented 4 years ago

This would be awesome. I can't use gdb because of osx codesigning mechanism.