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

  /external/lldb/source/Interpreter/
OptionGroupOutputFile.cpp 34 { LLDB_OPT_SET_1 , false, "outfile", 'o', required_argument, NULL, 0, eArgTypeFilename , "Specify a path for capturing command output."},
OptionGroupPlatform.cpp 91 { LLDB_OPT_SET_ALL, false, "sysroot" , 'S', required_argument, NULL, 0, eArgTypeFilename, "Specify the SDK root directory that contains a root of all remote system files." }
CommandObject.cpp     [all...]
  /external/lldb/source/Commands/
CommandObjectPlugin.cpp 40 cmd_arg.arg_type = eArgTypeFilename;
CommandObjectSource.cpp 141 { LLDB_OPT_SET_1, false, "file", 'f', required_argument, NULL, CommandCompletions::eSourceFileCompletion, eArgTypeFilename, "The file from which to display source."},
    [all...]
CommandObjectLog.cpp 218 { LLDB_OPT_SET_1, false, "file", 'f', required_argument, NULL, 0, eArgTypeFilename, "Set the destination file to log to."},
CommandObjectTarget.cpp 160 m_core_file (LLDB_OPT_SET_1, false, "core", 'c', 0, eArgTypeFilename, "Fullpath to a core file to use for this target."),
161 m_symbol_file (LLDB_OPT_SET_1, false, "symfile", 's', 0, eArgTypeFilename, "Fullpath to a stand alone debug symbols file for when debug symbols are not in the executable."),
162 m_remote_file (LLDB_OPT_SET_1, false, "remote-file", 'r', 0, eArgTypeFilename, "Fullpath to the file on the remote host if debugging remotely."),
169 file_arg.arg_type = eArgTypeFilename;
620 m_option_compile_units (LLDB_OPT_SET_1, false, "file", 'file', 0, eArgTypeFilename, "A basename or fullpath to a file that contains global variables. This option can be specified multiple times."),
621 m_option_shared_libraries (LLDB_OPT_SET_1, false, "shlib",'shlb', 0, eArgTypeFilename, "A basename or fullpath to a shared library to use in the search for global variables. This option can be specified multiple times."),
    [all...]
CommandObjectBreakpoint.cpp 631 { LLDB_OPT_FILE, false, "file", 'f', required_argument, NULL, CommandCompletions::eSourceFileCompletion, eArgTypeFilename,
    [all...]
CommandObjectCommands.cpp 256 file_arg.arg_type = eArgTypeFilename;
    [all...]
CommandObjectMemory.cpp     [all...]
  /external/lldb/include/lldb/
lldb-enumerations.h 389 eArgTypeFilename,
  /external/lldb/tools/driver/
Driver.cpp 86 { LLDB_OPT_SET_3, true , "file" , 'f', required_argument, 0, eArgTypeFilename,
88 { LLDB_OPT_SET_3, false, "core" , 'c', required_argument, 0, eArgTypeFilename,
102 { LLDB_3_TO_5, false, "source" , 's', required_argument, 0, eArgTypeFilename,
    [all...]
  /external/lldb/source/Target/
Process.cpp 835 { LLDB_OPT_SET_ALL, false, "shell", 'c', optional_argument, NULL, 0, eArgTypeFilename, "Run the process in a shell (not supported on all platforms)."},
837 { LLDB_OPT_SET_1 , false, "stdin", 'i', required_argument, NULL, 0, eArgTypeFilename, "Redirect stdin for the process to <filename>."},
838 { LLDB_OPT_SET_1 , false, "stdout", 'o', required_argument, NULL, 0, eArgTypeFilename, "Redirect stdout for the process to <filename>."},
839 { LLDB_OPT_SET_1 , false, "stderr", 'e', required_argument, NULL, 0, eArgTypeFilename, "Redirect stderr for the process to <filename>."},
    [all...]

Completed in 1668 milliseconds