Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp214 Stream &ostrm = result.GetOutputStream(); in DoExecute() local
215 ostrm.Printf("Available platforms:\n"); in DoExecute()
218 ostrm.Format("{0}: {1}\n", host_platform_sp->GetPluginName(), in DoExecute()
229 ostrm.Format("{0}: {1}\n", plugin_name, plugin_desc); in DoExecute()
251 Stream &ostrm = result.GetOutputStream(); in DoExecute() local
262 platform_sp->GetStatus(ostrm); in DoExecute()
285 Stream &ostrm = result.GetOutputStream(); in DoExecute() local
292 platform_sp->GetStatus(ostrm); in DoExecute()
348 Stream &ostrm = result.GetOutputStream(); in DoExecute() local
350 ostrm.Format("Disconnected from \"{0}\"\n", in DoExecute()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h1313 void GetStatus(Stream &ostrm);
1315 size_t GetThreadStatus(Stream &ostrm, bool only_threads_with_stop_reason,