We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f30113 commit 8d34971Copy full SHA for 8d34971
libpstack/elf.h
@@ -330,6 +330,7 @@ class Object : public std::enable_shared_from_this<Object> {
330
const SymbolVersioning &symbolVersions() const;
331
332
BuildID getBuildID() const;
333
+ Object::sptr debugData() const; // gets the embedded .gnu_debugdata image
334
335
std::optional<VersionIdx> versionIdxForSymbol( size_t symbolIdx ) const;
336
Context &context;
@@ -363,7 +364,6 @@ class Object : public std::enable_shared_from_this<Object> {
363
364
Dynamic &dynamic() const;
365
366
const SectionHeaders §ionHeaders() const;
- Object::sptr debugData() const;
367
368
// Section plumbing for hash and gnu_hash is the same, just with different
369
// types and section names, so share the code.
0 commit comments