Home
last modified time | relevance | path

Searched refs:SetSelectedThreadByIndexID (Results 1 – 7 of 7) sorted by relevance

/external/lldb/include/lldb/Target/
DThreadList.h56 SetSelectedThreadByIndexID (uint32_t index_id, bool notify = false);
/external/lldb/include/lldb/API/
DSBProcess.h142 SetSelectedThreadByIndexID (uint32_t index_id);
/external/lldb/scripts/Python/interface/
DSBProcess.i180 SetSelectedThreadByIndexID (uint32_t index_id);
/external/lldb/source/API/
DSBProcess.cpp488 SBProcess::SetSelectedThreadByIndexID (uint32_t index_id) in SetSelectedThreadByIndexID() function in SBProcess
497 ret_val = process_sp->GetThreadList().SetSelectedThreadByIndexID (index_id); in SetSelectedThreadByIndexID()
/external/lldb/source/Target/
DThreadList.cpp703 ThreadList::SetSelectedThreadByIndexID (uint32_t index_id, bool notify) in SetSelectedThreadByIndexID() function in ThreadList
DProcess.cpp5418 … if (GetThreadList().SetSelectedThreadByIndexID (selected_tid) && selected_stack_id.IsValid()) in RunThreadPlan()
/external/lldb/www/python_reference/
Dapi-objects.txt3402 lldb.SBProcess.SetSelectedThreadByIndexID lldb.SBProcess-class.html#SetSelectedThreadByIndexID