freebsd-dev/contrib/llvm/tools/lldb/FREEBSD-Xlist

181 lines
6.5 KiB
Plaintext

# $FreeBSD$
.arcconfig
.clang-format
.gitignore
CMakeLists.txt
CODE_OWNERS.txt
INSTALL.txt
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/lldb-platform-packets.txt
docs/structured_data/
docs/testsuite/
examples/
include/lldb/Host/Config.h
include/lldb/Host/android/
include/lldb/Host/linux/
include/lldb/Host/macosx/
include/lldb/Host/windows/
lit/
lldb.xcodeproj/
lldb.xcworkspace/
packages/
resources/
scripts/
source/API/CMakeLists.txt
source/Breakpoint/CMakeLists.txt
source/CMakeLists.txt
source/Commands/CMakeLists.txt
source/Core/CMakeLists.txt
source/DataFormatters/CMakeLists.txt
source/Expression/CMakeLists.txt
source/Host/CMakeLists.txt
source/Host/android/
source/Host/linux/
source/Host/macosx/
source/Host/windows/
source/Initialization/CMakeLists.txt
source/Interpreter/CMakeLists.txt
source/Plugins/ABI/CMakeLists.txt
source/Plugins/ABI/MacOSX-arm/CMakeLists.txt
source/Plugins/ABI/MacOSX-arm64/CMakeLists.txt
source/Plugins/ABI/MacOSX-i386/CMakeLists.txt
source/Plugins/ABI/SysV-arm/CMakeLists.txt
source/Plugins/ABI/SysV-arm64/CMakeLists.txt
source/Plugins/ABI/SysV-hexagon/CMakeLists.txt
source/Plugins/ABI/SysV-i386/CMakeLists.txt
source/Plugins/ABI/SysV-mips/CMakeLists.txt
source/Plugins/ABI/SysV-mips64/CMakeLists.txt
source/Plugins/ABI/SysV-ppc/CMakeLists.txt
source/Plugins/ABI/SysV-ppc64/CMakeLists.txt
source/Plugins/ABI/SysV-s390x/CMakeLists.txt
source/Plugins/ABI/SysV-x86_64/CMakeLists.txt
source/Plugins/Architecture/Arm/CMakeLists.txt
source/Plugins/Architecture/CMakeLists.txt
source/Plugins/Architecture/Mips/CMakeLists.txt
source/Plugins/Architecture/PPC64/CMakeLists.txt
source/Plugins/CMakeLists.txt
source/Plugins/Disassembler/CMakeLists.txt
source/Plugins/Disassembler/llvm/CMakeLists.txt
source/Plugins/DynamicLoader/CMakeLists.txt
source/Plugins/DynamicLoader/Darwin-Kernel/
source/Plugins/DynamicLoader/Hexagon-DYLD/CMakeLists.txt
source/Plugins/DynamicLoader/MacOSX-DYLD/
source/Plugins/DynamicLoader/POSIX-DYLD/CMakeLists.txt
source/Plugins/DynamicLoader/Static/CMakeLists.txt
source/Plugins/DynamicLoader/Windows-DYLD/CMakeLists.txt
source/Plugins/ExpressionParser/CMakeLists.txt
source/Plugins/ExpressionParser/Clang/CMakeLists.txt
source/Plugins/Instruction/ARM/CMakeLists.txt
source/Plugins/Instruction/ARM64/CMakeLists.txt
source/Plugins/Instruction/CMakeLists.txt
source/Plugins/Instruction/MIPS/CMakeLists.txt
source/Plugins/Instruction/MIPS64/CMakeLists.txt
source/Plugins/Instruction/PPC64/CMakeLists.txt
source/Plugins/InstrumentationRuntime/ASan/CMakeLists.txt
source/Plugins/InstrumentationRuntime/CMakeLists.txt
source/Plugins/InstrumentationRuntime/MainThreadChecker/CMakeLists.txt
source/Plugins/InstrumentationRuntime/TSan/CMakeLists.txt
source/Plugins/InstrumentationRuntime/UBSan/CMakeLists.txt
source/Plugins/JITLoader/CMakeLists.txt
source/Plugins/JITLoader/GDB/CMakeLists.txt
source/Plugins/Language/CMakeLists.txt
source/Plugins/Language/CPlusPlus/CMakeLists.txt
source/Plugins/Language/ClangCommon/CMakeLists.txt
source/Plugins/Language/ObjC/CMakeLists.txt
source/Plugins/Language/ObjCPlusPlus/CMakeLists.txt
source/Plugins/LanguageRuntime/CMakeLists.txt
source/Plugins/LanguageRuntime/CPlusPlus/CMakeLists.txt
source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/CMakeLists.txt
source/Plugins/LanguageRuntime/Go/CMakeLists.txt
source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeLists.txt
source/Plugins/LanguageRuntime/ObjC/CMakeLists.txt
source/Plugins/LanguageRuntime/RenderScript/CMakeLists.txt
source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/CMakeLists.txt
source/Plugins/MemoryHistory/CMakeLists.txt
source/Plugins/MemoryHistory/asan/CMakeLists.txt
source/Plugins/ObjectContainer/BSD-Archive/CMakeLists.txt
source/Plugins/ObjectContainer/CMakeLists.txt
source/Plugins/ObjectContainer/Universal-Mach-O/
source/Plugins/ObjectFile/Breakpad/CMakeLists.txt
source/Plugins/ObjectFile/CMakeLists.txt
source/Plugins/ObjectFile/ELF/CMakeLists.txt
source/Plugins/ObjectFile/JIT/CMakeLists.txt
source/Plugins/ObjectFile/Mach-O/
source/Plugins/ObjectFile/PECOFF/
source/Plugins/OperatingSystem/CMakeLists.txt
source/Plugins/OperatingSystem/Python/CMakeLists.txt
source/Plugins/Platform/Android/
source/Plugins/Platform/CMakeLists.txt
source/Plugins/Platform/FreeBSD/CMakeLists.txt
source/Plugins/Platform/Kalimba/
source/Plugins/Platform/Linux/
source/Plugins/Platform/MacOSX/
source/Plugins/Platform/NetBSD/CMakeLists.txt
source/Plugins/Platform/OpenBSD/CMakeLists.txt
source/Plugins/Platform/POSIX/CMakeLists.txt
source/Plugins/Platform/Windows/
source/Plugins/Platform/gdb-server/CMakeLists.txt
source/Plugins/Process/CMakeLists.txt
source/Plugins/Process/FreeBSD/CMakeLists.txt
source/Plugins/Process/Linux/
source/Plugins/Process/MacOSX-Kernel/
source/Plugins/Process/NetBSD/CMakeLists.txt
source/Plugins/Process/POSIX/CMakeLists.txt
source/Plugins/Process/Utility/CMakeLists.txt
source/Plugins/Process/Windows/
source/Plugins/Process/elf-core/CMakeLists.txt
source/Plugins/Process/gdb-remote/CMakeLists.txt
source/Plugins/Process/mach-core/
source/Plugins/Process/minidump/CMakeLists.txt
source/Plugins/ScriptInterpreter/CMakeLists.txt
source/Plugins/ScriptInterpreter/None/CMakeLists.txt
source/Plugins/ScriptInterpreter/Python/CMakeLists.txt
source/Plugins/StructuredData/CMakeLists.txt
source/Plugins/StructuredData/DarwinLog/CMakeLists.txt
source/Plugins/SymbolFile/Breakpad/CMakeLists.txt
source/Plugins/SymbolFile/CMakeLists.txt
source/Plugins/SymbolFile/DWARF/CMakeLists.txt
source/Plugins/SymbolFile/NativePDB/CMakeLists.txt
source/Plugins/SymbolFile/PDB/CMakeLists.txt
source/Plugins/SymbolFile/Symtab/CMakeLists.txt
source/Plugins/SymbolVendor/CMakeLists.txt
source/Plugins/SymbolVendor/ELF/CMakeLists.txt
source/Plugins/SymbolVendor/MacOSX/
source/Plugins/SystemRuntime/
source/Plugins/UnwindAssembly/CMakeLists.txt
source/Plugins/UnwindAssembly/InstEmulation/CMakeLists.txt
source/Plugins/UnwindAssembly/x86/CMakeLists.txt
source/Symbol/CMakeLists.txt
source/Target/CMakeLists.txt
source/Utility/CMakeLists.txt
test/
third_party/
tools/CMakeLists.txt
tools/argdumper/CMakeLists.txt
tools/darwin-debug/
tools/darwin-threads/
tools/debugserver/
tools/driver/CMakeLists.txt
tools/driver/lldb-Info.plist
tools/install-headers/
tools/intel-features/
tools/lldb-mi/CMakeLists.txt
tools/lldb-mi/lldb-Info.plist
tools/lldb-perf/
tools/lldb-server/CMakeLists.txt
tools/lldb-test/
tools/lldb-vscode/
unittests/
use_lldb_suite_root.py
utils/
www/