[all-commits] [llvm/llvm-project] 7504dd: Expose GetAddressingBits() in the Process API.
adrian-prantl via All-commits
all-commits at lists.llvm.org
Wed Mar 23 14:22:48 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7504dd5e00f514628614db8ee07514c73220e597
https://github.com/llvm/llvm-project/commit/7504dd5e00f514628614db8ee07514c73220e597
Author: Adrian Prantl <aprantl at apple.com>
Date: 2022-03-23 (Wed, 23 Mar 2022)
Changed paths:
M lldb/include/lldb/Target/Process.h
M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
Log Message:
-----------
Expose GetAddressingBits() in the Process API.
This is needed by the Swift Plugin.
See also https://github.com/apple/llvm-project/pull/4110.
Differential Revision: https://reviews.llvm.org/D122347
More information about the All-commits
mailing list