Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: AndrewCot on March 11, 2022, 01:46:10 am

Title: Anyone done any LLDB work?
Post by: AndrewCot on March 11, 2022, 01:46:10 am
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.
Title: Re: Anyone done any LLDB work?
Post by: BlueHazzard on March 11, 2022, 04:36:56 pm
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...
Title: Re: Anyone done any LLDB work?
Post by: Miguel Gimenez on March 11, 2022, 08:50:09 pm
The CDB driver from the debugger plugin may be a good start...
Title: Re: Anyone done any LLDB work?
Post by: elliottdent on April 22, 2022, 11:42:03 am
ok i'll look into it thanks