This commit is contained in:
Jeremy Rifkin 2024-11-14 21:23:42 -06:00
parent 5c9f5150fb
commit bbae57bd22
No known key found for this signature in database
GPG Key ID: 19AA8270105E8EB4

View File

@ -348,7 +348,7 @@ namespace cpptrace {
`cpptrace::absorb_trace_exceptions`: Configure whether the library silently absorbs internal exceptions and continues. `cpptrace::absorb_trace_exceptions`: Configure whether the library silently absorbs internal exceptions and continues.
Default is true. Default is true.
`cpptrace::ctrace_enable_inlined_call_resolution`: Configure whether the library will attempt to resolve inlined call `cpptrace::enable_inlined_call_resolution`: Configure whether the library will attempt to resolve inlined call
information for release builds. Default is true. information for release builds. Default is true.
`cpptrace::experimental::set_cache_mode`: Control time-memory tradeoffs within the library. By default speed is `cpptrace::experimental::set_cache_mode`: Control time-memory tradeoffs within the library. By default speed is
@ -358,7 +358,7 @@ performed.
```cpp ```cpp
namespace cpptrace { namespace cpptrace {
void absorb_trace_exceptions(bool absorb); void absorb_trace_exceptions(bool absorb);
void ctrace_enable_inlined_call_resolution(bool enable); void enable_inlined_call_resolution(bool enable);
enum class cache_mode { enum class cache_mode {
// Only minimal lookup tables // Only minimal lookup tables