Home
last modified time | relevance | path

Searched refs:SetThreadID (Results 1 – 21 of 21) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp47 SetThreadID(tid); in BreakpointLocation()
105 void BreakpointLocation::SetThreadID(lldb::tid_t thread_id) { in SetThreadID() function in BreakpointLocation
107 GetLocationOptions()->SetThreadID(thread_id); in SetThreadID()
112 m_options_ap->SetThreadID(thread_id); in SetThreadID()
H A DWatchpointOptions.cpp127 void WatchpointOptions::SetThreadID(lldb::tid_t thread_id) { in SetThreadID() function in WatchpointOptions
H A DBreakpointOptions.cpp538 void BreakpointOptions::SetThreadID(lldb::tid_t thread_id) { in SetThreadID() function in BreakpointOptions
H A DBreakpoint.cpp354 void Breakpoint::SetThreadID(lldb::tid_t thread_id) { in SetThreadID() function in Breakpoint
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBBreakpointLocation.h63 void SetThreadID(lldb::tid_t sb_thread_id);
H A DSBBreakpointName.h67 void SetThreadID(lldb::tid_t sb_thread_id);
H A DSBBreakpoint.h76 void SetThreadID(lldb::tid_t sb_thread_id);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanStepUntil.cpp60 return_bp->SetThreadID(thread_id); in ThreadPlanStepUntil()
73 until_bp->SetThreadID(thread_id); in ThreadPlanStepUntil()
H A DThreadPlanStepThrough.cpp65 return_bp->SetThreadID(m_thread.GetID()); in ThreadPlanStepThrough()
H A DThreadPlanRunToAddress.cpp75 breakpoint->SetThreadID(m_thread.GetID()); in SetInitialBreakpoints()
H A DThreadPlanStepOut.cpp136 return_bp->SetThreadID(m_thread.GetID()); in ThreadPlanStepOut()
H A DThreadPlanStepRange.cpp365 m_next_branch_bp_sp->SetThreadID(m_thread.GetID()); in SetNextBranchBreakpoint()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DWatchpointOptions.h180 void SetThreadID(lldb::tid_t thread_id);
H A DBreakpointLocation.h175 void SetThreadID(lldb::tid_t thread_id);
H A DBreakpointOptions.h375 void SetThreadID(lldb::tid_t thread_id);
H A DBreakpoint.h423 void SetThreadID(lldb::tid_t thread_id);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBBreakpointLocation.cpp245 void SBBreakpointLocation::SetThreadID(tid_t thread_id) { in SetThreadID() function in SBBreakpointLocation
250 loc_sp->SetThreadID(thread_id); in SetThreadID()
H A DSBBreakpointName.cpp344 void SBBreakpointName::SetThreadID(tid_t tid) { in SetThreadID() function in SBBreakpointName
356 bp_name->GetOptions().SetThreadID(tid); in SetThreadID()
H A DSBBreakpoint.cpp301 void SBBreakpoint::SetThreadID(tid_t tid) { in SetThreadID() function in SBBreakpoint
306 bkpt_sp->SetThreadID(tid); in SetThreadID()
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdCmdBreak.cpp284 m_brkPt.SetThreadID(m_nBrkPtThreadId); in Execute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp137 m_bp_opts.SetThreadID(thread_id); in SetOptionValue()