[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
Wed Aug 22 07:57:26 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:
> 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?
https://reviews.llvm.org/D49685
More information about the lldb-commits
mailing list