package
0.0.0-20250313153135-8504ba560305
Repository: https://github.com/grantseltzer/weaver.git
Documentation: pkg.go.dev

# README

print_stack

This is a utility that will print the first 50 bytes of the stack when the specified function is called in the specified binary path.

This will be built using make in the top level project repo.

make && ./bin/print-stack ./bin/test-prog main.test_function

other terminal: ./bin/test-prog