Searched refs:cmd_str (Results 1 – 5 of 5) sorted by relevance
/external/lldb/scripts/ |
D | disasm-gdb-remote.pl | 584 my $cmd_str = shift; 585 my @cmd_chars = split(/ */, $cmd_str); 1086 my $cmd_str; 1087 $cmd eq 'c' and $cmd_str = 'continue'; 1088 $cmd eq 's' and $cmd_str = 'step'; 1093 printf("%s ($addr_format)\n", $cmd_str, $address); 1097 printf("%s ()\n", $cmd_str); 1109 my $cmd_str; 1110 $cmd eq 'c' and $cmd_str = 'continue'; 1111 $cmd eq 's' and $cmd_str = 'step'; [all …]
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/testcase/ |
D | integration_testcase.py | 434 cmd_str = ' '.join(cmd) 445 cmd_str, tab_complete_result_file.name) 448 env['COMP_LINE'] = cmd_str 449 env['COMP_POINT'] = str(len(cmd_str))
|
/external/lldb/include/lldb/Interpreter/ |
D | CommandObject.h | 316 AddNamesMatchingPartialString (CommandMap &in_map, const char *cmd_str, StringList &matches);
|
/external/lldb/source/Interpreter/ |
D | CommandObject.cpp | 356 …mmandObject::AddNamesMatchingPartialString (CommandObject::CommandMap &in_map, const char *cmd_str, in AddNamesMatchingPartialString() argument 360 CommandDictCommandPartialMatch matcher(cmd_str); in AddNamesMatchingPartialString()
|
D | CommandInterpreter.cpp | 626 CommandInterpreter::GetCommandNamesMatchingPartialString (const char *cmd_str, bool include_aliases, in GetCommandNamesMatchingPartialString() argument 629 CommandObject::AddNamesMatchingPartialString (m_command_dict, cmd_str, matches); in GetCommandNamesMatchingPartialString() 633 CommandObject::AddNamesMatchingPartialString (m_alias_dict, cmd_str, matches); in GetCommandNamesMatchingPartialString()
|