Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_breakpointlocation.py15 obj.SetThreadID(0)
H A Dsb_breakpoint.py23 obj.SetThreadID(0)
H A Dsb_breakpointname.py21 obj.SetThreadID(0x1234)
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp45 SetThreadID(tid); in BreakpointLocation()
102 void BreakpointLocation::SetThreadID(lldb::tid_t thread_id) { in SetThreadID() function in BreakpointLocation
104 GetLocationOptions().SetThreadID(thread_id); in SetThreadID()
109 m_options_up->SetThreadID(thread_id); in SetThreadID()
H A DWatchpointOptions.cpp114 void WatchpointOptions::SetThreadID(lldb::tid_t thread_id) { in SetThreadID() function in WatchpointOptions
/llvm-project-15.0.7/lldb/test/API/functionalities/thread/thread_specific_break_plus_condition/
H A DTestThreadSpecificBpPlusCondition.py64 break_thread_body.SetThreadID(victim_thread.GetThreadID())
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBBreakpointName.i69 void SetThreadID(lldb::tid_t sb_thread_id);
H A DSBBreakpointLocation.i106 SetThreadID (lldb::tid_t sb_thread_id);
H A DSBBreakpoint.i157 SetThreadID (lldb::tid_t sb_thread_id);
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBBreakpointLocation.h67 void SetThreadID(lldb::tid_t sb_thread_id);
H A DSBBreakpointName.h68 void SetThreadID(lldb::tid_t sb_thread_id);
H A DSBBreakpoint.h79 void SetThreadID(lldb::tid_t sb_thread_id);
/llvm-project-15.0.7/lldb/include/lldb/Breakpoint/
H A DWatchpointOptions.h151 void SetThreadID(lldb::tid_t thread_id);
H A DBreakpointLocation.h142 void SetThreadID(lldb::tid_t thread_id);
H A DBreakpointOptions.h322 void SetThreadID(lldb::tid_t thread_id);
H A DBreakpoint.h353 void SetThreadID(lldb::tid_t thread_id);
/llvm-project-15.0.7/lldb/test/API/functionalities/thread/thread_specific_break/
H A DTestThreadSpecificBreakpoint.py18 breakpoint.SetThreadID(id)
/llvm-project-15.0.7/lldb/source/API/
H A DSBBreakpointLocation.cpp288 void SBBreakpointLocation::SetThreadID(tid_t thread_id) { in SetThreadID() function in SBBreakpointLocation
295 loc_sp->SetThreadID(thread_id); in SetThreadID()
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.cpp346 void SBBreakpoint::SetThreadID(tid_t tid) { in SetThreadID() function in SBBreakpoint
353 bkpt_sp->SetThreadID(tid); in SetThreadID()
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/serialize/
H A DTestBreakpointSerialization.py222 bkpt.SetThreadID(10)
274 bkpt.SetThreadID(10)
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp263 m_msgSend_bkpts.back()->SetThreadID(GetThread().GetID()); in AppleThreadPlanStepThroughDirectDispatch()

12