llvm-capstone/lldb
Michal Gorny 89a214eaf1 [lldb] [test/lldb-vscode] Use realpath to match vscode behavior
Compare the directory paths returned by lldb-vscode against realpaths
rather than apparent paths.  This matches lldb-vscode behavior
and therefore fixes test failures when one of the parent directories
of the source tree is a symlink.

Differential Revision: https://reviews.llvm.org/D65432

llvm-svn: 367291
2019-07-30 07:47:22 +00:00
..
cmake [CMake] Move project() call to main CMake file 2019-07-29 23:09:31 +00:00
docs [Docs] Remove reproducers from the project page. 2019-07-25 22:22:43 +00:00
examples [Symbolication] Remove some dead code. Nothing exciting. 2019-07-29 21:25:51 +00:00
include/lldb [Reproducers] Pass FileCollector around as a shared_ptr (NFC) 2019-07-29 20:54:02 +00:00
lit [lldb] Increase testsuite packet-timeout 5secs -> 1min 2019-07-29 16:10:16 +00:00
packages/Python/lldbsuite [lldb] [test/lldb-vscode] Use realpath to match vscode behavior 2019-07-30 07:47:22 +00:00
resources [CMake] Revised LLDB.framework builds 2019-01-04 12:46:50 +00:00
scripts [lldb] Remove Xcode project legacy 2019-07-24 09:20:14 +00:00
source [NFC] avoid AlignedCharArray in lldb 2019-07-29 23:17:08 +00:00
test [CMake] Align debugserver with lldb-server on Darwin 2019-07-20 11:18:31 +00:00
third_party/Python/module [lldb/thirdparty] Remove unneeded files, asked by Jonas. 2019-03-12 20:41:36 +00:00
tools [lldb] Increase testsuite packet-timeout 5secs -> 1min 2019-07-29 16:10:16 +00:00
unittests SymbolVendor: Move Symtab construction into the SymbolFile 2019-07-26 07:03:28 +00:00
utils [lldb] Also include the array definition in Properties.inc 2019-07-29 16:41:30 +00:00
.arcconfig
.clang-format
.gitignore Add .noindex to the gitignore 2019-04-05 17:57:42 +00:00
CMakeLists.txt [CMake] Move project() call to main CMake file 2019-07-29 23:09:31 +00:00
CODE_OWNERS.txt [lldb][NFC] Cleanup mentions and code related to lldb-mi 2019-07-19 15:55:23 +00:00
LICENSE.TXT Fix typos throughout the license files that somehow I and my reviewers 2019-01-21 09:52:34 +00:00
use_lldb_suite_root.py