mirror of
https://github.com/intel/llvm.git
synced 2026-01-24 08:30:34 +08:00
ObjectFileELF::GetModuleSpecifications on Linux should work now.
Which means "platform process list" should work and list the architecture. We are now parsing the elf build-id if it exists, which should allow us to load stripped symbols (looking at that next). llvm-svn: 182610
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
#include "lldb/lldb-private.h"
|
||||
#include "lldb/Host/FileSpec.h"
|
||||
#include "lldb/Symbol/ObjectFile.h"
|
||||
#include "lldb/Core/UUID.h"
|
||||
|
||||
#include "ELFHeader.h"
|
||||
|
||||
@@ -154,6 +155,9 @@ private:
|
||||
/// ELF file header.
|
||||
elf::ELFHeader m_header;
|
||||
|
||||
/// ELF build ID
|
||||
lldb_private::UUID m_uuid;
|
||||
|
||||
/// Collection of program headers.
|
||||
ProgramHeaderColl m_program_headers;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user