reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Commands/CommandObjectPlatform.cpp
  955   Options *GetOptions() override { return &m_options; }
  974         m_options.launch_info.GetExecutableFile() = exe_module->GetFileSpec();
  976         m_options.launch_info.GetExecutableFile().GetPath(exe_path);
  978           m_options.launch_info.GetArguments().AppendArgument(exe_path);
  979         m_options.launch_info.GetArchitecture() = exe_module->GetArchitecture();
  983         if (m_options.launch_info.GetExecutableFile()) {
  986           m_options.launch_info.GetArguments().AppendArguments(args);
  991           m_options.launch_info.SetArguments(args, first_arg_is_executable);
  995       if (m_options.launch_info.GetExecutableFile()) {
  999           target->GetRunArguments(m_options.launch_info.GetArguments());
 1002             m_options.launch_info, debugger, target, error));