[Lldb-commits] [PATCH] D74252: Fix+re-enable Assert StackFrame Recognizer on Linux

Jan Kratochvil via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sat Feb 8 04:39:55 PST 2020


jankratochvil added a comment.

In D74252#1865504 <https://reviews.llvm.org/D74252#1865504>, @mib wrote:

> but let's leave symbol as is and add a `ConstString alternate_symbol`


FYI this had a purpose. Any code touching `symbol` should be rechecked if it should not handle also `alternate_symbol` now. Both in existing codebase and also in any 3rd party patches we do not know.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74252





More information about the lldb-commits mailing list