Laytan
897c99a9a3
[core:debug/trace] remove os, fmt, slice, and strconv imports ( #7408 )
...
* [core:debug/trace] remove `os`, `fmt`, `slice`, and `strconv` imports
* [core:debug/trace]: print memory nicely
A bit of a modified, minimal core:fmt `%m` (to not need `core:strconv`)
2026-08-26 20:19:38 +02:00
Laytan Laats
065d58e5b8
use fallback when SYMBOLIZER_PROGRAM doesn't exist
2026-07-26 19:20:22 +02:00
laytan
dbd568c970
windows bad free fix, print formatting fix, and remove color from tracking allocator results
2026-07-26 16:55:22 +02:00
Laytan Laats
6170f130e1
use fmt so it runs on wasm
2026-07-26 17:28:29 +02:00
Laytan Laats
395290243e
port my third-party back package to replace core:debug/trace
2026-07-26 17:12:51 +02:00
jakubtomsu
edd960905a
fix typo in the trace cpp backend
2026-02-10 19:48:12 +01:00
jakubtomsu
77be6a1f18
fix tabs
2026-02-10 19:46:51 +01:00
jakubtomsu
874ffa0385
remove core:fmt dependency from core:debug/trace
2026-02-10 19:19:30 +01:00
gingerBill
c0b7dd7da6
Remove need for allocator and MAX_FRAMES in trace.frames
2024-04-28 13:05:19 +01:00
gingerBill
be09584ea5
Increase MAX_FRAMES
2024-04-28 12:56:53 +01:00
gingerBill
0fa269811a
Change layout of Frame_Location
2024-04-28 12:49:17 +01:00
gingerBill
362aa82f59
Begin work on core:debug/trace
2024-04-28 11:58:16 +01:00