Fix a copy-paste error in "br com add -s py -o 'some_python' BKPT_NAME"
authorJim Ingham <jingham@apple.com>
Wed, 1 Jun 2022 00:22:18 +0000 (17:22 -0700)
committerJim Ingham <jingham@apple.com>
Wed, 1 Jun 2022 00:24:14 +0000 (17:24 -0700)
commitd92f7f790c8e74bf796a0313cb296d726628142e
tree80e34ba949a750730a3f687c45fd45c7da2fd89f
parentca73de43744503a557b1f3709c0ff4751798702f
Fix a copy-paste error in "br com add -s py -o 'some_python' BKPT_NAME"

The function that was supposed to iterate over all the breakpoints sharing
BKPT_NAME stopped after the first one because of a reversed "if success"
condition.

Differential Revision: https://reviews.llvm.org/D126730
lldb/source/Interpreter/ScriptInterpreter.cpp
lldb/test/API/functionalities/breakpoint/breakpoint_command/TestBreakpointCommand.py