MCPcopy Create free account
hub / github.com/PDAL/PDAL / BacktraceEntry

Method BacktraceEntry

pdal/util/private/BacktraceImpl.hpp:48–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46struct BacktraceEntry
47{
48 BacktraceEntry() : addr(nullptr), offset(0)
49 {}
50
51 std::string libname;
52 void *addr;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected