nim-libbacktrace/tests
Ștefan Talpalaru 3ff163ca58
two-step backtraces
Allow separating stack unwinding and program counter collection from the
more expensive step of getting the associated debugging info for each
program counter.

This is useful for implementing efficient backtraces for exceptions - a
scenario in which you add a new backtrace each time an exception is
re-raised, but you rarely need to print them (usually when that
exception is uncaught).

libunwind snapshot - 673484b34189b1bccf73a2ec96968092bc8a26a7
2020-09-07 01:40:57 +02:00
..
nim.cfg initial commit 2019-12-18 02:09:27 +01:00
test1.nim test1: more stderr flushing 2020-05-20 02:41:10 +02:00
test2.nim two-step backtraces 2020-09-07 01:40:57 +02:00