Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepUntil.cpp57 return_bp->SetThreadID(m_tid); in ThreadPlanStepUntil()
70 until_bp->SetThreadID(m_tid); in ThreadPlanStepUntil()
H A DThreadPlanStepThrough.cpp60 return_bp->SetThreadID(m_tid); in ThreadPlanStepThrough()
H A DThreadPlanRunToAddress.cpp72 breakpoint->SetThreadID(m_tid); in SetInitialBreakpoints()
H A DThreadPlanStepOut.cpp147 return_bp->SetThreadID(m_tid); in ThreadPlanStepOut()
H A DThreadPlanStepRange.cpp378 m_next_branch_bp_sp->SetThreadID(m_tid); in SetNextBranchBreakpoint()
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpointOptions.h146 void SetThreadID(lldb::tid_t thread_id);
H A DBreakpointLocation.h145 void SetThreadID(lldb::tid_t thread_id);
H A DBreakpointOptions.h322 void SetThreadID(lldb::tid_t thread_id);
H A DBreakpoint.h355 void SetThreadID(lldb::tid_t thread_id);
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpointName.h68 void SetThreadID(lldb::tid_t sb_thread_id);
H A DSBBreakpointLocation.h80 void SetThreadID(lldb::tid_t sb_thread_id);
H A DSBBreakpoint.h84 void SetThreadID(lldb::tid_t sb_thread_id);
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp101 void BreakpointLocation::SetThreadID(lldb::tid_t thread_id) { in SetThreadID() function in BreakpointLocation
668 GetLocationOptions().SetThreadID(thread_id); in SetThreadIDInternal()
673 m_options_up->SetThreadID(thread_id); in SetThreadIDInternal()
H A DWatchpointOptions.cpp114 void WatchpointOptions::SetThreadID(lldb::tid_t thread_id) { in SetThreadID() function in WatchpointOptions
H A DBreakpointOptions.cpp498 void BreakpointOptions::SetThreadID(lldb::tid_t thread_id) { in SetThreadID() function in BreakpointOptions
H A DBreakpoint.cpp336 void Breakpoint::SetThreadID(lldb::tid_t thread_id) { in SetThreadID() function in Breakpoint
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointLocation.cpp305 void SBBreakpointLocation::SetThreadID(tid_t thread_id) {
312 loc_sp->SetThreadID(thread_id); in SetThreadID()
306 void SBBreakpointLocation::SetThreadID(tid_t thread_id) { SetThreadID() function in SBBreakpointLocation
H A DSBBreakpointName.cpp350 void SBBreakpointName::SetThreadID(tid_t tid) { in SetThreadID() function in SBBreakpointName
360 bp_name->GetOptions().SetThreadID(tid); in SetThreadID()
H A DSBBreakpoint.cpp345 void SBBreakpoint::SetThreadID(tid_t tid) { in SetThreadID() function in SBBreakpoint
352 bkpt_sp->SetThreadID(tid); in SetThreadID()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp263 m_msgSend_bkpts.back()->SetThreadID(GetThread().GetID()); in AppleThreadPlanStepThroughDirectDispatch()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp134 m_bp_opts.SetThreadID(thread_id); in SetOptionValue()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp8324 (arg1)->SetThreadID(arg2); in _wrap_SBBreakpoint_SetThreadID()
10288 (arg1)->SetThreadID(arg2); in _wrap_SBBreakpointLocation_SetThreadID()
11171 (arg1)->SetThreadID(arg2); in _wrap_SBBreakpointName_SetThreadID()