Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp3691 const char *trap_func_name = args.GetArgumentAtIndex(i); in DoExecute() local
3692 if (strcmp(funcname.GetCString(), trap_func_name) == 0) in DoExecute()