| 1252 | class TraceResolverLinuxBase : public TraceResolverImplBase { |
| 1253 | public: |
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected