Fix Linux error in TestBreakInLoadedDylib.py.
authorJim Ingham <jingham@apple.com>
Mon, 18 Oct 2021 18:29:04 +0000 (11:29 -0700)
committerJim Ingham <jingham@apple.com>
Mon, 18 Oct 2021 18:30:31 +0000 (11:30 -0700)
commit1ff367dbb02d90b3ef1c2de36b60b658aeeeac7e
treeda213ee29de435ed8e6b637f6652d8b83bf88723
parentbe10b1f1cc5fc621c378da97810ffc13b2a9af71
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.
lldb/test/API/functionalities/breakpoint/break_in_loaded_dylib/TestBreakInLoadedDylib.py