Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectThread.cpp1906 uint32_t thread_plan_idx; in DoExecute() local
1907 if (!llvm::to_integer(args.GetArgumentAtIndex(0), thread_plan_idx)) { in DoExecute()
1914 if (thread_plan_idx == 0) { in DoExecute()
1920 if (thread->DiscardUserThreadPlansUpToIndex(thread_plan_idx)) { in DoExecute()