Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectThread.cpp622 CommandArgumentData thread_idx_arg; in CommandObjectThreadContinue() local
625 thread_idx_arg.arg_type = eArgTypeThreadIndex; in CommandObjectThreadContinue()
626 thread_idx_arg.arg_repetition = eArgRepeatPlus; in CommandObjectThreadContinue()
630 arg.push_back(thread_idx_arg); in CommandObjectThreadContinue()
1122 CommandArgumentData thread_idx_arg; in CommandObjectThreadSelect() local
1125 thread_idx_arg.arg_type = eArgTypeThreadIndex; in CommandObjectThreadSelect()
1126 thread_idx_arg.arg_repetition = eArgRepeatPlain; in CommandObjectThreadSelect()
1130 arg.push_back(thread_idx_arg); in CommandObjectThreadSelect()