Re: [lldb-dev] Stumped on the missing FindExternalLexicalDecls call

2019-12-02 Thread Raphael “Teemperor” Isemann via lldb-dev
Sorry for the late reply. Can you share a reproducer for this with upstream LLDB? Otherwise it would also help if you could share a backtrace for when LLDB calls the correct FindExternalLexicalDecls (that way we know if this was coming from just Clang’s normal parsing process or if there is some

[lldb-dev] Stumped on the missing FindExternalLexicalDecls call

2019-09-29 Thread Nat! via lldb-dev
After a long wild goose chase, that didn't get me nowhere I am looking for some help. Basically what's not working for me anymore in 9.0.0 is the "expression" printer `p` (not `po`). Technically that is a JIT compiled Objective-C category method, where the resulting binary code gets extracted fr