Native Linux backtrace.

This commit is contained in:
Christoffer Lerno
2023-11-11 14:16:36 +01:00
committed by Christoffer Lerno
parent f39aa1a41e
commit dc0aa35522
15 changed files with 343 additions and 110 deletions

10
resources/linux_stack.c3 Normal file
View File

@@ -0,0 +1,10 @@
module test;
import std::io;
import std::collections::map;
import std::os;
fn void! main()
{
int x = 2;
builtin::print_backtrace("Hello", 0);
}