[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 02:36:38 PST 2020


jankratochvil added a comment.

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

> 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.


Or `StackFrameRecognizerManagerImpl::AddRecognizer` and its `m_recognizers` can have `ConstString symbol1, symbol2;`. What is less bad?


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