[lldb] Fix TestStopOnSharedlibraryEvents.py on linux
authorPavel Labath <pavel@labath.sk>
Tue, 30 Mar 2021 15:34:53 +0000 (17:34 +0200)
committerPavel Labath <pavel@labath.sk>
Tue, 30 Mar 2021 15:38:51 +0000 (17:38 +0200)
commitbbae06652e076a35b94acf84e67602ffbdc5c071
tree175458c8cbdc0a3cbc8f921d7756cba0d1ec9304
parent77d81c2270c6221a430aac17c2c0aa73b39cc0d2
[lldb] Fix TestStopOnSharedlibraryEvents.py on linux

and hopefully other ELF OSes. The problem was a missing "extra_images"
startup argument (which ensures LD_LIBRARY_PATH is set properly).
lldb/test/API/functionalities/stop-on-sharedlibrary-load/TestStopOnSharedlibraryEvents.py