Home
last modified time | relevance | path

Searched refs:GetInputFileHandle (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_debugger.py17 obj.GetInputFileHandle()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBDebugger.i215 lldb::FileSP GetInputFileHandle() { in GetInputFileHandle() function
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBDebugger.h132 FILE *GetInputFileHandle();
/llvm-project-15.0.7/lldb/test/API/api/multithreaded/
H A Dtest_stop-hook.cpp.template84 m_file = m_dbg.GetInputFileHandle();
/llvm-project-15.0.7/lldb/source/API/
H A DSBDebugger.cpp439 FILE *SBDebugger::GetInputFileHandle() { in GetInputFileHandle() function in SBDebugger