Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectGUI.cpp31 File &input = debugger.GetInputFile(); in DoExecute()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebuggerExtensions.i38 return self->GetInputFile().GetFile();
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h193 SBFile GetInputFile();
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp209 if (!m_debugger.GetInputFile().IsValid()) in ExecuteInterpreterLoop()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp875 io_redirect.GetInputFile(), io_redirect.GetOutputFile(), in ExecuteOneLine()
932 if (!debugger.GetInputFile().IsValid()) in ExecuteInterpreterLoop()
1002 io_redirect.GetInputFile(), io_redirect.GetOutputFile(), in ExecuteOneLineWithReturn()
1126 io_redirect.GetInputFile(), io_redirect.GetOutputFile(), in ExecuteMultipleLines()
2382 io_redirect.GetInputFile(), io_redirect.GetOutputFile(), in LoadScriptingModule()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h117 lldb::FileSP GetInputFile() const { return m_input_file_sp; } in GetInputFile() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h140 File &GetInputFile() { return *m_input_file_sp; } in GetInputFile() function
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp971 GetInputFile().Close(); in Clear()
1061 int fd = GetInputFile().GetDescriptor(); in SaveInputTerminalState()
2163 GetInputFile().Close(); in StopIOHandlerThread()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp491 File &file_sp = m_opaque_sp->GetInputFile(); in GetInputFileHandle()
497 SBFile SBDebugger::GetInputFile() { in GetInputFile() function in SBDebugger
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp3426 return self->GetInputFile().GetFile(); in lldb_SBDebugger_GetInputFileHandle()
21077 result = (arg1)->GetInputFile(); in _wrap_SBDebugger_GetInputFile()