Hello, It turned out that the exported function find_pc_sect_partial_function was never called outside of blockframe.c (and there only by find_pc_partial_function). This patch eliminates find_pc_sect_partial_function folding it into find_pc_partial_function. committed, Andrew