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

Declarations

tools/lldb/include/lldb/Breakpoint/BreakpointOptions.h
  324   void SetThreadID(lldb::tid_t thread_id);

References

tools/lldb/source/API/SBBreakpointName.cpp
  370   bp_name->GetOptions().SetThreadID(tid);
tools/lldb/source/Breakpoint/BreakpointLocation.cpp
  106     GetLocationOptions()->SetThreadID(thread_id);
  111       m_options_up->SetThreadID(thread_id);
tools/lldb/source/Commands/CommandObjectBreakpoint.cpp
  124       m_bp_opts.SetThreadID(thread_id);