Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Breakpoint/
HDBreakpointLocation.cpp65 SetThreadID (tid); in BreakpointLocation()
119 BreakpointLocation::SetThreadID (lldb::tid_t thread_id) in SetThreadID() function in BreakpointLocation
122 GetLocationOptions()->SetThreadID(thread_id); in SetThreadID()
128 m_options_ap->SetThreadID (thread_id); in SetThreadID()
HDWatchpointOptions.cpp161 WatchpointOptions::SetThreadID (lldb::tid_t thread_id) in SetThreadID() function in WatchpointOptions
HDBreakpointOptions.cpp205 BreakpointOptions::SetThreadID (lldb::tid_t thread_id) in SetThreadID() function in BreakpointOptions
HDBreakpoint.cpp217 Breakpoint::SetThreadID (lldb::tid_t thread_id) in SetThreadID() function in Breakpoint
/trueos/contrib/llvm/tools/lldb/source/API/
HDSBBreakpointLocation.cpp163 SBBreakpointLocation::SetThreadID (tid_t thread_id) in SetThreadID() function in SBBreakpointLocation
168 m_opaque_sp->SetThreadID (thread_id); in SetThreadID()
HDSBBreakpoint.cpp356 SBBreakpoint::SetThreadID (tid_t tid) in SetThreadID() function in SBBreakpoint
361 m_opaque_sp->SetThreadID (tid); in SetThreadID()
/trueos/contrib/llvm/tools/lldb/include/lldb/API/
HDSBBreakpointLocation.h62 SetThreadID (lldb::tid_t sb_thread_id);
HDSBBreakpoint.h95 SetThreadID (lldb::tid_t sb_thread_id);
/trueos/contrib/llvm/tools/lldb/source/Target/
HDThreadPlanStepUntil.cpp74 return_bp->SetThreadID(thread_id); in ThreadPlanStepUntil()
88 until_bp->SetThreadID(thread_id); in ThreadPlanStepUntil()
HDThreadPlanStepThrough.cpp62 return_bp->SetThreadID(m_thread.GetID()); in ThreadPlanStepThrough()
HDThreadPlanRunToAddress.cpp95 breakpoint->SetThreadID(m_thread.GetID()); in SetInitialBreakpoints()
HDThreadPlanStepOut.cpp108 return_bp->SetThreadID(m_thread.GetID()); in ThreadPlanStepOut()
HDThreadPlanStepRange.cpp405 m_next_branch_bp_sp->SetThreadID(m_thread.GetID()); in SetNextBranchBreakpoint()
/trueos/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
HDWatchpointOptions.h171 SetThreadID(lldb::tid_t thread_id);
HDBreakpointOptions.h274 SetThreadID(lldb::tid_t thread_id);
HDBreakpointLocation.h193 SetThreadID (lldb::tid_t thread_id);
HDBreakpoint.h396 SetThreadID (lldb::tid_t thread_id);
/trueos/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectBreakpoint.cpp535 bp->SetThreadID (m_options.m_thread_id); in DoExecute()
956 location->SetThreadID (m_options.m_thread_id); in DoExecute()
980 bp->SetThreadID (m_options.m_thread_id); in DoExecute()