[lldb-dev] logic reversal in StackFrame::Disassemble in r287189
Carlo Kok via lldb-dev
lldb-dev at lists.llvm.org
Mon Feb 27 04:24:10 PST 2017
I think something went wrong in r287189:
https://github.com/llvm-mirror/lldb/commit/dfd7c7c89c00bbffcb130cf51cd33058ecb5dfcd#diff-3adb8d2b6f1642f0ae63c3cd9326d6e4L221
First it checked if the disassembly was empty, if not it filled it, now
it returns null if it's empty (which it will always be initially)
--
Carlo Kok
RemObjects Software
More information about the lldb-dev
mailing list