MCPcopy Create free account
hub / github.com/bombela/backward-cpp / TraceResolverLinuxBase

Method TraceResolverLinuxBase

backward.hpp:1254–1255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1252class TraceResolverLinuxBase : public TraceResolverImplBase {
1253public:
1254 TraceResolverLinuxBase()
1255 : argv0_(get_argv0()), exec_path_(read_symlink("/proc/self/exe")) {}
1256 std::string resolve_exec_path(Dl_info &symbol_info) const {
1257 // mutates symbol_info.dli_fname to be filename to open and returns filename
1258 // to display

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected