Home
last modified time | relevance | path

Searched refs:sb_stream (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPythonInterface.cpp71 if (lldb::SBStream *sb_stream = reinterpret_cast<lldb::SBStream *>( in ExtractValueFromPythonObject() local
73 return m_interpreter.GetOpaqueTypeFromSBStream(*sb_stream); in ExtractValueFromPythonObject()
/src/contrib/llvm-project/lldb/bindings/python/
H A Dpython-wrapper.swig376 std::shared_ptr<lldb::SBStream> sb_stream = std::make_shared<lldb::SBStream>();
377 PythonObject sb_stream_arg = SWIGBridge::ToSWIGWrapper(sb_stream);
391 stream->PutCString(sb_stream->GetData());
H A Dpython-extensions.swig146 print >>sb_stream, "something"