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