reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
369 const char *progname = argv[0]; 370 const char *subcommand = argv[1]; 372 argv++; 398 while ((ch = getopt_long_only(argc, argv, short_options.c_str(), 487 LLDB_LOGF(log, "argv[%i] = '%s'", i, argv[i]); 493 argv += optind; 504 const char *const host_and_port = argv[0]; 506 argv += 1; 518 handle_launch(gdb_server, argc, argv);