Improved backtrace on platforms without glibc. Added $$frameaddress and $$returnaddress properly.

This commit is contained in:
Christoffer Lerno
2023-11-18 14:18:09 +01:00
committed by Christoffer Lerno
parent 00019f9d76
commit 87fdb5956e
11 changed files with 347 additions and 16 deletions

View File

@@ -178,6 +178,7 @@ typedef struct
unsigned powi;
unsigned prefetch;
unsigned readcyclecounter;
unsigned returnaddress;
unsigned rint;
unsigned round;
unsigned roundeven;