llvm/lldb
Nico Weber cfe0284749 [gn build] Add build files for LLDB
This is enough to get the lit-based tests to pass on macOS.

Doesn't yet add build targets for:
- Any LLDB unit tests
- swig bindings
- various targets not needed by lit tests

LLDB has many dependency cycles, something GN doesn't allow. For
that reason, I've omitted some dependency edges. Hopefully we can
clean up the cycles one day.

LLDB has a public/private header distinction, but mostly ignores it.
Many libraries include private headers from other modules.

Since LLDB is the first target the LLVM/GN build that uses Objective-C++
code, add some machinery to the toolchain file to handle that.

Differential Revision: https://reviews.llvm.org/D109185
2021-09-07 15:25:04 -04:00
..
bindings [lldb/Plugins] Introduce Scripted Interface Factory 2021-09-03 19:37:25 +02:00
cmake Revert "[lldb/lua] Force Lua version to be 5.3" 2021-09-03 17:31:25 +08:00
docs [LLDB][Docs] Indicate PS1 variable by $ 2021-09-04 20:57:59 +05:30
examples [lldb] Update crashlog.py to accept multiple results from mdfind 2021-09-07 08:36:58 -07:00
include/lldb [lldb] Support SaveCore() from gdb-remote client 2021-09-06 18:33:02 +02:00
packages/Python [lldb] [llgs server] Support creating core dumps on NetBSD 2021-09-06 12:16:14 +02:00
resources
scripts
source [gn build] Add build files for LLDB 2021-09-07 15:25:04 -04:00
test [lldb] Support SaveCore() from gdb-remote client 2021-09-06 18:33:02 +02:00
third_party/Python/module [LLDB] Change pexpect timeout to 30 to 60 2021-08-02 06:34:11 +05:00
tools Revert "[lldb server] Tidy up LLDB server return codes and associated tests" 2021-09-02 15:27:39 +02:00
unittests [lldb/Plugins] Introduce Scripted Interface Factory 2021-09-03 19:37:25 +02:00
utils
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt [lldb] skip host build for lldb_tblgen with LLDB_TABLEGEN_EXE set 2021-08-13 14:18:03 -07:00
CODE_OWNERS.txt
LICENSE.TXT
use_lldb_suite_root.py