Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1029 FILE *commands_file = fdopen(fds[READ], "rb"); in SetInputString() local
1030 if (commands_file == nullptr) { in SetInputString()
1038 SetInputFile((FileSP)std::make_shared<NativeFile>(commands_file, true)); in SetInputString()