reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
    1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
/*===- TableGen'erated file -------------------------------------*- C++ -*-===*\
|*                                                                            *|
|* Property definitions for LLDB.                                             *|
|*                                                                            *|
|* Automatically generated file, do not edit!                                 *|
|*                                                                            *|
\*===----------------------------------------------------------------------===*/

// Property definitions for processgdbremote
#ifdef LLDB_PROPERTIES_processgdbremote
static constexpr PropertyDefinition g_processgdbremote_properties[] = {
  {"packet-timeout", OptionValue::eTypeUInt64, true, 5, nullptr, {}, "Specify the default packet timeout in seconds."},
  {"target-definition-file", OptionValue::eTypeFileSpec, true, 0, "", {}, "The file that provides the description for remote target registers."},
  {"use-libraries-svr4", OptionValue::eTypeBoolean, true, 0, nullptr, {}, "If true, the libraries-svr4 feature will be used to get a hold of the process's loaded modules."},
};
#undef LLDB_PROPERTIES_processgdbremote
#endif // processgdbremote Property