llvm-project/lldb
Jonas Devlieghere 6498aff249 [lldb/Bindings] Move bindings into their own subdirectory
All the code required to generate the language bindings for Python and
Lua lives under scripts, even though the majority of this code aren't
scripts at all, and surrounded by scripts that are totally unrelated.

I've reorganized these files and moved everything related to the
language bindings into a new top-level directory named bindings. This
makes the corresponding files self contained and much more discoverable.

Differential revision: https://reviews.llvm.org/D72437
2020-01-09 08:44:34 -08:00
..
bindings [lldb/Bindings] Move bindings into their own subdirectory 2020-01-09 08:44:34 -08:00
cmake [lldb/CMake] Only auto-enable Lua when SWIG is found 2020-01-08 14:02:47 -08:00
docs [lldb/Bindings] Move bindings into their own subdirectory 2020-01-09 08:44:34 -08:00
examples [Examples] Move structured-data unpacking out of the loop. (NFC) 2019-11-22 15:43:39 -08:00
include/lldb [lldb] Modernize OptionValue::SetValueChangedCallback 2020-01-09 14:17:17 +01:00
lldb/cmake/modules [lldb/CMake] Autodetect Python dependency 2020-01-06 09:05:05 -08:00
packages/Python/lldbsuite [lldb] Fix that TestNoSuchArch.py was passing for the wrong reason 2020-01-09 12:09:48 +01:00
resources [CMake] Revised LLDB.framework builds 2019-01-04 12:46:50 +00:00
scripts [lldb/Bindings] Move bindings into their own subdirectory 2020-01-09 08:44:34 -08:00
source [lldb/Bindings] Move bindings into their own subdirectory 2020-01-09 08:44:34 -08:00
test [lldb/Lua] Make lldb.debugger et al available to Lua 2020-01-09 08:15:41 -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 Save more descriptive error msg from FBS/BKS, relay it up to lldb. 2020-01-08 18:47:35 -08:00
unittests [lldb] Remove default llvm::Triple argument from ClangASTContext constructor 2020-01-08 12:05:51 +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/Bindings] Move bindings into their own subdirectory 2020-01-09 08:44:34 -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