Home
last modified time | relevance | path

Searched defs:Addr2linePipe (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Dnative_stack_dump.cc78 struct Addr2linePipe { struct
79 Addr2linePipe(int in_fd, int out_fd, const std::string& file_name, pid_t pid) in Addr2linePipe() argument
82 ~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 close
91 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.