Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectGUI.cpp31 File &input = debugger.GetInputFile(); in DoExecute()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBDebugger.i216 return self->GetInputFile().GetFile(); in GetInputFileHandle()
250 GetInputFile ();
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBDebugger.h152 SBFile GetInputFile();
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDebugger.h140 File &GetInputFile() { return *m_input_file_sp; } in GetInputFile() function
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp208 if (!m_debugger.GetInputFile().IsValid()) in ExecuteInterpreterLoop()
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp857 io_redirect.GetInputFile(), io_redirect.GetOutputFile(), in ExecuteOneLine()
914 if (!debugger.GetInputFile().IsValid()) in ExecuteInterpreterLoop()
984 io_redirect.GetInputFile(), io_redirect.GetOutputFile(), in ExecuteOneLineWithReturn()
1108 io_redirect.GetInputFile(), io_redirect.GetOutputFile(), in ExecuteMultipleLines()
2662 io_redirect.GetInputFile(), io_redirect.GetOutputFile(), in LoadScriptingModule()
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h107 lldb::FileSP GetInputFile() const { return m_input_file_sp; } in GetInputFile() function
/llvm-project-15.0.7/lldb/source/Core/
H A DDebugger.cpp846 GetInputFile().Close(); in Clear()
972 int fd = GetInputFile().GetDescriptor(); in SaveInputTerminalState()
1942 GetInputFile().Close(); in StopIOHandlerThread()
/llvm-project-15.0.7/lldb/source/API/
H A DSBDebugger.cpp442 File &file_sp = m_opaque_sp->GetInputFile(); in GetInputFileHandle()
448 SBFile SBDebugger::GetInputFile() { in GetInputFile() function in SBDebugger
/llvm-project-15.0.7/lldb/test/API/python_api/file_handle/
H A DTestFileHandle.py796 sbf = self.dbg.GetInputFile()