Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBBreakpointNameExtensions.i17 …thread_id = property(GetThreadID, SetThreadID, doc='A read/write property that configures the thre…
H A DSBBreakpointLocationExtensions.i20 …thread_id = property(GetThreadID, SetThreadID, doc='A read/write property that configures the thre…
H A DSBBreakpointExtensions.i59 …thread_id = property(GetThreadID, SetThreadID, doc='A read/write property that configures the thre…
/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.cpp187 return_bp->SetThreadID(m_tid); in SetupReturnAddress()
H A DThreadPlanStepRange.cpp447 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.h143 void SetThreadID(lldb::tid_t thread_id);
H A DBreakpointOptions.h320 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.h64 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.cpp97 void BreakpointLocation::SetThreadID(lldb::tid_t thread_id) { in SetThreadID() function in BreakpointLocation
721 GetLocationOptions().SetThreadID(thread_id); in SetThreadIDInternal()
726 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.cpp491 void BreakpointOptions::SetThreadID(lldb::tid_t thread_id) { in SetThreadID() function in BreakpointOptions
H A DBreakpoint.cpp385 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(lldb::tid_t thread_id) { in SetThreadID() function in SBBreakpointLocation
312 loc_sp->SetThreadID(thread_id); in SetThreadID()
H A DSBBreakpointName.cpp351 void SBBreakpointName::SetThreadID(lldb::tid_t tid) { in SetThreadID() function in SBBreakpointName
361 bp_name->GetOptions().SetThreadID(tid); in SetThreadID()
H A DSBBreakpoint.cpp345 void SBBreakpoint::SetThreadID(lldb::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.cpp139 m_bp_opts.SetThreadID(thread_id); in SetOptionValue()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp8258 (arg1)->SetThreadID(arg2); in _wrap_SBBreakpoint_SetThreadID()
10253 (arg1)->SetThreadID(arg2); in _wrap_SBBreakpointLocation_SetThreadID()
11136 (arg1)->SetThreadID(arg2); in _wrap_SBBreakpointName_SetThreadID()