Files
clang-p2996/lldb/source
Jonas Devlieghere c04e804a31 [lldb] Eliminate check for HasLoadedSections (NFC) (#145366)
We can omit the call to Target::HasLoadedSections as
Address::HasLoadedSections already "does the right thing" and returns
LLDB_INVALID_ADDRESS if no sections are loaded.
2025-06-24 16:24:16 -07:00
..