[Lldb-commits] [lldb] [lldb] Support any flag to _regexp-bt (PR #116260)
Dave Lee via lldb-commits
lldb-commits at lists.llvm.org
Thu Nov 14 10:24:51 PST 2024
================
@@ -851,8 +851,7 @@ void CommandInterpreter::LoadCommandDictionary() {
// now "bt 3" is the preferred form, in line with gdb.
if (bt_regex_cmd_up->AddRegexCommand("^([[:digit:]]+)[[:space:]]*$",
"thread backtrace -c %1") &&
- bt_regex_cmd_up->AddRegexCommand("^-c ([[:digit:]]+)[[:space:]]*$",
----------------
kastiglione wrote:
done
https://github.com/llvm/llvm-project/pull/116260
More information about the lldb-commits
mailing list