reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
33 bool AddRegexCommand(const char *re_cstr, const char *command_cstr);
1123 m_regex_cmd_up->AddRegexCommand(regex.c_str(), subst.c_str());
tools/lldb/source/Interpreter/CommandInterpreter.cpp543 success = break_regex_cmd_up->AddRegexCommand(break_regexes[i][0], 549 break_regex_cmd_up->AddRegexCommand("^$", "breakpoint list --full"); 601 tbreak_regex_cmd_up->AddRegexCommand(break_regexes[i][0], buffer); 606 tbreak_regex_cmd_up->AddRegexCommand("^$", "breakpoint list --full"); 620 if (attach_regex_cmd_up->AddRegexCommand("^([0-9]+)[[:space:]]*$", 622 attach_regex_cmd_up->AddRegexCommand( 626 attach_regex_cmd_up->AddRegexCommand("^(.+)$", 628 attach_regex_cmd_up->AddRegexCommand("^$", "process attach")) { 642 if (down_regex_cmd_up->AddRegexCommand("^$", "frame select -r -1") && 643 down_regex_cmd_up->AddRegexCommand("^([0-9]+)$", 657 if (up_regex_cmd_up->AddRegexCommand("^$", "frame select -r 1") && 658 up_regex_cmd_up->AddRegexCommand("^([0-9]+)$", "frame select -r %1")) { 670 if (display_regex_cmd_up->AddRegexCommand( 685 if (undisplay_regex_cmd_up->AddRegexCommand("^([0-9]+)$", 700 if (connect_gdb_remote_cmd_up->AddRegexCommand( 703 connect_gdb_remote_cmd_up->AddRegexCommand( 719 if (connect_kdp_remote_cmd_up->AddRegexCommand( 722 connect_kdp_remote_cmd_up->AddRegexCommand( 743 if (bt_regex_cmd_up->AddRegexCommand("^([[:digit:]]+)[[:space:]]*$", 745 bt_regex_cmd_up->AddRegexCommand("^-c ([[:digit:]]+)[[:space:]]*$", 747 bt_regex_cmd_up->AddRegexCommand("^all[[:space:]]*$", "thread backtrace all") && 748 bt_regex_cmd_up->AddRegexCommand("^[[:space:]]*$", "thread backtrace")) { 768 if (list_regex_cmd_up->AddRegexCommand("^([0-9]+)[[:space:]]*$", 770 list_regex_cmd_up->AddRegexCommand( 774 list_regex_cmd_up->AddRegexCommand( 777 list_regex_cmd_up->AddRegexCommand("^-[[:space:]]*$", 779 list_regex_cmd_up->AddRegexCommand( 782 list_regex_cmd_up->AddRegexCommand("^(.+)$", 784 list_regex_cmd_up->AddRegexCommand("^$", "source list")) { 799 if (env_regex_cmd_up->AddRegexCommand("^$", 801 env_regex_cmd_up->AddRegexCommand("^([A-Za-z_][A-Za-z_0-9]*=.*)$", 818 if (jump_regex_cmd_up->AddRegexCommand("^\\*(.*)$", 820 jump_regex_cmd_up->AddRegexCommand("^([0-9]+)$", 822 jump_regex_cmd_up->AddRegexCommand("^([^:]+):([0-9]+)$", 824 jump_regex_cmd_up->AddRegexCommand("^([+\\-][0-9]+)$",