Home
last modified time | relevance | path

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

/art/runtime/
Dnative_stack_dump.cc94 struct Addr2linePipe { struct
95 Addr2linePipe(int in_fd, int out_fd, const std::string& file_name, pid_t pid) in Addr2linePipe() argument
98 ~Addr2linePipe() { in ~Addr2linePipe()
102 File in; // The file descriptor that is connected to the output of addr2line.
103 File out; // The file descriptor that is connected to the input of addr2line.
105 const std::string file; // The file addr2line is working on, so that we know when to close
107 const pid_t child_pid; // The pid of the child, which we should kill when we're done.
108 bool odd; // Print state for indentation of lines.
/art/tools/signal_dumper/
Dsignal_dumper.cc132 struct Addr2linePipe { struct
133 Addr2linePipe(int in_fd, int out_fd, const std::string& file_name, pid_t pid) in Addr2linePipe() argument
136 ~Addr2linePipe() { in ~Addr2linePipe()
140 unique_fd in; // The file descriptor that is connected to the output of addr2line.
141 unique_fd out; // The file descriptor that is connected to the input of addr2line.
143 const std::string file; // The file addr2line is working on, so that we know when to close
145 const pid_t child_pid; // The pid of the child, which we should kill when we're done.
146 bool odd; // Print state for indentation of lines.