Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp95 Status destroy_error(process->Destroy(false)); in StopProcessIfNecessary() local
96 if (destroy_error.Success()) { in StopProcessIfNecessary()
101 destroy_error.AsCString()); in StopProcessIfNecessary()