MCPcopy Create free account
hub / github.com/boostorg/stacktrace / pc_data

Class pc_data

include/boost/stacktrace/detail/libbacktrace_impls.hpp:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28
29struct pc_data {
30 std::string* function;
31 std::string* filename;
32 std::size_t line;
33};
34
35inline void libbacktrace_syminfo_callback(void *data, uintptr_t /*pc*/, const char *symname, uintptr_t /*symval*/, uintptr_t /*symsize*/) {
36 pc_data& d = *static_cast<pc_data*>(data);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected