aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
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.h
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.h')
-rw-r--r--lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
index a227e99..50cef8e4 100644
--- a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
+++ b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
@@ -72,8 +72,6 @@ public:
ArchSpec GetSystemArchitecture() override;
- llvm::Optional<uint32_t> GetAddressingBits() override;
-
// Check if a given Process
bool CanDebug(lldb::TargetSP target_sp,
bool plugin_specified_by_name) override;