Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectThread.cpp1861 uint32_t thread_plan_idx; in DoExecute() local
1862 if (!llvm::to_integer(args.GetArgumentAtIndex(0), thread_plan_idx)) { in DoExecute()
1870 if (thread_plan_idx == 0) { in DoExecute()
1877 if (thread->DiscardUserThreadPlansUpToIndex(thread_plan_idx)) { in DoExecute()