labath requested changes to this revision.
labath added inline comments.
This revision now requires changes to proceed.


================
Comment at: lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp:2038
+  return m_aux_vector->GetAuxValue(type);
+}
----------------
DavidSpickett wrote:
> Do we not get this from the protected `GetAuxValue` on `NativeProcessELF`?
Indeed. We should not reimplement that here. I don't think there's any reason 
the NativeProcessELF function can't be public.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D96459/new/

https://reviews.llvm.org/D96459

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to