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