[Lldb-commits] [PATCH] D19305: Use Process Plugin register indices when communicating with remote

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Wed Apr 20 09:53:47 PDT 2016


clayborg accepted this revision.
clayborg added a comment.
This revision is now accepted and ready to land.

Looks good. As to Jason's comment about a register number class: I wanted RegisterContext classes to be able to statically initialize an array or RegisterInfo structs without having to call C++ constructors. That is the main reason the register numbers are just an array.


http://reviews.llvm.org/D19305





More information about the lldb-commits mailing list