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

References

tools/lldb/source/API/SBWatchpoint.cpp
  312   LLDB_REGISTER_CONSTRUCTOR(SBWatchpoint, ());
  313   LLDB_REGISTER_CONSTRUCTOR(SBWatchpoint, (const lldb::WatchpointSP &));
  314   LLDB_REGISTER_CONSTRUCTOR(SBWatchpoint, (const lldb::SBWatchpoint &));
  315   LLDB_REGISTER_METHOD(const lldb::SBWatchpoint &,
  317   LLDB_REGISTER_METHOD(lldb::watch_id_t, SBWatchpoint, GetID, ());
  318   LLDB_REGISTER_METHOD_CONST(bool, SBWatchpoint, IsValid, ());
  319   LLDB_REGISTER_METHOD_CONST(bool, SBWatchpoint, operator bool, ());
  320   LLDB_REGISTER_METHOD_CONST(
  322   LLDB_REGISTER_METHOD_CONST(
  324   LLDB_REGISTER_METHOD(lldb::SBError, SBWatchpoint, GetError, ());
  325   LLDB_REGISTER_METHOD(int32_t, SBWatchpoint, GetHardwareIndex, ());
  326   LLDB_REGISTER_METHOD(lldb::addr_t, SBWatchpoint, GetWatchAddress, ());
  327   LLDB_REGISTER_METHOD(size_t, SBWatchpoint, GetWatchSize, ());
  328   LLDB_REGISTER_METHOD(void, SBWatchpoint, SetEnabled, (bool));
  329   LLDB_REGISTER_METHOD(bool, SBWatchpoint, IsEnabled, ());
  330   LLDB_REGISTER_METHOD(uint32_t, SBWatchpoint, GetHitCount, ());
  331   LLDB_REGISTER_METHOD(uint32_t, SBWatchpoint, GetIgnoreCount, ());
  332   LLDB_REGISTER_METHOD(void, SBWatchpoint, SetIgnoreCount, (uint32_t));
  333   LLDB_REGISTER_METHOD(const char *, SBWatchpoint, GetCondition, ());
  334   LLDB_REGISTER_METHOD(void, SBWatchpoint, SetCondition, (const char *));
  335   LLDB_REGISTER_METHOD(bool, SBWatchpoint, GetDescription,
  337   LLDB_REGISTER_METHOD(void, SBWatchpoint, Clear, ());
  338   LLDB_REGISTER_METHOD_CONST(lldb::WatchpointSP, SBWatchpoint, GetSP, ());
  339   LLDB_REGISTER_METHOD(void, SBWatchpoint, SetSP,
  341   LLDB_REGISTER_STATIC_METHOD(bool, SBWatchpoint, EventIsWatchpointEvent,
  343   LLDB_REGISTER_STATIC_METHOD(lldb::WatchpointEventType, SBWatchpoint,
  346   LLDB_REGISTER_STATIC_METHOD(lldb::SBWatchpoint, SBWatchpoint,