jimingham wrote:

The only way that this could succeed on the breakpoint but fail on the location 
is that there are more than one locations and the one you are setting it on 
(the zeroth) is not the one that's hit.  Since this test is "does a breakpoint 
condition on a location work" not "does this breakpoint always only produce one 
location" it might be better to just put the breakpoint on all the locations, 
and see if the one that is hit does work.

https://github.com/llvm/llvm-project/pull/100487
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to