Home
last modified time | relevance | path

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

/llvm-project/lldb/bindings/interface/
H A DSBStreamExtensions.i9 %feature("autodoc", "DEPRECATED, use RedirectToFile") RedirectToFileHandle;
11 RedirectToFileHandle (lldb::FileSP file, bool transfer_fh_ownership) {
/llvm-project/lldb/examples/lookup/
H A Dmain.cpp166 strm.RedirectToFileHandle(stdout, false); in main()
/llvm-project/lldb/include/lldb/API/
H A DSBStream.h57 void RedirectToFileHandle(FILE *fh, bool transfer_fh_ownership);
/llvm-project/lldb/source/API/
H A DSBStream.cpp117 void SBStream::RedirectToFileHandle(FILE *fh, bool transfer_fh_ownership) { in RedirectToFileHandle() function in SBStream
/llvm-project/lldb/test/API/python_api/file_handle/
H A DTestFileHandle.py792 stream.RedirectToFileHandle(f, True)