Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTrace.cpp76 else if (Expected<FileSpec> desc_file = in SaveToDisk() local
78 file_spec.SetFileSpec(*desc_file); in SaveToDisk()
80 error.SetErrorString(llvm::toString(desc_file.takeError()).c_str()); in SaveToDisk()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTrace.cpp119 if (llvm::Expected<FileSpec> desc_file = in DoExecute() local
122 "Trace bundle description file written to: {0}", *desc_file); in DoExecute()
125 result.AppendError(toString(desc_file.takeError())); in DoExecute()