[Lldb-commits] [lldb] [lldb] Add frame recognizers for libc++ `std::invoke` (PR #105695)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Fri Aug 23 02:18:19 PDT 2024


================
@@ -1049,7 +1049,7 @@ let Command = "thread backtrace" in {
   def thread_backtrace_extended : Option<"extended", "e">, Group<1>,
   Arg<"Boolean">, Desc<"Show the extended backtrace, if available">;
   def thread_backtrace_unfiltered : Option<"unfiltered", "u">, Group<1>,
-  Desc<"Filter out frames according to installed frame recognizers">;
+  Desc<"Do not filter out frames according to installed frame recognizers">;
----------------
Michael137 wrote:

Can just push this as an NFC separately

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


More information about the lldb-commits mailing list