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

/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-enumerations.h415 eArgTypePid, enumerator in enum:lldb::CommandArgumentType
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1651 { LLDB_OPT_SET_1 , false, "pid" , 'p', OptionParser::eRequiredArgument, NULL, 0, eArgTypePid , "List the process info for a specific process ID." },
1657 { LLDB_OPT_SET_FROM_TO(2, 6), false, "parent" , 'P', OptionParser::eRequiredArgument, NULL, 0, eArgTypePid , "Find processes that have a matching parent process ID." },
1685 pid_args.arg_type = eArgTypePid;
1969 { LLDB_OPT_SET_1, false, "pid", 'p', OptionParser::eRequiredArgument, NULL, 0, eArgTypePid, "The process ID of an existing process to attach to."},
H A DCommandObjectProcess.cpp622 { LLDB_OPT_SET_1, false, "pid", 'p', OptionParser::eRequiredArgument, NULL, 0, eArgTypePid, "The process ID of an existing process to attach to."},
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandObject.cpp1123 { eArgTypePid, "pid", CommandCompletions::eNoCompletion, { NULL, false }, "The process ID number." },
/freebsd-10.3-release/contrib/llvm/tools/lldb/tools/driver/
H A DDriver.cpp85 { LLDB_OPT_SET_5, true , "attach-pid" , 'p', required_argument, 0, eArgTypePid,

Completed in 80 milliseconds