1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

builtin: add libbacktrace as option for generating stack traces (#14277)

This commit is contained in:
Ned
2022-05-05 02:17:05 +08:00
committed by GitHub
parent 4242e7610f
commit 76a7354506
12 changed files with 10720 additions and 3 deletions

View File

@ -0,0 +1,4 @@
module builtin
fn print_libbacktrace(frames_to_skip int) {
}