[Lldb-commits] [PATCH] D83552: [lldb/test] Do a better job at setting (DY)LD_LIBRARY_PATH

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jul 20 21:16:21 PDT 2020


labath added a comment.

In D83552#2162555 <https://reviews.llvm.org/D83552#2162555>, @friss wrote:

> The `lldbtest.py` part LGTM, but I'm failing to see how this interacts with `TestWeakSymbols.py`? IIRC, `registerSharedLibraryWithTarget` is an API we call explicitly in the tests, but I don't see it called here.


It gets called from `run_to_source_breakpoint`, keying off of the `extra_images` argument.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D83552/new/

https://reviews.llvm.org/D83552





More information about the lldb-commits mailing list