[Lldb-commits] [lldb] [lldb][API] Add Find(Ranges)InMemory() to Process SB API (PR #95007)
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Thu Jun 20 11:22:37 PDT 2024
================
@@ -64,7 +64,7 @@ bool SBAddressRange::operator!=(const SBAddressRange &rhs) {
void SBAddressRange::Clear() {
LLDB_INSTRUMENT_VA(this);
- m_opaque_up.reset();
+ m_opaque_up->Clear();
----------------
clayborg wrote:
This is no longer needed right? This PR contains this fix right? https://github.com/llvm/llvm-project/pull/95997
https://github.com/llvm/llvm-project/pull/95007
More information about the lldb-commits
mailing list