aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2022-03-23 15:27:38 -0700
committerAdrian Prantl <aprantl@apple.com>2022-03-23 15:28:34 -0700
commit12606d16bc3e1c75eefc781863b199b930137068 (patch)
treefd67f557751c588d4314ca65f9b71f4fd9f52863 /lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
parent0d16c23af1da2e7c83c84cf64f8b76947f038044 (diff)
downloadllvm-12606d16bc3e1c75eefc781863b199b930137068.zip
llvm-12606d16bc3e1c75eefc781863b199b930137068.tar.gz
llvm-12606d16bc3e1c75eefc781863b199b930137068.tar.bz2
Revert "Expose GetAddressingBits() in the Process API."
This reverts commit 7504dd5e00f514628614db8ee07514c73220e597. In newer review feedback it was pointed out that there is a better API for this in Process::GetCodeAddressMask().
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp')
-rw-r--r--lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
index 1274732..2e652e1 100644
--- a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
+++ b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
@@ -212,10 +212,6 @@ ArchSpec ProcessGDBRemote::GetSystemArchitecture() {
return m_gdb_comm.GetHostArchitecture();
}
-llvm::Optional<uint32_t> ProcessGDBRemote::GetAddressingBits() {
- return m_gdb_comm.GetAddressingBits();
-}
-
bool ProcessGDBRemote::CanDebug(lldb::TargetSP target_sp,
bool plugin_specified_by_name) {
if (plugin_specified_by_name)