C LLDB

I've just been reading this wiki page on the FreeBSD wiki:


It seems pretty out of date. The latest version of FreeBSD mentioned is 10.3 RELEASE and 11 CURRENT. I'm assuming this no longer requires Python 2.7 either, as that has been unsupported for quite a while, and the currently supported Python versions are 3.7 and newer. Also, the wiki says that remote debugging is a work in progress, but the link leads to a 404.

Can someone point me in the right direction here, please?
 
It's part of the base now in 13.x release. May be even earlier. See /usr/src/contrib/llvm-project/lldb. I believe it supports remote debugging.
 
Back
Top