Author Topic: Anyone done any LLDB work?  (Read 4321 times)

Offline AndrewCot

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 678
Anyone done any LLDB work?
« 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.

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: Anyone done any LLDB work?
« Reply #1 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...
« Last Edit: March 11, 2022, 04:42:01 pm by BlueHazzard »

Offline Miguel Gimenez

  • Developer
  • Lives here!
  • *****
  • Posts: 1553
Re: Anyone done any LLDB work?
« Reply #2 on: March 11, 2022, 08:50:09 pm »
The CDB driver from the debugger plugin may be a good start...

elliottdent

  • Guest
Re: Anyone done any LLDB work?
« Reply #3 on: April 22, 2022, 11:42:03 am »
ok i'll look into it thanks