Searched refs:addr2line_path (Results 1 – 1 of 1) sorted by relevance
504 const std::string* addr2line_path, in DumpThread() argument556 if (try_addr2line && addr2line_path != nullptr) { in DumpThread()557 addr2line::Addr2line(*addr2line_path, in DumpThread()581 std::unique_ptr<std::string> addr2line_path; in DumpProcess() local583 addr2line_path = addr2line::FindAddr2line(); in DumpProcess()584 if (addr2line_path == nullptr) { in DumpProcess()595 DumpThread(unwinder, forked_pid, tid, addr2line_path.get(), " "); in DumpProcess()