[Lldb-commits] [lldb] [lldb] Add frame recognizers for libc++ `std::invoke` (PR #105695)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Sun Aug 25 23:45:43 PDT 2024
================
@@ -305,7 +307,9 @@ def test_frame_recognizer_target_specific(self):
self.expect(
"frame recognizer list",
- substrs=["recognizer.MyFrameRecognizer, module a.out, symbol bar"],
+ substrs=[
+ "recognizer.MyFrameRecognizer, module a.out, demangled symbol bar"
+ ],
----------------
Michael137 wrote:
Don't seem to have tests for this with `ePreferDemangledWithoutArguments`
https://github.com/llvm/llvm-project/pull/105695
More information about the lldb-commits
mailing list