| 37 | |
| 38 | using native_frame_ptr_t = const void*; |
| 39 | enum helper{ max_frames_dump = 128 }; |
| 40 | |
| 41 | BOOST_STACKTRACE_FUNCTION std::size_t from_dump(const char* filename, native_frame_ptr_t* out_frames); |
| 42 | BOOST_STACKTRACE_FUNCTION std::size_t dump(const char* file, const native_frame_ptr_t* frames, std::size_t frames_count) noexcept; |
nothing calls this directly
no outgoing calls
no test coverage detected