Searched refs:ProcessAliasOptionsArgs (Results 1 – 3 of 3) sorted by relevance
/external/lldb/include/lldb/Interpreter/ |
D | CommandInterpreter.h | 136 ProcessAliasOptionsArgs (lldb::CommandObjectSP &cmd_obj_sp,
|
/external/lldb/source/Interpreter/ |
D | CommandInterpreter.cpp | 294 ProcessAliasOptionsArgs (cmd_obj_sp, "--", alias_arguments_vector_sp); in Initialize() 303 ProcessAliasOptionsArgs (cmd_obj_sp, "-O -- ", alias_arguments_vector_sp); in Initialize() 319 ProcessAliasOptionsArgs (cmd_obj_sp, "--", alias_arguments_vector_sp); in Initialize() 321 ProcessAliasOptionsArgs (cmd_obj_sp, "--shell=/bin/bash --", alias_arguments_vector_sp); in Initialize() 339 ProcessAliasOptionsArgs (cmd_obj_sp, "--func-regex %1", alias_arguments_vector_sp); in Initialize() 885 CommandInterpreter::ProcessAliasOptionsArgs (lldb::CommandObjectSP &cmd_obj_sp, in ProcessAliasOptionsArgs() function in CommandInterpreter
|
/external/lldb/source/Commands/ |
D | CommandObjectCommands.cpp | 615 …if (!m_interpreter.ProcessAliasOptionsArgs (cmd_obj_sp, raw_command_string.c_str(), option_arg_vec… in HandleAliasingRawCommand() 725 … if (!m_interpreter.ProcessAliasOptionsArgs (tmp_sp, args_string.c_str(), option_arg_vector_sp)) in HandleAliasingNormalCommand()
|