Something like addr2line
  • Makefile 59.3%
  • Shell 40.7%
Find a file
2025-02-03 22:36:12 +01:00
.gitignore Initial commit 2025-01-31 22:38:16 +01:00
.woodpecker.yml Add CI 2025-01-31 22:45:26 +01:00
find_debug_line.smu Keep up with schmu changes 2025-02-03 22:36:12 +01:00
LICENSE Initial commit 2025-01-31 22:38:16 +01:00
Makefile Initial commit 2025-01-31 22:38:16 +01:00
parse_debug_line.smu Keep up with schmu changes 2025-02-03 22:36:12 +01:00
README.md Initial commit 2025-01-31 22:38:16 +01:00
test.sh Add CI 2025-01-31 22:45:26 +01:00

find_debug_line

Barely working proof-of-concept of an addr2line-like utility in schmu. It's unfinished and I don't intend to ever finish it, but the code may the useful for someone.