Home
last modified time | relevance | path

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

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