Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2501 StreamString command_stream; in LoadScriptingModule() local
2580 StreamString command_stream; in LoadScriptingModule() local
2581 command_stream.Clear(); in LoadScriptingModule()
2587 command_stream.GetData(), in LoadScriptingModule()
2597 command_stream.Clear(); in LoadScriptingModule()
2623 command_stream.Clear(); in LoadScriptingModule()
2624 command_stream.Printf("%s", module_name.c_str()); in LoadScriptingModule()
2627 command_stream.GetData(), in LoadScriptingModule()
2650 StreamString command_stream; in IsReservedWord() local
2651 command_stream.Printf("keyword.iskeyword('%s')", word); in IsReservedWord()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1021 StreamString command_stream; in RunEnableCommand() local
1023 command_stream << "plugin structured-data darwin-log enable"; in RunEnableCommand()
1026 command_stream << ' '; in RunEnableCommand()
1027 command_stream << enable_options; in RunEnableCommand()
1032 interpreter.HandleCommand(command_stream.GetData(), eLazyBoolNo, in RunEnableCommand()