[Lldb-commits] [PATCH] D38897: Add specific ppc64le hardware watchpoint handler
Ana Julia Caetano via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 23 08:09:12 PDT 2017
anajuliapc added inline comments.
================
Comment at: source/Plugins/Process/Linux/NativeRegisterContextLinux_ppc64le.cpp:59
+
+ enum watch_mode {
+ write_mode = 1,
----------------
I just realized I forgot to remove the enum I've created before. I know you already accepted this patch, but may I update it anyway?
https://reviews.llvm.org/D38897
More information about the lldb-commits
mailing list