HomeSort by relevance Sort by last modified time
    Searched refs:AppendArgument (Results 1 - 17 of 17) sorted by null

  /external/lldb/source/Plugins/Process/gdb-remote/
GDBRemoteCommunication.cpp 567 debugserver_args.AppendArgument(debugserver_path);
568 debugserver_args.AppendArgument(debugserver_url);
570 debugserver_args.AppendArgument("--native-regs");
573 debugserver_args.AppendArgument("--setsid");
577 debugserver_args.AppendArgument("--unix-socket");
578 debugserver_args.AppendArgument(unix_socket_name);
585 debugserver_args.AppendArgument(arg_cstr);
592 debugserver_args.AppendArgument(arg_cstr);
594 // debugserver_args.AppendArgument("--log-file=/tmp/debugserver.txt");
595 // debugserver_args.AppendArgument("--log-flags=0x802e0e")
    [all...]
ProcessGDBRemote.cpp     [all...]
GDBRemoteCommunicationServer.cpp 623 m_process_launch_info.GetArguments().AppendArgument(arg.c_str());
754 m_process_launch_info.GetEnvironmentEntries ().AppendArgument (packet.Peek());
  /external/lldb/tools/lldb-platform/
lldb-platform.cpp 164 log_args.AppendArgument(optarg);
176 log_args.AppendArgument("default");
  /external/lldb/source/Breakpoint/
BreakpointIDList.cpp 223 new_args.AppendArgument (canonical_id_str.GetData());
314 new_args.AppendArgument (canonical_id_str.GetData());
327 new_args.AppendArgument (canonical_id_str.GetData());
335 new_args.AppendArgument (canonical_id_str.GetData());
341 new_args.AppendArgument (current_arg);
  /external/lldb/include/lldb/Interpreter/
Args.h 204 AppendArgument (const char *arg_cstr, char quote_char = '\0');
  /external/lldb/source/Host/linux/
Host.cpp 400 info_env.AppendArgument(next_var);
417 info_args.AppendArgument(next_arg);
  /external/lldb/source/Interpreter/
CommandInterpreter.cpp     [all...]
OptionValueDictionary.cpp 95 args.AppendArgument(strm.GetString().c_str());
Args.cpp 484 AppendArgument(rhs.GetArgumentAtIndex(i));
493 AppendArgument(argv[i]);
498 Args::AppendArgument (const char *arg_cstr, char quote_char)
    [all...]
CommandObject.cpp 413 input.AppendArgument ("<FAKE-VALUE>");
    [all...]
  /external/lldb/source/Host/freebsd/
Host.cpp 225 proc_args.AppendArgument(cstr);
  /external/lldb/source/Commands/
CommandObjectMultiword.cpp 256 input.AppendArgument ("");
CommandObjectPlatform.cpp 415 m_options.launch_info.GetArguments().AppendArgument (exe_path);
    [all...]
CommandObjectProcess.cpp 214 m_options.launch_info.GetArguments().AppendArgument (target_settings_argv0);
    [all...]
  /external/lldb/source/Host/common/
Host.cpp     [all...]
  /external/lldb/source/Target/
Process.cpp 521 shell_arguments.AppendArgument (shell_executable);
522 shell_arguments.AppendArgument ("-c");
597 shell_arguments.AppendArgument (shell_command.GetString().c_str());
815 launch_info.GetEnvironmentEntries().AppendArgument(option_arg);
    [all...]

Completed in 2785 milliseconds