Searched refs:GetInputFile (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectGUI.cpp | 32 File &input = debugger.GetInputFile(); in DoExecute()
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBDebugger.i | 197 return self->GetInputFile().GetFile(); in GetInputFileHandle() 228 GetInputFile ();
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBDebugger.h | 141 SBFile GetInputFile();
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBDebugger.cpp | 434 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 D | ScriptInterpreterLua.cpp | 202 if (!m_debugger.GetInputFile().IsValid()) in ExecuteInterpreterLoop()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Debugger.h | 167 File &GetInputFile() { return *m_input_file_sp; } in GetInputFile() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | Debugger.cpp | 788 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 D | ScriptInterpreterPython.cpp | 986 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 D | ScriptInterpreter.h | 106 lldb::FileSP GetInputFile() const { return m_input_file_sp; } in GetInputFile() function
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 3321 return self->GetInputFile().GetFile(); in lldb_SBDebugger_GetInputFileHandle() 18195 result = (arg1)->GetInputFile(); in _wrap_SBDebugger_GetInputFile()
|