HomeSort by relevance Sort by last modified time
    Searched refs:eArgTypeProcessName (Results 1 - 5 of 5) sorted by null

  /external/lldb/source/Commands/
CommandObjectPlatform.cpp 748 { LLDB_OPT_SET_2 , true , "name" , 'n', required_argument, NULL, 0, eArgTypeProcessName , "Find processes with executable basenames that match a string." },
749 { LLDB_OPT_SET_3 , true , "ends-with" , 'e', required_argument, NULL, 0, eArgTypeProcessName , "Find processes with executable basenames that end with a string." },
750 { LLDB_OPT_SET_4 , true , "starts-with", 's', required_argument, NULL, 0, eArgTypeProcessName , "Find processes with executable basenames that start with a string." },
751 { LLDB_OPT_SET_5 , true , "contains" , 'c', required_argument, NULL, 0, eArgTypeProcessName , "Find processes with executable basenames that contain a string." },
    [all...]
CommandObjectProcess.cpp 707 { LLDB_OPT_SET_2, false, "name", 'n', required_argument, NULL, 0, eArgTypeProcessName, "The name of the process to attach to."},
    [all...]
  /external/lldb/include/lldb/
lldb-enumerations.h 411 eArgTypeProcessName,
  /external/lldb/source/Interpreter/
CommandObject.cpp     [all...]
  /external/lldb/tools/driver/
Driver.cpp 90 { LLDB_OPT_SET_4, true , "attach-name" , 'n', required_argument, 0, eArgTypeProcessName,
    [all...]

Completed in 77 milliseconds