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

2022-03-23 Thread Adrian Prantl via Phabricator via lldb-commits
aprantl added a comment. This turned out to be unnecessary, because Process already exposes this. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D122347/new/ https://reviews.llvm.org/D122347 ___ lldb-commi

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

2022-03-23 Thread Dave Lee via Phabricator via lldb-commits
kastiglione added inline comments. Comment at: lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp:216 +llvm::Optional ProcessGDBRemote::GetAddressingBits() { + return m_gdb_comm.GetAddressingBits(); +} Thought: should this API return a mask instead? R

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

2022-03-23 Thread Adrian Prantl via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG7504dd5e00f5: Expose GetAddressingBits() in the Process API. (authored by aprantl). Herald added a project: LLDB. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.or

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

2022-03-23 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere accepted this revision. JDevlieghere added a comment. This revision is now accepted and ready to land. LGTM CHANGES SINCE LAST ACTION https://reviews.llvm.org/D122347/new/ https://reviews.llvm.org/D122347 ___ lldb-commits mailing list

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

2022-03-23 Thread Adrian Prantl via Phabricator via lldb-commits
aprantl created this revision. aprantl added reviewers: JDevlieghere, jasonmolenda. Herald added a project: All. aprantl requested review of this revision. See https://github.com/apple/llvm-project/pull/4110 for motivation and context. https://reviews.llvm.org/D122347 Files: lldb/include/lldb