Searched defs:func_names (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp366 CreateBreakpoint(const FileSpecList *containingModules, const FileSpecList *containingSourceFiles, const std::vector<std::string> &func_names, uint32_t func_name_type_mask, LazyBool skip_prologue, bool internal, bool hardware) argument
393 CreateBreakpoint(const FileSpecList *containingModules, const FileSpecList *containingSourceFiles, const char *func_names[], size_t num_names, uint32_t func_name_type_mask, LazyBool skip_prologue, bool internal, bool hardware) argument
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dada-lang.c4816 char **func_names = (char **) alloca (result.nelts * sizeof (char *)); local

Completed in 69 milliseconds