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

References

tools/lldb/source/API/SBBreakpointLocation.cpp
  476   LLDB_REGISTER_CONSTRUCTOR(SBBreakpointLocation, ());
  477   LLDB_REGISTER_CONSTRUCTOR(SBBreakpointLocation,
  479   LLDB_REGISTER_CONSTRUCTOR(SBBreakpointLocation,
  481   LLDB_REGISTER_METHOD(
  484   LLDB_REGISTER_METHOD_CONST(bool, SBBreakpointLocation, IsValid, ());
  485   LLDB_REGISTER_METHOD_CONST(bool, SBBreakpointLocation, operator bool, ());
  486   LLDB_REGISTER_METHOD(lldb::SBAddress, SBBreakpointLocation, GetAddress, ());
  487   LLDB_REGISTER_METHOD(lldb::addr_t, SBBreakpointLocation, GetLoadAddress,
  489   LLDB_REGISTER_METHOD(void, SBBreakpointLocation, SetEnabled, (bool));
  490   LLDB_REGISTER_METHOD(bool, SBBreakpointLocation, IsEnabled, ());
  491   LLDB_REGISTER_METHOD(uint32_t, SBBreakpointLocation, GetHitCount, ());
  492   LLDB_REGISTER_METHOD(uint32_t, SBBreakpointLocation, GetIgnoreCount, ());
  493   LLDB_REGISTER_METHOD(void, SBBreakpointLocation, SetIgnoreCount,
  495   LLDB_REGISTER_METHOD(void, SBBreakpointLocation, SetCondition,
  497   LLDB_REGISTER_METHOD(const char *, SBBreakpointLocation, GetCondition, ());
  498   LLDB_REGISTER_METHOD(void, SBBreakpointLocation, SetAutoContinue, (bool));
  499   LLDB_REGISTER_METHOD(bool, SBBreakpointLocation, GetAutoContinue, ());
  500   LLDB_REGISTER_METHOD(void, SBBreakpointLocation, SetScriptCallbackFunction,
  502   LLDB_REGISTER_METHOD(SBError, SBBreakpointLocation, SetScriptCallbackFunction,
  504   LLDB_REGISTER_METHOD(lldb::SBError, SBBreakpointLocation,
  506   LLDB_REGISTER_METHOD(void, SBBreakpointLocation, SetCommandLineCommands,
  508   LLDB_REGISTER_METHOD(bool, SBBreakpointLocation, GetCommandLineCommands,
  510   LLDB_REGISTER_METHOD(void, SBBreakpointLocation, SetThreadID,
  512   LLDB_REGISTER_METHOD(lldb::tid_t, SBBreakpointLocation, GetThreadID, ());
  513   LLDB_REGISTER_METHOD(void, SBBreakpointLocation, SetThreadIndex,
  515   LLDB_REGISTER_METHOD_CONST(uint32_t, SBBreakpointLocation, GetThreadIndex,
  517   LLDB_REGISTER_METHOD(void, SBBreakpointLocation, SetThreadName,
  519   LLDB_REGISTER_METHOD_CONST(const char *, SBBreakpointLocation,
  521   LLDB_REGISTER_METHOD(void, SBBreakpointLocation, SetQueueName,
  523   LLDB_REGISTER_METHOD_CONST(const char *, SBBreakpointLocation, GetQueueName,
  525   LLDB_REGISTER_METHOD(bool, SBBreakpointLocation, IsResolved, ());
  526   LLDB_REGISTER_METHOD(bool, SBBreakpointLocation, GetDescription,
  528   LLDB_REGISTER_METHOD(lldb::break_id_t, SBBreakpointLocation, GetID, ());
  529   LLDB_REGISTER_METHOD(lldb::SBBreakpoint, SBBreakpointLocation,