Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp1925 uint32_t thread_plan_idx; in DoExecute() local
1926 if (!llvm::to_integer(args.GetArgumentAtIndex(0), thread_plan_idx)) { in DoExecute()
1933 if (thread_plan_idx == 0) { in DoExecute()
1939 if (thread->DiscardUserThreadPlansUpToIndex(thread_plan_idx)) { in DoExecute()