Revert "[NFC] Refactor symbol table parsing."
This reverts commit 951b107eed.
Buildbots were failing, there is a deadlock in /Users/gclayton/Documents/src/llvm/clean/llvm-project/lldb/test/Shell/SymbolFile/DWARF/DW_AT_range-DW_FORM_sec_offset.s when ELF files try to relocate things.
This commit is contained in:
@@ -110,7 +110,7 @@ public:
|
||||
|
||||
lldb_private::AddressClass GetAddressClass(lldb::addr_t file_addr) override;
|
||||
|
||||
void ParseSymtab(lldb_private::Symtab &symtab) override;
|
||||
lldb_private::Symtab *GetSymtab() override;
|
||||
|
||||
bool IsStripped() override;
|
||||
|
||||
@@ -123,7 +123,7 @@ public:
|
||||
lldb_private::UUID GetUUID() override;
|
||||
|
||||
/// Return the contents of the .gnu_debuglink section, if the object file
|
||||
/// contains it.
|
||||
/// contains it.
|
||||
llvm::Optional<lldb_private::FileSpec> GetDebugLink();
|
||||
|
||||
uint32_t GetDependentModules(lldb_private::FileSpecList &files) override;
|
||||
@@ -384,7 +384,7 @@ private:
|
||||
lldb_private::UUID &uuid);
|
||||
|
||||
bool AnySegmentHasPhysicalAddress();
|
||||
|
||||
|
||||
/// Takes the .gnu_debugdata and returns the decompressed object file that is
|
||||
/// stored within that section.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user