[Lldb-commits] [PATCH] D25756: FreeBSD ARM support for software single step.
Ed Maste via lldb-commits
lldb-commits at lists.llvm.org
Thu Oct 20 09:58:04 PDT 2016
emaste added a comment.
On a quick look this seems OK. I'll try to test/review in detail.
================
Comment at: source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp:925
+
+ // eRegisterKindDWARF -> RegsiterValue
+ std::unordered_map<uint32_t, RegisterValue> m_register_values;
----------------
typo here
Repository:
rL LLVM
https://reviews.llvm.org/D25756
More information about the lldb-commits
mailing list