Re: [Lazarus] Support for lldb ?

2017-03-19 Thread Dmitry Boyarintsev via Lazarus
On Sat, Mar 18, 2017 at 9:20 AM, Michael Van Canneyt via Lazarus < lazarus@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

Re: [Lazarus] Support for lldb ?

2017-03-19 Thread Graeme Geldenhuys via Lazarus
On 2017-03-18 13:20, Michael Van Canneyt via Lazarus wrote: > Is support for lldb for Lazarus planned ? Maybe it's time the fpdebug (native Object Pascal debugger) gets some more attention, or the FPC team starts implementing there own debugger. What good is a compiler without a debugger (somethin

Re: [Lazarus] Support for lldb ?

2017-03-19 Thread Graeme Geldenhuys via Lazarus
On 2017-03-18 13:20, Michael Van Canneyt via Lazarus wrote: > After 2 days of struggle trying to get gdb to work on mac os sierra, > I've given up. Apple clearly wants you to use lldb. I feel your pain, but at the hardware level. G*D DAMN APPLE! They are driving me insane! What an evil company, pu

[Lazarus] Last diff for MonitorCount

2017-03-19 Thread Alexey via Lazarus
diff has 3 places of same (almost) text: -Result := nil; + if (MonitorHandle = 0) and (MonitorDefault = mdNull) then +Result := nil + else + begin +// the user expects some monitor but handle wasn't found -> the monitor list has probably changed +UpdateMonitors; +for i :

Re: [Lazarus] Lazarus IDE crash

2017-03-19 Thread C Western via Lazarus
On 18/03/17 18:31, Juha Manninen via Lazarus wrote: Please test with r54447. Juha Happy to confirm this is fixed - thank you. Colin -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org http://lists.lazarus-ide.org/listinfo/lazarus