Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectProcess.cpp92 Status destroy_error(process->Destroy(false)); in StopProcessIfNecessary() local
93 if (destroy_error.Success()) { in StopProcessIfNecessary()
98 destroy_error.AsCString()); in StopProcessIfNecessary()