Lines Matching refs:m_options

374         m_options (interpreter)
386 return &m_options;
412 m_options.launch_info.GetExecutableFile () = exe_module->GetFileSpec();
414 if (m_options.launch_info.GetExecutableFile ().GetPath (exe_path, sizeof(exe_path)))
415 m_options.launch_info.GetArguments().AppendArgument (exe_path);
416 m_options.launch_info.GetArchitecture() = exe_module->GetArchitecture();
421 if (m_options.launch_info.GetExecutableFile ())
425 m_options.launch_info.GetArguments().AppendArguments (args);
432 m_options.launch_info.SetArguments (args, first_arg_is_executable);
436 if (m_options.launch_info.GetExecutableFile ())
441 target->GetRunArguments(m_options.launch_info.GetArguments());
443 ProcessSP process_sp (platform_sp->DebugProcess (m_options.launch_info,
475 ProcessLaunchCommandOptions m_options;
492 m_options (interpreter)
504 return &m_options;
532 lldb::pid_t pid = m_options.match_info.GetProcessInfo().GetProcessID();
538 ProcessInstanceInfo::DumpTableHeader (ostrm, platform_sp.get(), m_options.show_args, m_options.verbose);
539 proc_info.DumpAsTableRow(ostrm, platform_sp.get(), m_options.show_args, m_options.verbose);
551 const uint32_t matches = platform_sp->FindProcesses (m_options.match_info, proc_infos);
553 const char *match_name = m_options.match_info.GetProcessInfo().GetName();
556 switch (m_options.match_info.GetNameMatchType())
589 ProcessInstanceInfo::DumpTableHeader (ostrm, platform_sp.get(), m_options.show_args, m_options.verbose);
592 proc_infos.GetProcessInfoAtIndex(i).DumpAsTableRow(ostrm, platform_sp.get(), m_options.show_args, m_options.verbose);
741 CommandOptions m_options;