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

Method Frame

src/pystack/_pystack/unwinder.h:35–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33{
34 public:
35 Frame(Dwarf_Addr pc, bool isActivation, std::optional<Dwarf_Word> stackPointer)
36 : pc(pc)
37 , isActivation(isActivation)
38 , stackPointer(stackPointer)
39 {
40 }
41 Dwarf_Addr pc;
42 bool isActivation;
43 std::optional<Dwarf_Word> stackPointer;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected