friss added inline comments.

================
Comment at: 
lldb/test/API/commands/frame/recognizer/TestFrameRecognizer.py:162-167
+        lldbutil.run_break_set_by_symbol(self, "bar")
+        self.runCmd("c")
+
+        process = target.GetProcess()
+        thread = process.GetSelectedThread()
+        frame = thread.GetSelectedFrame()
----------------
Please rewrite using lldbutil.run_to_name_breakpoint, otherwise this LGTM


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76188



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

Reply via email to