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

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to