[Lldb-commits] [PATCH] D131605: [lldb][tests] Test queue-specific breakpoints
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Aug 16 15:51:41 PDT 2022
JDevlieghere added inline comments.
================
Comment at: lldb/test/API/macosx/queues/TestQueues.py:131
+ def check_queue_breakpoints(self, queue1, queue2, queue_breakpoint):
+ queue1_thread = queue1.GetThreadAtIndex(0)
----------------
Any reason this should be a separate function? Can this be inlined in `queue_specific_breakpoints`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131605/new/
https://reviews.llvm.org/D131605
More information about the lldb-commits
mailing list