[Lldb-commits] [PATCH] D12556: Introduce new address class eAddressClassDataIntermixedCode

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 2 11:36:33 PDT 2015


clayborg added a comment.

So:

  target->GetOpcodeLoadAddress (return_load_addr, eAddressClassCode);

Would get used in the stack backtracing code that is currently looking up the real address class of the return address...


http://reviews.llvm.org/D12556





More information about the lldb-commits mailing list