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

References

tools/lldb/source/API/SBPlatform.cpp
  645   LLDB_REGISTER_CONSTRUCTOR(SBPlatformShellCommand, (const char *));
  646   LLDB_REGISTER_CONSTRUCTOR(SBPlatformShellCommand,
  648   LLDB_REGISTER_METHOD(void, SBPlatformShellCommand, Clear, ());
  649   LLDB_REGISTER_METHOD(const char *, SBPlatformShellCommand, GetCommand, ());
  650   LLDB_REGISTER_METHOD(void, SBPlatformShellCommand, SetCommand,
  652   LLDB_REGISTER_METHOD(const char *, SBPlatformShellCommand,
  654   LLDB_REGISTER_METHOD(void, SBPlatformShellCommand, SetWorkingDirectory,
  656   LLDB_REGISTER_METHOD(uint32_t, SBPlatformShellCommand, GetTimeoutSeconds,
  658   LLDB_REGISTER_METHOD(void, SBPlatformShellCommand, SetTimeoutSeconds,
  660   LLDB_REGISTER_METHOD(int, SBPlatformShellCommand, GetSignal, ());
  661   LLDB_REGISTER_METHOD(int, SBPlatformShellCommand, GetStatus, ());
  662   LLDB_REGISTER_METHOD(const char *, SBPlatformShellCommand, GetOutput, ());