[Lldb-commits] [lldb] [lldb][test][x86_64][win] Set breakpoint condition on breakpoint instead of location in TestBreakpointConditions (PR #100487)

via lldb-commits lldb-commits at lists.llvm.org
Thu Jul 25 09:04:30 PDT 2024


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


More information about the lldb-commits mailing list