Home
last modified time | relevance | path

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

/external/lldb/source/Commands/
DCommandObjectProcess.cpp93 Error destroy_error (process->Destroy()); in StopProcessIfNecessary() local
94 if (destroy_error.Success()) in StopProcessIfNecessary()
101 … result.AppendErrorWithFormat ("Failed to kill process: %s\n", destroy_error.AsCString()); in StopProcessIfNecessary()