[Lldb-commits] [lldb] [LLDB][DYLD] Remove logic around not rebasing when main executable has a load address (PR #110885)
Jacob Lalonde via lldb-commits
lldb-commits at lists.llvm.org
Wed Oct 2 11:29:45 PDT 2024
================
@@ -327,8 +327,6 @@ def test_relative_module_name(self):
old_cwd = os.getcwd()
self.addTearDownHook(lambda: os.chdir(old_cwd))
os.chdir(self.getBuildDir())
- name = "file-with-a-name-unlikely-to-exist-in-the-current-directory.so"
----------------
Jlalond wrote:
@labath as an FYI, this test was failing because the .so was invalid. When loading manually, I still got an image list but this specific test was getting no modules when this .so was just `a`
https://github.com/llvm/llvm-project/pull/110885
More information about the lldb-commits
mailing list