[Lldb-commits] [PATCH] D12791: Complete register kind naming cleanups in lldb -- required touching all register table definitions
Tamas Berghammer via lldb-commits
lldb-commits at lists.llvm.org
Tue Sep 15 02:27:10 PDT 2015
tberghammer added a comment.
Those tests are communicating on the gdb remote protocol directly and do a pattern matching on the response. I think they have the register set names hard coded in one of those patters, but haven't looked into it (I expect that they will fail on OSX too).
http://reviews.llvm.org/D12791
More information about the lldb-commits
mailing list