[all-commits] [llvm/llvm-project] 17fce2: [lldb][DYLD][NFC] Dedupe calls to CreateBreakpoint
David Spickett via All-commits
all-commits at lists.llvm.org
Mon Oct 16 03:16:20 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 17fce286834344a5379288b68068224af74d51f0
https://github.com/llvm/llvm-project/commit/17fce286834344a5379288b68068224af74d51f0
Author: David Spickett <david.spickett at linaro.org>
Date: 2023-10-16 (Mon, 16 Oct 2023)
Changed paths:
M lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
Log Message:
-----------
[lldb][DYLD][NFC] Dedupe calls to CreateBreakpoint
These only differ in the modules passed to them. Also I've
swapped the if order so we have the "positive" check first.
More information about the All-commits
mailing list