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

References

gen/tools/lldb/source/Target/TargetProperties.inc
   87   {"run-args", OptionValue::eTypeArgs, false, 0, "", {}, "A list containing all the arguments to be passed to the executable when it is run. Note that this does NOT include the argv[0] which is in target.arg0."},
tools/lldb/include/lldb/Interpreter/OptionValue.h
  131     case 1u << eTypeArgs:
  132       return eTypeArgs;
tools/lldb/include/lldb/Interpreter/OptionValueArgs.h
   26   Type GetType() const override { return eTypeArgs; }
tools/lldb/source/Interpreter/OptionValue.cpp
  118   if (GetType() == OptionValue::eTypeArgs)
  124   if (GetType() == OptionValue::eTypeArgs)
  461   case eTypeArgs:
tools/lldb/source/Interpreter/Property.cpp
   38   case OptionValue::eTypeArgs: