[Lldb-commits] [PATCH] D49685: LLDB does not respect platform sysroot when loading core on Linux

Eugene Birukov via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Aug 27 10:25:28 PDT 2018


EugeneBi marked an inline comment as done.
EugeneBi added inline comments.


================
Comment at: packages/Python/lldbsuite/test/functionalities/postmortem/elf-core/TestLinuxCore.py:215
+        # /home/labath/test/a.out)
+        tmp_sysroot = "/tmp/lldb_i386_mock_sysroot"
+        executable = tmp_sysroot + "/home/labath/test/a.out"
----------------
labath wrote:
> EugeneBi wrote:
> > labath wrote:
> > > Please put this in the build folder (self.getBuildDir) instead of `/tmp`.
> > I uploaded new diff and closed revision. 
> > Do I need to do anything else?
> Normally, the revision would be automatically closed when the patch is committed. Do you have commit access or you need someone to commit this for you?
I do not have commit access.
Could you commit it, please?


https://reviews.llvm.org/D49685





More information about the lldb-commits mailing list