Home
last modified time | relevance | path

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

/external/lldb/source/Host/macosx/
DHost.mm364 // StreamFile command_file;
365 // command_file.GetFile().Open (temp_file_path,
369 // if (!command_file.GetFile().IsValid())
382 // command_file.Printf("\"%s\" ", launcher_path);
384 // command_file.Printf("--unix-socket=%s ", unix_socket_name.c_str());
388 // command_file.Printf("--arch=%s ", arch_spec->GetArchitectureName());
393 // command_file.PutCString("--disable-aslr ");
396 // command_file.PutCString("-- ");
402 // command_file.Printf("\"%s\" ", argv[i]);
405 // command_file.PutCString("\necho Process exited with status $?\n");
[all …]
/external/lldb/tools/driver/
DDriver.cpp1410 const char *command_file = GetSourceCommandFileAtIndex(i); in MainLoop() local
1411 … ::snprintf (command_string, sizeof(command_string), "command source '%s'", command_file); in MainLoop()