t; It sounds like what is really going on is that the queue matching isn't
> working as you expected, so when you actually DID set a queue name - using
> the "-q" option, the breakpoint wasn't stopping, but when you didn't set a
> queue name (with the bogus -Q o
n you didn't set a
> queue name (with the bogus -Q option) it did stop. So there might be
> something going wrong with the queue name matching?
>
> Note, this bug doesn't exist in current llvm TOT. If you try with that
> lldb:
>
> (lldb) break set -f foo.c -l 10
Hi, everyone.
I'm seeing an issue when using the -q parameter on a breakpoint using Xcode.
when I run:
*(lldb) help breakpoint modify*
I see this:
-q ( --queue-name )
The breakpoint stops only for threads in the queue whose name is
given by this argument.
So far,