[Lldb-commits] [PATCH] D105133: [lldb] Fix Recognizer/assert.test with glibc-2.33.9000-31.fc35.x86_64

Med Ismail Bennani via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jun 29 11:10:49 PDT 2021


mib added a comment.

Another possibility could be to add a `bool is_regex` to the `SymbolLocation` struct and set it to `true` for Linux, then in `RegisterAssertFrameRecognizer` if that flag is set, build a `RegularExpression` out  of the every symbol string in the struct and call the `FrameRecognizerManager::AddRecognizer` overload that uses `RegularExpressionSP` arguments.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105133



More information about the lldb-commits mailing list