[Lldb-commits] [PATCH] Add an alternative CFA type.

Justin Hibbits jrh29 at alumni.cwru.edu
Sat Nov 8 18:17:01 PST 2014


Hi jasonmolenda,

PowerPC handles the stack chain with the current stack pointer being a pointer
to the backchain (CFA).  LLDB currently has no way of handling this, so this
adds a "CFA is dereferenced from a register" type.

Discussed with Jason Molenda, who also provided the initial patch for this.

http://reviews.llvm.org/D6182

Files:
  include/lldb/Symbol/UnwindPlan.h
  source/Plugins/Process/Utility/RegisterContextLLDB.cpp
  source/Plugins/Process/Utility/RegisterContextLLDB.h
  source/Symbol/UnwindPlan.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D6182.15955.patch
Type: text/x-patch
Size: 11039 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20141109/c8e54101/attachment.bin>


More information about the lldb-commits mailing list