Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/driver/
DDriver.cpp517 SBStream commands_stream; in MainLoop() local
521 WriteCommandsForSourcing(eCommandPlacementBeforeFile, commands_stream); in MainLoop()
531 commands_stream.Printf("target create --arch=%s %s", arch_name, in MainLoop()
534 commands_stream.Printf("target create %s", in MainLoop()
538 commands_stream.Printf(" --core %s", in MainLoop()
541 commands_stream.Printf("\n"); in MainLoop()
544 commands_stream.Printf("settings set -- target.run-args "); in MainLoop()
546 commands_stream.Printf( in MainLoop()
548 commands_stream.Printf("\n"); in MainLoop()
551 commands_stream.Printf("target create --core %s\n", in MainLoop()
[all …]