freebsd-dev/contrib/llvm/tools/lldb/FREEBSD-Xlist
Dimitry Andric be01698709 Add FREEBSD-Xlist files for llvm, clang and lldb.
These are generated, and not "optimized" in any way, since I am not
entirely sure of the syntax or format of this type of file.  Feel free
to suggest ways of shortening these lists.

The general idea is the same for all three files, though:
* Get rid of upstream build infrastructure (CMakeLists, Makefiles, etc)
* Delete tests, tools and utilities we don't want or use (including
  samples)
* Remove various bits of upstream metadata files that we don't want or
  use (.arcconfig, .gitignore, etc)
2015-03-22 17:56:49 +00:00

187 lines
6.2 KiB
Plaintext

# $FreeBSD$
.arcconfig
.clang-format
.gitignore
CMakeLists.txt
INSTALL.txt
Makefile
cmake/
docs/CMakeLists.txt
docs/building-with-debug-llvm.txt
docs/code-signing.txt
docs/doxygen.cfg.in
docs/doxygen.footer
docs/doxygen.header
docs/doxygen.intro
docs/lldb-for-gdb-users.txt
docs/lldb-gdb-remote.txt
docs/testsuite/
examples/
gtest/
include/Makefile
include/lldb/Host/android/
include/lldb/Host/linux/
include/lldb/Host/macosx/
include/lldb/Host/mingw/
include/lldb/Host/msvc/
include/lldb/Host/windows/
include/lldb/Makefile
lib/
lldb.xcodeproj/
lldb.xcworkspace/
resources/
scripts/
source/API/CMakeLists.txt
source/API/Makefile
source/Breakpoint/CMakeLists.txt
source/Breakpoint/Makefile
source/CMakeLists.txt
source/Commands/CMakeLists.txt
source/Commands/Makefile
source/Core/CMakeLists.txt
source/Core/Makefile
source/DataFormatters/CMakeLists.txt
source/DataFormatters/Makefile
source/Expression/CMakeLists.txt
source/Expression/Makefile
source/Host/CMakeLists.txt
source/Host/Makefile
source/Host/common/Makefile
source/Host/freebsd/Makefile
source/Host/linux/
source/Host/macosx/
source/Host/posix/Makefile
source/Host/windows/
source/Interpreter/CMakeLists.txt
source/Interpreter/Makefile
source/Makefile
source/Plugins/ABI/CMakeLists.txt
source/Plugins/ABI/MacOSX-arm/CMakeLists.txt
source/Plugins/ABI/MacOSX-arm/Makefile
source/Plugins/ABI/MacOSX-arm64/CMakeLists.txt
source/Plugins/ABI/MacOSX-arm64/Makefile
source/Plugins/ABI/MacOSX-i386/CMakeLists.txt
source/Plugins/ABI/MacOSX-i386/Makefile
source/Plugins/ABI/SysV-hexagon/CMakeLists.txt
source/Plugins/ABI/SysV-hexagon/Makefile
source/Plugins/ABI/SysV-ppc/CMakeLists.txt
source/Plugins/ABI/SysV-ppc/Makefile
source/Plugins/ABI/SysV-ppc64/CMakeLists.txt
source/Plugins/ABI/SysV-ppc64/Makefile
source/Plugins/ABI/SysV-x86_64/CMakeLists.txt
source/Plugins/ABI/SysV-x86_64/Makefile
source/Plugins/CMakeLists.txt
source/Plugins/Disassembler/CMakeLists.txt
source/Plugins/Disassembler/llvm/CMakeLists.txt
source/Plugins/Disassembler/llvm/Makefile
source/Plugins/DynamicLoader/CMakeLists.txt
source/Plugins/DynamicLoader/Darwin-Kernel/
source/Plugins/DynamicLoader/Hexagon-DYLD/CMakeLists.txt
source/Plugins/DynamicLoader/Hexagon-DYLD/Makefile
source/Plugins/DynamicLoader/MacOSX-DYLD/
source/Plugins/DynamicLoader/POSIX-DYLD/CMakeLists.txt
source/Plugins/DynamicLoader/POSIX-DYLD/Makefile
source/Plugins/DynamicLoader/Static/CMakeLists.txt
source/Plugins/DynamicLoader/Static/Makefile
source/Plugins/Instruction/ARM/CMakeLists.txt
source/Plugins/Instruction/ARM/Makefile
source/Plugins/Instruction/ARM64/CMakeLists.txt
source/Plugins/Instruction/ARM64/Makefile
source/Plugins/Instruction/CMakeLists.txt
source/Plugins/InstrumentationRuntime/AddressSanitizer/CMakeLists.txt
source/Plugins/InstrumentationRuntime/AddressSanitizer/Makefile
source/Plugins/InstrumentationRuntime/CMakeLists.txt
source/Plugins/JITLoader/CMakeLists.txt
source/Plugins/JITLoader/GDB/CMakeLists.txt
source/Plugins/JITLoader/GDB/Makefile
source/Plugins/LanguageRuntime/CMakeLists.txt
source/Plugins/LanguageRuntime/CPlusPlus/CMakeLists.txt
source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/CMakeLists.txt
source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/Makefile
source/Plugins/LanguageRuntime/ObjC/
source/Plugins/Makefile
source/Plugins/MemoryHistory/CMakeLists.txt
source/Plugins/MemoryHistory/asan/CMakeLists.txt
source/Plugins/MemoryHistory/asan/Makefile
source/Plugins/ObjectContainer/BSD-Archive/CMakeLists.txt
source/Plugins/ObjectContainer/BSD-Archive/Makefile
source/Plugins/ObjectContainer/CMakeLists.txt
source/Plugins/ObjectContainer/Universal-Mach-O/
source/Plugins/ObjectFile/CMakeLists.txt
source/Plugins/ObjectFile/ELF/CMakeLists.txt
source/Plugins/ObjectFile/ELF/Makefile
source/Plugins/ObjectFile/JIT/CMakeLists.txt
source/Plugins/ObjectFile/JIT/Makefile
source/Plugins/ObjectFile/Mach-O/
source/Plugins/ObjectFile/PECOFF/
source/Plugins/OperatingSystem/CMakeLists.txt
source/Plugins/OperatingSystem/Python/CMakeLists.txt
source/Plugins/OperatingSystem/Python/Makefile
source/Plugins/Platform/CMakeLists.txt
source/Plugins/Platform/FreeBSD/CMakeLists.txt
source/Plugins/Platform/FreeBSD/Makefile
source/Plugins/Platform/Kalimba/
source/Plugins/Platform/Linux/
source/Plugins/Platform/MacOSX/
source/Plugins/Platform/Makefile
source/Plugins/Platform/POSIX/CMakeLists.txt
source/Plugins/Platform/POSIX/Makefile
source/Plugins/Platform/Windows/
source/Plugins/Platform/gdb-server/CMakeLists.txt
source/Plugins/Platform/gdb-server/Makefile
source/Plugins/Process/CMakeLists.txt
source/Plugins/Process/FreeBSD/CMakeLists.txt
source/Plugins/Process/FreeBSD/Makefile
source/Plugins/Process/Linux/
source/Plugins/Process/MacOSX-Kernel/
source/Plugins/Process/POSIX/CMakeLists.txt
source/Plugins/Process/POSIX/Makefile
source/Plugins/Process/Utility/CMakeLists.txt
source/Plugins/Process/Utility/Makefile
source/Plugins/Process/Windows/
source/Plugins/Process/elf-core/CMakeLists.txt
source/Plugins/Process/elf-core/Makefile
source/Plugins/Process/gdb-remote/CMakeLists.txt
source/Plugins/Process/gdb-remote/Makefile
source/Plugins/Process/mach-core/
source/Plugins/SymbolFile/CMakeLists.txt
source/Plugins/SymbolFile/DWARF/CMakeLists.txt
source/Plugins/SymbolFile/DWARF/Makefile
source/Plugins/SymbolFile/Symtab/CMakeLists.txt
source/Plugins/SymbolFile/Symtab/Makefile
source/Plugins/SymbolVendor/CMakeLists.txt
source/Plugins/SymbolVendor/ELF/CMakeLists.txt
source/Plugins/SymbolVendor/ELF/Makefile
source/Plugins/SymbolVendor/MacOSX/
source/Plugins/SystemRuntime/
source/Plugins/UnwindAssembly/CMakeLists.txt
source/Plugins/UnwindAssembly/InstEmulation/CMakeLists.txt
source/Plugins/UnwindAssembly/InstEmulation/Makefile
source/Plugins/UnwindAssembly/x86/CMakeLists.txt
source/Plugins/UnwindAssembly/x86/Makefile
source/Symbol/CMakeLists.txt
source/Symbol/Makefile
source/Target/CMakeLists.txt
source/Target/Makefile
source/Utility/CMakeLists.txt
source/Utility/Makefile
test/
tools/CMakeLists.txt
tools/Makefile
tools/darwin-debug/
tools/darwin-threads/
tools/debugserver/
tools/driver/CMakeLists.txt
tools/driver/Makefile
tools/driver/lldb-Info.plist
tools/install-headers/
tools/lldb-gdbserver/
tools/lldb-mi/CMakeLists.txt
tools/lldb-mi/Makefile
tools/lldb-mi/lldb-Info.plist
tools/lldb-perf/
tools/lldb-platform/CMakeLists.txt
tools/lldb-platform/Makefile
utils/
www/