[Lazarus] Support for lldb ?

Dmitry Boyarintsev skalogryz.lists at gmail.com
Mon Mar 20 04:17:52 CET 2017


On Sat, Mar 18, 2017 at 9:20 AM, Michael Van Canneyt via Lazarus <
lazarus at lists.lazarus-ide.org> wrote:

> Is support for lldb for Lazarus planned ?


Technically, it should not be a problem.
lldb allows to debug any application, it's not llvm specific at all.

I'm actually using lldb a little bit, for iphone-laz extension.
Nothing fancy - it launches a simulator and then hijacks its stdout (by
redirecting it from the simulator app) to be shown on the IDE side. It
works just fine for fpc compiled apps.

Back in a days (pre lldb era), I tried to adapt Apple's gdb for Lazarus
needs, but couldn't figure out Lazarus debugger apis. (it was too gnu gdb
oriented). It has changed since, but I didn't touch it.

thanks,
Dmitry
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20170319/d0fd1de5/attachment.html>


More information about the Lazarus mailing list