[Lldb-commits] [PATCH] D122347: Expose GetAddressingBits() in the Process API

Dave Lee via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 23 15:08:15 PDT 2022


kastiglione added inline comments.


================
Comment at: lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp:216
+llvm::Optional<uint32_t> ProcessGDBRemote::GetAddressingBits() {
+  return m_gdb_comm.GetAddressingBits();
+}
----------------
Thought: should this API return a mask instead?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D122347



More information about the lldb-commits mailing list