1 #!/bin/sh 2 3 # This test intends to test the unw_get_proc_name function on binaries without 4 # the symbol table but with so called MiniDebuginfo available. In particular, 5 # it is tested using the coredump accessors. For more info about MiniDebugInfo 6 # see e.g. http://fedoraproject.org/wiki/Features/MiniDebugInfo 7 8 ./run-coredump-unwind -minidebuginfo 9