[all-commits] [llvm/llvm-project] 1ff367: Fix Linux error in TestBreakInLoadedDylib.py.
jimingham via All-commits
all-commits at lists.llvm.org
Mon Oct 18 11:30:48 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1ff367dbb02d90b3ef1c2de36b60b658aeeeac7e
https://github.com/llvm/llvm-project/commit/1ff367dbb02d90b3ef1c2de36b60b658aeeeac7e
Author: Jim Ingham <jingham at apple.com>
Date: 2021-10-18 (Mon, 18 Oct 2021)
Changed paths:
M lldb/test/API/functionalities/breakpoint/break_in_loaded_dylib/TestBreakInLoadedDylib.py
Log Message:
-----------
Fix Linux error in TestBreakInLoadedDylib.py.
Adding the to be loaded dylib to the extra images causes the breakpoint
to be found in the image added to the target on Linux (though not on
Darwin). So adjust the test for this difference.
More information about the All-commits
mailing list