mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-06 01:34:29 +01:00
9 lines
349 B
Text
9 lines
349 B
Text
|
#!/bin/sh
|
||
|
|
||
|
# This test intends to test the unw_get_proc_name function on binaries without
|
||
|
# the symbol table but with so called MiniDebuginfo available. In particular,
|
||
|
# it is tested using the coredump accessors. For more info about MiniDebugInfo
|
||
|
# see e.g. http://fedoraproject.org/wiki/Features/MiniDebugInfo
|
||
|
|
||
|
./run-coredump-unwind -minidebuginfo
|