Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1539 CommandArgumentData pid_args; in CommandObjectPlatformProcessInfo() local
1542 pid_args.arg_type = eArgTypePid; in CommandObjectPlatformProcessInfo()
1543 pid_args.arg_repetition = eArgRepeatStar; in CommandObjectPlatformProcessInfo()
1547 arg.push_back(pid_args); in CommandObjectPlatformProcessInfo()