[Lldb-commits] [lldb] [lldb] Upstream and adopt ReadUnsignedIntegersFromMemory in AppleObjCRuntimeV2 (PR #190564)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Tue Apr 7 09:57:26 PDT 2026
================
@@ -739,7 +764,7 @@ ExtractRuntimeGlobalSymbol(Process *process, ConstString name,
if (!byte_size)
byte_size = process->GetAddressByteSize();
const Symbol *symbol =
- module_sp->FindFirstSymbolWithNameAndType(name, lldb::eSymbolTypeData);
+ module_sp->FindFirstSymbolWithNameAndType(name, sym_type);
----------------
JDevlieghere wrote:
Fair enough, I'll unstage it.
https://github.com/llvm/llvm-project/pull/190564
More information about the lldb-commits
mailing list