Searched defs:Addr2linePipe (Results 1 – 2 of 2) sorted by relevance
/art/runtime/ |
D | native_stack_dump.cc | 95 struct Addr2linePipe { struct 96 Addr2linePipe(int in_fd, int out_fd, const std::string& file_name, pid_t pid) in Addr2linePipe() argument 99 ~Addr2linePipe() { in ~Addr2linePipe() 103 File in; // The file descriptor that is connected to the output of addr2line. 104 File out; // The file descriptor that is connected to the input of addr2line. 106 const std::string file; // The file addr2line is working on, so that we know when to close 108 const pid_t child_pid; // The pid of the child, which we should kill when we're done. 109 bool odd; // Print state for indentation of lines.
|
/art/tools/timeout_dumper/ |
D | timeout_dumper.cc | 135 struct Addr2linePipe { struct 136 Addr2linePipe(int in_fd, int out_fd, const std::string& file_name, pid_t pid) in Addr2linePipe() argument 139 ~Addr2linePipe() { in ~Addr2linePipe() 143 unique_fd in; // The file descriptor that is connected to the output of addr2line. 144 unique_fd out; // The file descriptor that is connected to the input of addr2line. 146 const std::string file; // The file addr2line is working on, so that we know when to close 148 const pid_t child_pid; // The pid of the child, which we should kill when we're done. 149 bool odd; // Print state for indentation of lines.
|