Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp472 SBStream commands_stream; in MainLoop() local
476 WriteCommandsForSourcing(eCommandPlacementBeforeFile, commands_stream); in MainLoop()
486 commands_stream.Printf("target create --arch=%s %s", arch_name, in MainLoop()
489 commands_stream.Printf("target create %s", in MainLoop()
493 commands_stream.Printf(" --core %s", in MainLoop()
496 commands_stream.Printf("\n"); in MainLoop()
499 commands_stream.Printf("settings set -- target.run-args "); in MainLoop()
501 commands_stream.Printf( in MainLoop()
503 commands_stream.Printf("\n"); in MainLoop()
506 commands_stream.Printf("target create --core %s\n", in MainLoop()
[all …]