| 241 | using VisitorFunc = std::function<void(ArrayView<ThreadInfo> group)>; |
| 242 | |
| 243 | void set_capture_thread_names(bool c) { |
| 244 | capture_thread_names_ = c; |
| 245 | } |
| 246 | |
| 247 | // Snapshot the stack traces of all threads in the process. This may return a bad |
| 248 | // Status in the case that stack traces aren't supported on the platform, or if |