Searched refs:thisfun (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Dstack.c1765 struct symbol *thisfun;
1775 thisfun = get_frame_function (get_selected_frame ());
1791 if (thisfun != NULL)
1792 return_type = TYPE_TARGET_TYPE (SYMBOL_TYPE (thisfun));
1841 if (thisfun == NULL)
1846 SYMBOL_PRINT_NAME (thisfun));
1758 struct symbol *thisfun; local

Completed in 86 milliseconds