31i73 / atom-dbg

An Atom package - An interactive debugger frontend
https://atom.io/packages/dbg
MIT License
30 stars 4 forks source link

lldb dbgProvider #5

Closed dschwen closed 7 years ago

dschwen commented 7 years ago

Are there any plans for an lldb provider? It looks like that should be a fairly straight forward task. If there are no other takers I could have a look.

ProPuke commented 7 years ago

I did actually try building for lldb first, but ended up switching to gdb instead (I think I was still using MI in lldb, and it had a few compatibility issues, so gdb made more sense). GDB's "good-enough" for me atm, so I don't have plans.

Feel free if you want to tackle it :D