| 36 | } |
| 37 | |
| 38 | inline void setup_crash_handler() { |
| 39 | impl::setup_crash_handler(); |
| 40 | } |
| 41 | |
| 42 | // Walk the stack of a specific suspended thread (Windows only). |
| 43 | // On other platforms, use print_stacktrace() from within the target thread. |
no outgoing calls