mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:37:35 +00:00
LibDebug: Implement symbolication for x86_64
This commit is contained in:
parent
567fa4b2f0
commit
2c41e89d08
9 changed files with 33 additions and 43 deletions
|
@ -42,7 +42,7 @@ public:
|
|||
const Vector<Entry> entries() const { return m_entries; }
|
||||
|
||||
private:
|
||||
void add_entry(const Reader&, FlatPtr eip);
|
||||
void add_entry(const Reader&, FlatPtr ip);
|
||||
ELFObjectInfo const* object_info_for_region(ELF::Core::MemoryRegionInfo const&);
|
||||
|
||||
ELF::Core::ThreadInfo m_thread_info;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue