Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandOptionArgumentTable.h296 …{ lldb::eArgTypeThreadID, "thread-id", CommandCompletions::eNoCompletion, {}, { nullptr, false }, …
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h586 eArgTypeThreadID, enumerator
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectThread.cpp378 thread_id_arg.arg_type = eArgTypeThreadID; in CommandObjectThreadStepWithTypeAndScope()
1950 tid_arg.arg_type = eArgTypeThreadID; in CommandObjectThreadPlanPrune()
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst859 .. py:data:: eArgTypeThreadID