Added libbacktrace support.

This commit is contained in:
Бранимир Караџић
2024-10-24 21:08:47 -07:00
parent 34d2948860
commit c875164bd1
4 changed files with 236 additions and 2 deletions

View File

@@ -35,6 +35,8 @@ namespace bx
pos += snprintf(&temp[pos], max(0, sizeof(temp)-pos), "\n");
debugOutput(temp);
debugOutputCallstack(2);
return true;
}