Home
last modified time | relevance | path

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

12

/external/llvm-project/lldb/source/API/
DSBBreakpointLocation.cpp304 void SBBreakpointLocation::SetThreadID(tid_t thread_id) { in SetThreadID() function in SBBreakpointLocation
305 LLDB_RECORD_METHOD(void, SBBreakpointLocation, SetThreadID, (lldb::tid_t), in SetThreadID()
312 loc_sp->SetThreadID(thread_id); in SetThreadID()
510 LLDB_REGISTER_METHOD(void, SBBreakpointLocation, SetThreadID, in RegisterMethods()
DSBBreakpointName.cpp361 void SBBreakpointName::SetThreadID(tid_t tid) { in SetThreadID() function in SBBreakpointName
362 LLDB_RECORD_METHOD(void, SBBreakpointName, SetThreadID, (lldb::tid_t), tid); in SetThreadID()
371 bp_name->GetOptions().SetThreadID(tid); in SetThreadID()
730 LLDB_REGISTER_METHOD(void, SBBreakpointName, SetThreadID, (lldb::tid_t)); in RegisterMethods()
DSBBreakpoint.cpp355 void SBBreakpoint::SetThreadID(tid_t tid) { in SetThreadID() function in SBBreakpoint
356 LLDB_RECORD_METHOD(void, SBBreakpoint, SetThreadID, (lldb::tid_t), tid); in SetThreadID()
362 bkpt_sp->SetThreadID(tid); in SetThreadID()
1025 LLDB_REGISTER_METHOD(void, SBBreakpoint, SetThreadID, (lldb::tid_t)); in RegisterMethods()
/external/llvm-project/lldb/source/Breakpoint/
DBreakpointLocation.cpp45 SetThreadID(tid); in BreakpointLocation()
103 void BreakpointLocation::SetThreadID(lldb::tid_t thread_id) { in SetThreadID() function in BreakpointLocation
105 GetLocationOptions()->SetThreadID(thread_id); in SetThreadID()
110 m_options_up->SetThreadID(thread_id); in SetThreadID()
DWatchpointOptions.cpp116 void WatchpointOptions::SetThreadID(lldb::tid_t thread_id) { in SetThreadID() function in WatchpointOptions
/external/llvm-project/lldb/test/API/python_api/default-constructor/
Dsb_breakpointlocation.py15 obj.SetThreadID(0)
Dsb_breakpoint.py23 obj.SetThreadID(0)
Dsb_breakpointname.py21 obj.SetThreadID(0x1234)
/external/llvm-project/lldb/source/Target/
DThreadPlanStepUntil.cpp56 return_bp->SetThreadID(m_tid); in ThreadPlanStepUntil()
69 until_bp->SetThreadID(m_tid); in ThreadPlanStepUntil()
DThreadPlanStepThrough.cpp60 return_bp->SetThreadID(m_tid); in ThreadPlanStepThrough()
DThreadPlanRunToAddress.cpp71 breakpoint->SetThreadID(m_tid); in SetInitialBreakpoints()
/external/llvm-project/lldb/bindings/interface/
DSBBreakpointName.i69 void SetThreadID(lldb::tid_t sb_thread_id);
DSBBreakpointLocation.i106 SetThreadID (lldb::tid_t sb_thread_id);
DSBBreakpoint.i157 SetThreadID (lldb::tid_t sb_thread_id);
/external/llvm-project/lldb/test/API/functionalities/thread/thread_specific_break_plus_condition/
DTestThreadSpecificBpPlusCondition.py66 break_thread_body.SetThreadID(victim_thread.GetThreadID())
/external/llvm-project/lldb/test/API/functionalities/thread/thread_specific_break/
DTestThreadSpecificBreakpoint.py14 breakpoint.SetThreadID(id)
/external/llvm-project/lldb/include/lldb/API/
DSBBreakpointLocation.h67 void SetThreadID(lldb::tid_t sb_thread_id);
DSBBreakpointName.h68 void SetThreadID(lldb::tid_t sb_thread_id);
DSBBreakpoint.h79 void SetThreadID(lldb::tid_t sb_thread_id);
/external/llvm-project/lldb/include/lldb/Breakpoint/
DWatchpointOptions.h151 void SetThreadID(lldb::tid_t thread_id);
DBreakpointLocation.h142 void SetThreadID(lldb::tid_t thread_id);
DBreakpointOptions.h324 void SetThreadID(lldb::tid_t thread_id);
DBreakpoint.h348 void SetThreadID(lldb::tid_t thread_id);
/external/llvm-project/lldb/source/Plugins/Process/Linux/
DProcessorTrace.h93 void SetThreadID(lldb::tid_t tid) { m_thread_id = tid; } in SetThreadID() function
/external/llvm-project/lldb/test/API/functionalities/breakpoint/serialize/
DTestBreakpointSerialization.py230 bkpt.SetThreadID(10)
282 bkpt.SetThreadID(10)

12