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

Med Ismail Bennani via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sat Feb 8 02:28:41 PST 2020


mib added a comment.

In D74252#1865496 <https://reviews.llvm.org/D74252#1865496>, @jankratochvil wrote:

> OK, then it could be changed to a regex. Is it fine afterwards?


Knowing that this will be called every time a thread stops, it would be better if we could avoid processing a regex every time we try to recognise a frame. But if that's the only way to solve the issue ...


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