Home
last modified time | relevance | path

Searched refs:command_stream (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2760 StreamString command_stream; in LoadScriptingModule() local
2789 StreamString command_stream; in LoadScriptingModule() local
2794 ExecuteMultipleLines(command_stream.GetData(), in LoadScriptingModule()
2818 command_stream.Clear(); in LoadScriptingModule()
2825 command_stream.GetData(), in LoadScriptingModule()
2833 command_stream.Clear(); in LoadScriptingModule()
2847 command_stream.Clear(); in LoadScriptingModule()
2875 command_stream.Clear(); in LoadScriptingModule()
2876 command_stream.Printf("%s", basename.c_str()); in LoadScriptingModule()
2879 command_stream.GetData(), in LoadScriptingModule()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1066 StreamString command_stream; in RunEnableCommand() local
1068 command_stream << "plugin structured-data darwin-log enable"; in RunEnableCommand()
1071 command_stream << ' '; in RunEnableCommand()
1072 command_stream << enable_options; in RunEnableCommand()
1077 interpreter.HandleCommand(command_stream.GetData(), eLazyBoolNo, in RunEnableCommand()