MCPcopy Create free account
hub / github.com/bloomberg/pystack / Analyzer

Class Analyzer

src/pystack/_pystack/elf_common.h:41–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39using elf_unique_ptr = std::unique_ptr<Elf, std::function<void(Elf*)>>;
40
41class Analyzer
42{
43 // Methods
44 public:
45 virtual const dwfl_unique_ptr& getDwfl() const = 0;
46};
47
48class CoreFileAnalyzer : public Analyzer
49{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected