Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DDNB.cpp611 GetAllInfosMatchingName(const char *full_process_name, in GetAllInfosMatchingName() argument
615 if (full_process_name && full_process_name[0]) { in GetAllInfosMatchingName()
620 process_name = strrchr(full_process_name, '/'); in GetAllInfosMatchingName()
622 process_name = full_process_name; in GetAllInfosMatchingName()