[Lldb-commits] [PATCH] D39837: Clean up NativeRegisterContext

2017-11-10 Thread Pavel Labath via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL317881: Clean up NativeRegisterContext (authored by labath). Repository: rL LLVM https://reviews.llvm.org/D39837 Files: lldb/trunk/include/lldb/Host/common/NativeRegisterContext.h lldb/trunk/includ

[Lldb-commits] [PATCH] D39837: Clean up NativeRegisterContext

2017-11-09 Thread Kamil Rytarowski via Phabricator via lldb-commits
krytarowski added a comment. The NetBSD part looks fine. https://reviews.llvm.org/D39837 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [PATCH] D39837: Clean up NativeRegisterContext

2017-11-09 Thread Pavel Labath via Phabricator via lldb-commits
labath created this revision. Herald added subscribers: kbarton, kristof.beyls, arichardson, javed.absar, nemanjai, sdardis, aemerson. This commit removes the concrete_frame_idx member from NativeRegisterContext and related functions, which was always set to zero and never used. I also change th