[Lldb-commits] [PATCH] D124198: [LLDB][Unwind] Add stack scanning as fallback unwind plan if no symbol file is available.

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Apr 22 10:36:17 PDT 2022


jingham added a comment.

I also wonder if this shouldn't require a separate flag to turn on this search, or be a separate command in the way Greg did.  People rely on backtraces being accurate.  It's fine to add something more like a desperation play - something is sometimes better than nothing, but if we are presenting a view that we don't have full confidence in, we really should tell users that so they can factor it into their analysis.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D124198/new/

https://reviews.llvm.org/D124198



More information about the lldb-commits mailing list