Searched defs:Addr2linePipe (Results 1 – 1 of 1) sorted by relevance
74 struct Addr2linePipe { struct75 Addr2linePipe(int in_fd, int out_fd, const std::string& file_name, pid_t pid) in Addr2linePipe() argument78 ~Addr2linePipe() { in ~Addr2linePipe()82 File in; // The file descriptor that is connected to the output of addr2line.83 File out; // The file descriptor that is connected to the input of addr2line.85 const std::string file; // The file addr2line is working on, so that we know when to close87 const pid_t child_pid; // The pid of the child, which we should kill when we're done.88 bool odd; // Print state for indentation of lines.