llvm-project/lldb
Jonas Devlieghere 8983d69144 [lldb/Commands] Fix bogus enum entry and add Lua (NFC)
Fixes a bogus enum value for the scripting language options, adds an
entry for Lua and refactored the code to use an exhaustive switch.
2019-12-21 17:21:32 -08:00
..
cmake [lldb/CMake] Don't use return() from macro() 2019-12-20 20:53:33 -08:00
docs [lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHON 2019-12-13 13:41:11 -08:00
examples [Examples] Move structured-data unpacking out of the loop. (NFC) 2019-11-22 15:43:39 -08:00
include/lldb [lldb/Core] Support asking the debugger for a specific script interpreter 2019-12-21 17:11:12 -08:00
packages/Python/lldbsuite [lldb/test] Skip editline tests when LLDB_ENABLE_LIBEDIT is off. 2019-12-20 21:01:23 -08:00
resources [CMake] Revised LLDB.framework builds 2019-01-04 12:46:50 +00:00
scripts [Lldb/Lua] Generate Lua Bindings 2019-12-21 11:28:41 -08:00
source [lldb/Commands] Fix bogus enum entry and add Lua (NFC) 2019-12-21 17:21:32 -08:00
test [Lldb/Lua] Persist Lua state across script interpreter calls. 2019-12-21 15:00:35 -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 [lldb][NFC] Return a reference from ClangASTContext::getASTContext and remove dead nullptr checks 2019-12-21 22:51:35 +01:00
unittests [lldb] Fix windows build after getASTContext() change 2019-12-21 23:27:27 +01:00
utils [lldb] Respect previously set values of LLDB_TABLEGEN_EXE 2019-12-16 14:31:42 -08:00
.arcconfig
.clang-format
.gitignore Add .noindex to the gitignore 2019-04-05 17:57:42 +00:00
CMakeLists.txt [Lldb/Lua] Generate Lua Bindings 2019-12-21 11:28:41 -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