macOS: debugging hell - strange behavior in lldb and gdb

Jacob Carlborg via Digitalmars-d-debugger digitalmars-d-debugger at puremagic.com
Wed Feb 15 04:44:59 PST 2017


On 2017-02-15 09:36, Relja Ljubobratovic wrote:

> Any hints on this behavior with lldb on my system, without -gc flag?
> (step-over works as step-in). Also, forgot to ask - where would I knock
> for a fix? llvm or ldc repo?

Sort answer: LLDB/LLVM. Longer answer:

As John Colvin mentioned in the other post, for GDB there were changes 
required in both DMD and GDB, as far as I recall. But since the changes 
have already been done in DMD, I assume you only need to do changes in LLDB.

-- 
/Jacob Carlborg


More information about the Digitalmars-d-debugger mailing list