<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Sat, Mar 18, 2017 at 9:20 AM, Michael Van Canneyt via Lazarus <span dir="ltr"><<a href="mailto:lazarus@lists.lazarus-ide.org" target="_blank">lazarus@lists.lazarus-ide.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Is support for lldb for Lazarus planned ?</blockquote><div><br></div><div>Technically, it should not be a problem. </div><div>lldb allows to debug any application, it's not llvm specific at all.</div><div><br></div><div>I'm actually using lldb a little bit, for iphone-laz extension.</div><div>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.</div><div><br></div><div>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.</div><div><br></div><div>thanks,</div><div>Dmitry</div></div></div></div>