[Lldb-commits] [PATCH] D51208: [DWARF] Fix dwarf5-index-is-used.cpp

2018-08-25 Thread Pavel Labath via Phabricator via lldb-commits
labath added a subscriber: probinson. labath added a comment. In https://reviews.llvm.org/D51208#1212950, @dblaikie wrote: > In https://reviews.llvm.org/D51208#1212320, @labath wrote: > > > As far as the strict intention of this test goes, the change is fine, as it > > is meant to check that the

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

2018-08-25 Thread Pavel Labath via Phabricator via lldb-commits
labath 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