Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectGUI.cpp31 File &input = debugger.GetInputFile(); in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebuggerExtensions.i38 return self->GetInputFile().GetFile();
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h190 SBFile GetInputFile();
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp209 if (!m_debugger.GetInputFile().IsValid()) in ExecuteInterpreterLoop()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp870 io_redirect.GetInputFile(), io_redirect.GetOutputFile(), in ExecuteOneLine()
927 if (!debugger.GetInputFile().IsValid()) in ExecuteInterpreterLoop()
997 io_redirect.GetInputFile(), io_redirect.GetOutputFile(), in ExecuteOneLineWithReturn()
1121 io_redirect.GetInputFile(), io_redirect.GetOutputFile(), in ExecuteMultipleLines()
2488 io_redirect.GetInputFile(), io_redirect.GetOutputFile(), in LoadScriptingModule()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h115 lldb::FileSP GetInputFile() const { return m_input_file_sp; } in GetInputFile() function
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h147 File &GetInputFile() { return *m_input_file_sp; } in GetInputFile() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp954 GetInputFile().Close(); in Clear()
1044 int fd = GetInputFile().GetDescriptor(); in SaveInputTerminalState()
2122 GetInputFile().Close(); in StopIOHandlerThread()
/freebsd-14.2/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-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp3367 return self->GetInputFile().GetFile(); in lldb_SBDebugger_GetInputFileHandle()
19799 result = (arg1)->GetInputFile(); in _wrap_SBDebugger_GetInputFile()