llvm-project/lldb
Jason Molenda af3aac9a22 Change the mtc Makefile to check $SDKROOT value instead
of depending on it being set in the environment.  Fred's change
from October assumed that SDKROOT was set in the environment
so that 'xcrun --show-sdk-path' would print the path.  If it
was passed in as a Makefile variable, it wouldn't be set in
the environment and xcrun --show-sdk-path would always show the
macOS SDK path.  When running the lldb testsuite against an ios
device via lit, this seems to be the case.
2019-12-10 18:48:40 -08:00
..
cmake [lldb/Host] Use Host/Config.h entries instead of a global define. 2019-12-10 11:16:52 -08:00
docs Add parray example for lldb, vrs. *ptr@count gdb cmd. 2019-12-04 15:44:15 -08:00
examples [Examples] Move structured-data unpacking out of the loop. (NFC) 2019-11-22 15:43:39 -08:00
include/lldb Replace redundant code in LanguageCategory with templates (NFC) 2019-12-10 16:11:10 -08:00
packages/Python/lldbsuite Change the mtc Makefile to check $SDKROOT value instead 2019-12-10 18:48:40 -08:00
resources [CMake] Revised LLDB.framework builds 2019-01-04 12:46:50 +00:00
scripts [lldb/SWIG] Guard Python type map in SWIG interface by SWIGPYTHON 2019-12-09 09:35:48 -08:00
source Remove unsound caching in LanguageCategory 2019-12-10 16:11:10 -08:00
test Revert "Temporarily revert [lldb] e81268d - [lldb/Reproducers] Support multiple GDB remotes" 2019-12-10 15:04:45 -08:00
third_party/Python/module Increase timeout in pexpect to lower chances of tests failing under ASAN. 2019-10-10 16:16:49 +00:00
tools The field ‘totalFrames’ which is total number of frames available, is mandatory in StackTraces response for VSCode extension that implements DAP and declares capability 'supportsDelayedStackTraceLoading': 2019-12-09 10:43:50 -08:00
unittests [FormatManager] Add a unittest for GetCandidateLanguages() 2019-12-10 13:42:59 -08:00
utils [LLDB] Fix inline variable only used in assertion. (NFC) 2019-10-25 15:47:17 -07:00
.arcconfig
.clang-format
.gitignore Add .noindex to the gitignore 2019-04-05 17:57:42 +00:00
CMakeLists.txt [lldb/CMake] Add in_call_stack to the utilities package 2019-12-02 13:03:24 -08: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