On 24/02/17 08:40, Jonas Maebe wrote:

On 23 Feb 2017, at 19:10, Jeremy Thompson <jer...@warehousesports.com> wrote:

I am experiencing some LLDB problems in macOS Sierra 10.12.3 with Xcode 8.2.1.  
Its running the LLVM compiler with FPC 2.6.4.  I can no longer get breakpoints 
to function, they get skipped over.

Short answer: update to FPC 3.0.2 and use its -godwarfcpp option.

The long answer will have to wait till tonight.

The long answer is that since some people have started working on (very preliminary) Pascal support in lldb, at some point they disabled pretty much all C/C++ functionality for non-C/C++ languages in lldb. With as a result that almost nothing works anymore if the debug information specifies that the source language is Pascal, and simply changing it to claim that the program was compiled from C or C++ (which is more or less what -godwarfcpp does) restores the debugger functionality.


Jonas

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to