Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Commands/
H A DOptionsBase.td83 // Sets the argument type to eArgTypePid and marks option as
87 // Sets the argument type to eArgTypePid and marks option as
H A DCommandObjectPlatform.cpp1494 pid_args.arg_type = eArgTypePid; in CommandObjectPlatformProcessInfo()
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandOptionArgumentTable.h271 …{ lldb::eArgTypePid, "pid", CommandCompletions::eProcessIDCompletion, {}, { nullptr, false }, "The…
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h561 eArgTypePid, enumerator
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst834 .. py:data:: eArgTypePid