[Lldb-commits] [lldb] [lldb] Add the word "backtrace" to bt help string (PR #92618)

via lldb-commits lldb-commits at lists.llvm.org
Fri May 17 17:49:01 PDT 2024


jimingham wrote:

In simple aliases, apropos could get this right itself by resolving the command the alias points to and if THAT help string had the searched term, list the alias.  But bt is an alias to a regex command.  Again, you could look through all the branches of the regex command finding their commands and do the same.  But you'd really want to report `bt` not `_regexp-bt`.  That's getting a bit involved.

https://github.com/llvm/llvm-project/pull/92618


More information about the lldb-commits mailing list