[Lldb-commits] [lldb] [lldb][Instrumentation] Set selected frame to outside sanitizer libraries (PR #133079)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Mon Sep 8 14:49:27 PDT 2025


================
@@ -218,6 +222,10 @@ def compiler_rt_asan_tests(self):
 
         self.check_traces()
 
+        # Make sure we're not stopped in the sanitizer library but instead at the
----------------
Michael137 wrote:

Should be fixed now. Let me know if you're still seeing issues

https://github.com/llvm/llvm-project/pull/133079


More information about the lldb-commits mailing list