Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectGUI.cpp32 File &input = debugger.GetInputFile(); in DoExecute()
/external/llvm-project/lldb/bindings/interface/
DSBDebugger.i197 return self->GetInputFile().GetFile(); in GetInputFileHandle()
228 GetInputFile ();
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
DScriptInterpreterLua.cpp121 if (!m_debugger.GetInputFile().IsValid()) in ExecuteInterpreterLoop()
/external/llvm-project/lldb/include/lldb/API/
DSBDebugger.h103 SBFile GetInputFile();
/external/llvm-project/lldb/include/lldb/Core/
DDebugger.h123 File &GetInputFile() { return *m_input_file_sp; } in GetInputFile() function
/external/llvm-project/lldb/source/API/
DSBDebugger.cpp398 File &file_sp = m_opaque_sp->GetInputFile(); in GetInputFileHandle()
404 SBFile SBDebugger::GetInputFile() { in GetInputFile() function in SBDebugger
405 LLDB_RECORD_METHOD_NO_ARGS(SBFile, SBDebugger, GetInputFile); in GetInputFile()
1718 LLDB_REGISTER_METHOD(SBFile, SBDebugger, GetInputFile, ()); in RegisterMethods()
/external/llvm-project/lldb/source/Core/
DDebugger.cpp766 GetInputFile().Close(); in Clear()
811 int fd = GetInputFile().GetDescriptor(); in SaveInputTerminalState()
1568 GetInputFile().Close(); in StopIOHandlerThread()
/external/llvm-project/lldb/include/lldb/Interpreter/
DScriptInterpreter.h47 lldb::FileSP GetInputFile() const { return m_input_file_sp; } in GetInputFile() function
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.cpp957 io_redirect.GetInputFile(), io_redirect.GetOutputFile(), in ExecuteOneLine()
1015 if (!debugger.GetInputFile().IsValid()) in ExecuteInterpreterLoop()
/external/llvm-project/lldb/test/API/python_api/file_handle/
DTestFileHandle.py922 sbf = self.dbg.GetInputFile()