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

References

tools/lldb/source/API/SBBreakpoint.cpp
  957   LLDB_REGISTER_CONSTRUCTOR(SBBreakpoint, ());
  958   LLDB_REGISTER_CONSTRUCTOR(SBBreakpoint, (const lldb::SBBreakpoint &));
  959   LLDB_REGISTER_CONSTRUCTOR(SBBreakpoint, (const lldb::BreakpointSP &));
  960   LLDB_REGISTER_METHOD(const lldb::SBBreakpoint &,
  962   LLDB_REGISTER_METHOD(bool,
  964   LLDB_REGISTER_METHOD(bool,
  966   LLDB_REGISTER_METHOD_CONST(lldb::break_id_t, SBBreakpoint, GetID, ());
  967   LLDB_REGISTER_METHOD_CONST(bool, SBBreakpoint, IsValid, ());
  968   LLDB_REGISTER_METHOD_CONST(bool, SBBreakpoint, operator bool, ());
  969   LLDB_REGISTER_METHOD(void, SBBreakpoint, ClearAllBreakpointSites, ());
  970   LLDB_REGISTER_METHOD(lldb::SBBreakpointLocation, SBBreakpoint,
  972   LLDB_REGISTER_METHOD(lldb::break_id_t, SBBreakpoint,
  974   LLDB_REGISTER_METHOD(lldb::SBBreakpointLocation, SBBreakpoint,
  976   LLDB_REGISTER_METHOD(lldb::SBBreakpointLocation, SBBreakpoint,
  978   LLDB_REGISTER_METHOD(void, SBBreakpoint, SetEnabled, (bool));
  979   LLDB_REGISTER_METHOD(bool, SBBreakpoint, IsEnabled, ());
  980   LLDB_REGISTER_METHOD(void, SBBreakpoint, SetOneShot, (bool));
  981   LLDB_REGISTER_METHOD_CONST(bool, SBBreakpoint, IsOneShot, ());
  982   LLDB_REGISTER_METHOD(bool, SBBreakpoint, IsInternal, ());
  983   LLDB_REGISTER_METHOD(void, SBBreakpoint, SetIgnoreCount, (uint32_t));
  984   LLDB_REGISTER_METHOD(void, SBBreakpoint, SetCondition, (const char *));
  985   LLDB_REGISTER_METHOD(const char *, SBBreakpoint, GetCondition, ());
  986   LLDB_REGISTER_METHOD(void, SBBreakpoint, SetAutoContinue, (bool));
  987   LLDB_REGISTER_METHOD(bool, SBBreakpoint, GetAutoContinue, ());
  988   LLDB_REGISTER_METHOD_CONST(uint32_t, SBBreakpoint, GetHitCount, ());
  989   LLDB_REGISTER_METHOD_CONST(uint32_t, SBBreakpoint, GetIgnoreCount, ());
  990   LLDB_REGISTER_METHOD(void, SBBreakpoint, SetThreadID, (lldb::tid_t));
  991   LLDB_REGISTER_METHOD(lldb::tid_t, SBBreakpoint, GetThreadID, ());
  992   LLDB_REGISTER_METHOD(void, SBBreakpoint, SetThreadIndex, (uint32_t));
  993   LLDB_REGISTER_METHOD_CONST(uint32_t, SBBreakpoint, GetThreadIndex, ());
  994   LLDB_REGISTER_METHOD(void, SBBreakpoint, SetThreadName, (const char *));
  995   LLDB_REGISTER_METHOD_CONST(const char *, SBBreakpoint, GetThreadName, ());
  996   LLDB_REGISTER_METHOD(void, SBBreakpoint, SetQueueName, (const char *));
  997   LLDB_REGISTER_METHOD_CONST(const char *, SBBreakpoint, GetQueueName, ());
  998   LLDB_REGISTER_METHOD_CONST(size_t, SBBreakpoint, GetNumResolvedLocations,
 1000   LLDB_REGISTER_METHOD_CONST(size_t, SBBreakpoint, GetNumLocations, ());
 1001   LLDB_REGISTER_METHOD(void, SBBreakpoint, SetCommandLineCommands,
 1003   LLDB_REGISTER_METHOD(bool, SBBreakpoint, GetCommandLineCommands,
 1005   LLDB_REGISTER_METHOD(bool, SBBreakpoint, GetDescription,
 1007   LLDB_REGISTER_METHOD(bool, SBBreakpoint, GetDescription,
 1009   LLDB_REGISTER_METHOD(lldb::SBError, SBBreakpoint, AddLocation,
 1011   LLDB_REGISTER_METHOD(void, SBBreakpoint, SetScriptCallbackFunction,
 1013   LLDB_REGISTER_METHOD(lldb::SBError, SBBreakpoint, SetScriptCallbackFunction,
 1015   LLDB_REGISTER_METHOD(lldb::SBError, SBBreakpoint, SetScriptCallbackBody,
 1017   LLDB_REGISTER_METHOD(bool, SBBreakpoint, AddName, (const char *));
 1018   LLDB_REGISTER_METHOD(void, SBBreakpoint, RemoveName, (const char *));
 1019   LLDB_REGISTER_METHOD(bool, SBBreakpoint, MatchesName, (const char *));
 1020   LLDB_REGISTER_METHOD(void, SBBreakpoint, GetNames, (lldb::SBStringList &));
 1021   LLDB_REGISTER_STATIC_METHOD(bool, SBBreakpoint, EventIsBreakpointEvent,
 1023   LLDB_REGISTER_STATIC_METHOD(lldb::BreakpointEventType, SBBreakpoint,
 1026   LLDB_REGISTER_STATIC_METHOD(lldb::SBBreakpoint, SBBreakpoint,
 1029   LLDB_REGISTER_STATIC_METHOD(lldb::SBBreakpointLocation, SBBreakpoint,
 1032   LLDB_REGISTER_STATIC_METHOD(uint32_t, SBBreakpoint,
 1035   LLDB_REGISTER_METHOD_CONST(bool, SBBreakpoint, IsHardware, ());