On Sat, Mar 18, 2017 at 9:20 AM, Michael Van Canneyt via Lazarus <
[email protected]> 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
-- 
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to