[all-commits] [llvm/llvm-project] d92f7f: Fix a copy-paste error in "br com add -s py -o 'so...
jimingham via All-commits
all-commits at lists.llvm.org
Tue May 31 17:24:31 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d92f7f790c8e74bf796a0313cb296d726628142e
https://github.com/llvm/llvm-project/commit/d92f7f790c8e74bf796a0313cb296d726628142e
Author: Jim Ingham <jingham at apple.com>
Date: 2022-05-31 (Tue, 31 May 2022)
Changed paths:
M lldb/source/Interpreter/ScriptInterpreter.cpp
M lldb/test/API/functionalities/breakpoint/breakpoint_command/TestBreakpointCommand.py
Log Message:
-----------
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
More information about the All-commits
mailing list