Searched refs:func_only (Results 1 – 1 of 1) sorted by relevance
1091 char *func_only = cp_remove_params (*funname); in find_frame_funname() local1093 if (func_only) in find_frame_funname()1095 *funname = func_only; in find_frame_funname()1096 make_cleanup (xfree, func_only); in find_frame_funname()1436 char *func_only = cp_remove_params (funname); in frame_info() local1438 if (func_only) in frame_info()1440 funname = func_only; in frame_info()1441 make_cleanup (xfree, func_only); in frame_info()