reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Interpreter/CommandInterpreter.cpp
  738   if (bt_regex_cmd_up) {
  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")) {
  749       CommandObjectSP command_sp(bt_regex_cmd_up.release());