mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-06 01:34:29 +01:00
4ab9e5dd10
Test that creates MiniDebugInfo-containing binary and then checks if it can recover the procedure names from its coredump. Signed-off-by: Martin Milata <mmilata@redhat.com>
8 lines
349 B
Bash
Executable file
8 lines
349 B
Bash
Executable file
#!/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
|