Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp131 char *end_p = nullptr; in handle_attach() local
132 const long int pid = strtol(attach_target.c_str(), &end_p, 10); in handle_attach()
135 if (end_p && in handle_attach()
136 static_cast<size_t>(end_p - attach_target.c_str()) == in handle_attach()