Re: [lldb-dev] queue-name parameter

2020-02-18 Thread Fernando Bunn via lldb-dev
Jim, filed here: FB7587703 (better late than never I guess) thanks :) -- Fernando On Mon, Jul 22, 2019 at 6:18 PM Jim Ingham wrote: > I already filed both of these issues with Apple. If you want to file them > too, feel free. I'll dup them to the ones I filed but that way you will > get no

Re: [lldb-dev] queue-name parameter

2019-07-22 Thread Jim Ingham via lldb-dev
I already filed both of these issues with Apple. If you want to file them too, feel free. I'll dup them to the ones I filed but that way you will get notification when they get fixed. These are also general lldb issues, so it would be good to file something with http://bugs.llvm.org. Jim >

Re: [lldb-dev] queue-name parameter

2019-07-19 Thread Fernando Bunn via lldb-dev
Jim, you're right, I was getting a false positive with -Q, sorry for the confusion. So it seems I'm having 2 issues on Xcode, right? A - No rejection of illegal options (-Q) B - "-q" with the correct queue name is not working. Here's what I'm doing for B: *1 - (lldb) thread info* thread #1: tid

Re: [lldb-dev] queue-name parameter

2019-07-18 Thread Jim Ingham via lldb-dev
Fernando, I don't see quite what you do. For me, -Q never sets the queue. Rather, the current Xcode version of lldb seems to have a bug where it doesn't reject illegal options, so the -Q argument is silently discarded. That would cause the breakpoint to "work" but it won't only stop on one qu