Home
last modified time | relevance | path

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

12

/llvm-project/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/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.cpp445 m_next_branch_bp_sp->SetThreadID(m_tid); in MischiefManaged()
/llvm-project/lldb/test/API/functionalities/thread/thread_specific_break_plus_condition/
H A DTestThreadSpecificBpPlusCondition.py62 break_thread_body.SetThreadID(victim_thread.GetThreadID())
/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpointOptions.h146 void SetThreadID(lldb::tid_t thread_id);
H A DBreakpointLocation.h147 void SetThreadID(lldb::tid_t thread_id);
350 /// internally because SetThreadID broadcasts an event in addition to mutating
351 /// state. The constructor calls this instead of SetThreadID to avoid the
H A DBreakpointOptions.h322 void SetThreadID(lldb::tid_t thread_id);
H A DBreakpoint.h355 void SetThreadID(lldb::tid_t thread_id);
/llvm-project/lldb/test/API/functionalities/thread/thread_specific_break/
H A DTestThreadSpecificBreakpoint.py19 breakpoint.SetThreadID(id)
/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);
/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp101 void BreakpointLocation::SetThreadID(lldb::tid_t thread_id) { in SetThreadID() function in BreakpointLocation
729 GetLocationOptions().SetThreadID(thread_id);
734 m_options_up->SetThreadID(thread_id);
H A DWatchpointOptions.cpp114 void WatchpointOptions::SetThreadID(lldb::tid_t thread_id) { in SetThreadID() function in WatchpointOptions
/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.cpp350 void SBBreakpointName::SetThreadID(lldb::tid_t tid) { in SetThreadID() function in SBBreakpointName
360 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()
/llvm-project/lldb/test/API/functionalities/breakpoint/serialize/
H A DTestBreakpointSerialization.py311 bkpt.SetThreadID(10)
376 bkpt.SetThreadID(10)
/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_locations/
H A DTestBreakpointLocations.py127 bkpt_loc.SetThreadID(value)
/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp263 m_msgSend_bkpts.back()->SetThreadID(GetThread().GetID()); in AppleThreadPlanStepThroughDirectDispatch()

12