Home
last modified time | relevance | path

Searched refs:func_only (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Dstack.c1091 char *func_only = cp_remove_params (*funname); in find_frame_funname() local
1093 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() local
1438 if (func_only) in frame_info()
1440 funname = func_only; in frame_info()
1441 make_cleanup (xfree, func_only); in frame_info()