Re: [lldb-dev] queue-name parameter

2020-02-18 Thread Fernando Bunn via lldb-dev
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

Re: [lldb-dev] queue-name parameter

2019-07-19 Thread Fernando Bunn via lldb-dev
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

[lldb-dev] queue-name parameter

2019-07-18 Thread Fernando Bunn via lldb-dev
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,