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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dskip.c199 skip_function (const char *name) function
221 skip_function (name);
225 skip_function (arg);
290 complete original arg to skip_function command as if the user
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dskip.c194 skip_function (const char *name) function
216 skip_function (name);
220 skip_function (arg);
285 complete original arg to skip_function command as if the user
/netbsd-current/external/apache2/llvm/dist/clang/utils/
H A Dcreduce-clang-crash.py158 def skip_function(func_name): function in function:Reduce.read_expected_output
162 result = [x for x in matches if x and not skip_function(x)][:5]

Completed in 200 milliseconds