Home
last modified time | relevance | path

Searched refs:SetSelectedThreadByID (Results 1 – 11 of 11) sorted by relevance

/external/lldb/test/python_api/default-constructor/
Dsb_process.py25 obj.SetSelectedThreadByID(0)
/external/lldb/include/lldb/Target/
DThreadList.h53 SetSelectedThreadByID (lldb::tid_t tid, bool notify = false);
/external/lldb/source/Commands/
DCommandObjectThread.cpp536 process->GetThreadList().SetSelectedThreadByID (thread->GetID()); in DoExecute()
550 process->GetThreadList().SetSelectedThreadByID (thread->GetID()); in DoExecute()
1088 process->GetThreadList().SetSelectedThreadByID (m_options.m_thread_idx); in DoExecute()
1196 process->GetThreadList().SetSelectedThreadByID(new_thread->GetID(), true); in DoExecute()
/external/lldb/include/lldb/API/
DSBProcess.h139 SetSelectedThreadByID (lldb::tid_t tid);
/external/lldb/source/Target/
DStopInfo.cpp682 process->GetThreadList().SetSelectedThreadByID (thread_sp->GetID()); in PerformAction()
685 process->GetThreadList().SetSelectedThreadByID (thread_sp->GetID()); in PerformAction()
DThreadList.cpp684 ThreadList::SetSelectedThreadByID (lldb::tid_t tid, bool notify) in SetSelectedThreadByID() function in ThreadList
/external/lldb/source/API/
DSBProcess.cpp462 return process_sp->GetThreadList().SetSelectedThreadByID (thread.GetThreadID()); in SetSelectedThread()
468 SBProcess::SetSelectedThreadByID (lldb::tid_t tid) in SetSelectedThreadByID() function in SBProcess
477 ret_val = process_sp->GetThreadList().SetSelectedThreadByID (tid); in SetSelectedThreadByID()
DSBThread.cpp538 process->GetThreadList().SetSelectedThreadByID (thread->GetID()); in ResumeNewPlan()
/external/lldb/scripts/Python/interface/
DSBProcess.i177 SetSelectedThreadByID (lldb::tid_t tid);
/external/lldb/source/Plugins/Process/POSIX/
DPOSIXThread.cpp407 if (GetProcess()->GetThreadList().SetSelectedThreadByID(GetID())) in BreakNotify()
/external/lldb/www/python_reference/
Dapi-objects.txt3385 lldb.SBProcess.SetSelectedThreadByID lldb.SBProcess-class.html#SetSelectedThreadByID