diff options
author | Adrian Prantl <aprantl@apple.com> | 2022-03-23 15:27:38 -0700 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2022-03-23 15:28:34 -0700 |
commit | 12606d16bc3e1c75eefc781863b199b930137068 (patch) | |
tree | fd67f557751c588d4314ca65f9b71f4fd9f52863 /lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h | |
parent | 0d16c23af1da2e7c83c84cf64f8b76947f038044 (diff) | |
download | llvm-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.h | 2 |
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; |