Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectGUI.cpp32 File &input = debugger.GetInputFile(); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebugger.i197 return self->GetInputFile().GetFile(); in GetInputFileHandle()
228 GetInputFile ();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h141 SBFile GetInputFile();
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp434 File &file_sp = m_opaque_sp->GetInputFile(); in GetInputFileHandle()
440 SBFile SBDebugger::GetInputFile() { in GetInputFile() function in SBDebugger
441 LLDB_RECORD_METHOD_NO_ARGS(SBFile, SBDebugger, GetInputFile); in GetInputFile()
1767 LLDB_REGISTER_METHOD(SBFile, SBDebugger, GetInputFile, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp202 if (!m_debugger.GetInputFile().IsValid()) in ExecuteInterpreterLoop()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h167 File &GetInputFile() { return *m_input_file_sp; } in GetInputFile() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp788 GetInputFile().Close(); in Clear()
833 int fd = GetInputFile().GetDescriptor(); in SaveInputTerminalState()
1643 GetInputFile().Close(); in StopIOHandlerThread()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp986 io_redirect.GetInputFile(), io_redirect.GetOutputFile(), in ExecuteOneLine()
1043 if (!debugger.GetInputFile().IsValid()) in ExecuteInterpreterLoop()
1096 io_redirect.GetInputFile(), io_redirect.GetOutputFile(), in ExecuteOneLineWithReturn()
1220 io_redirect.GetInputFile(), io_redirect.GetOutputFile(), in ExecuteMultipleLines()
2796 io_redirect.GetInputFile(), io_redirect.GetOutputFile(), in LoadScriptingModule()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h106 lldb::FileSP GetInputFile() const { return m_input_file_sp; } in GetInputFile() function
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp3321 return self->GetInputFile().GetFile(); in lldb_SBDebugger_GetInputFileHandle()
18195 result = (arg1)->GetInputFile(); in _wrap_SBDebugger_GetInputFile()