News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Anyone done any LLDB work?

Started by AndrewCot, March 11, 2022, 01:46:10 AM

Previous topic - Next topic

AndrewCot

I have looked at getting GDB working on MacOS so I can debug C::B using C::B using the new workspace/projects that I have "working", BUT it does not look nice or simple as I am not a MacOS user/dev. The other option is to use the LLDB debugger.

As such has anyone done any work on getting C::B working/talking to LLDB? Even if it is not working or bad or not compiling anymore I am still interested as I am used to working with these type of source trees.

BlueHazzard

#1
i even have not heard of it.....

[edit:] looking at https://lldb.llvm.org/use/map.html it should be not that hard to create a plugin. parsing the response could be tricky...

Miguel Gimenez

The CDB driver from the debugger plugin may be a good start...

elliottdent