| 17 | constexpr std::size_t kStacktraceDumpSize = 4096; |
| 18 | |
| 19 | struct thrown_info { |
| 20 | ULONG_PTR object; |
| 21 | char* dump; |
| 22 | }; |
| 23 | |
| 24 | struct exception_data { |
| 25 | bool capture_stacktraces_at_throw = true; |
nothing calls this directly
no outgoing calls
no test coverage detected