Update lldb's FREEBSD-Xlist to match reality.

This commit is contained in:
Dimitry Andric 2015-09-06 11:48:50 +00:00
parent a3977bea20
commit 7ff2ee1244

View File

@ -3,6 +3,7 @@
.clang-format .clang-format
.gitignore .gitignore
CMakeLists.txt CMakeLists.txt
CODE_OWNERS.txt
INSTALL.txt INSTALL.txt
Makefile Makefile
cmake/ cmake/
@ -27,6 +28,7 @@ include/lldb/Host/msvc/
include/lldb/Host/windows/ include/lldb/Host/windows/
include/lldb/Makefile include/lldb/Makefile
lib/ lib/
lit/
lldb.xcodeproj/ lldb.xcodeproj/
lldb.xcworkspace/ lldb.xcworkspace/
resources/ resources/
@ -46,12 +48,15 @@ source/Expression/CMakeLists.txt
source/Expression/Makefile source/Expression/Makefile
source/Host/CMakeLists.txt source/Host/CMakeLists.txt
source/Host/Makefile source/Host/Makefile
source/Host/android/
source/Host/common/Makefile source/Host/common/Makefile
source/Host/freebsd/Makefile source/Host/freebsd/Makefile
source/Host/linux/ source/Host/linux/
source/Host/macosx/ source/Host/macosx/
source/Host/posix/Makefile source/Host/posix/Makefile
source/Host/windows/ source/Host/windows/
source/Initialization/CMakeLists.txt
source/Initialization/Makefile
source/Interpreter/CMakeLists.txt source/Interpreter/CMakeLists.txt
source/Interpreter/Makefile source/Interpreter/Makefile
source/Makefile source/Makefile
@ -62,8 +67,18 @@ source/Plugins/ABI/MacOSX-arm64/CMakeLists.txt
source/Plugins/ABI/MacOSX-arm64/Makefile source/Plugins/ABI/MacOSX-arm64/Makefile
source/Plugins/ABI/MacOSX-i386/CMakeLists.txt source/Plugins/ABI/MacOSX-i386/CMakeLists.txt
source/Plugins/ABI/MacOSX-i386/Makefile source/Plugins/ABI/MacOSX-i386/Makefile
source/Plugins/ABI/SysV-arm/CMakeLists.txt
source/Plugins/ABI/SysV-arm/Makefile
source/Plugins/ABI/SysV-arm64/CMakeLists.txt
source/Plugins/ABI/SysV-arm64/Makefile
source/Plugins/ABI/SysV-hexagon/CMakeLists.txt source/Plugins/ABI/SysV-hexagon/CMakeLists.txt
source/Plugins/ABI/SysV-hexagon/Makefile source/Plugins/ABI/SysV-hexagon/Makefile
source/Plugins/ABI/SysV-i386/CMakeLists.txt
source/Plugins/ABI/SysV-i386/Makefile
source/Plugins/ABI/SysV-mips/CMakeLists.txt
source/Plugins/ABI/SysV-mips/Makefile
source/Plugins/ABI/SysV-mips64/CMakeLists.txt
source/Plugins/ABI/SysV-mips64/Makefile
source/Plugins/ABI/SysV-ppc/CMakeLists.txt source/Plugins/ABI/SysV-ppc/CMakeLists.txt
source/Plugins/ABI/SysV-ppc/Makefile source/Plugins/ABI/SysV-ppc/Makefile
source/Plugins/ABI/SysV-ppc64/CMakeLists.txt source/Plugins/ABI/SysV-ppc64/CMakeLists.txt
@ -88,6 +103,10 @@ source/Plugins/Instruction/ARM/Makefile
source/Plugins/Instruction/ARM64/CMakeLists.txt source/Plugins/Instruction/ARM64/CMakeLists.txt
source/Plugins/Instruction/ARM64/Makefile source/Plugins/Instruction/ARM64/Makefile
source/Plugins/Instruction/CMakeLists.txt source/Plugins/Instruction/CMakeLists.txt
source/Plugins/Instruction/MIPS/CMakeLists.txt
source/Plugins/Instruction/MIPS/Makefile
source/Plugins/Instruction/MIPS64/CMakeLists.txt
source/Plugins/Instruction/MIPS64/Makefile
source/Plugins/InstrumentationRuntime/AddressSanitizer/CMakeLists.txt source/Plugins/InstrumentationRuntime/AddressSanitizer/CMakeLists.txt
source/Plugins/InstrumentationRuntime/AddressSanitizer/Makefile source/Plugins/InstrumentationRuntime/AddressSanitizer/Makefile
source/Plugins/InstrumentationRuntime/CMakeLists.txt source/Plugins/InstrumentationRuntime/CMakeLists.txt
@ -99,6 +118,9 @@ source/Plugins/LanguageRuntime/CPlusPlus/CMakeLists.txt
source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/CMakeLists.txt source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/CMakeLists.txt
source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/Makefile source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/Makefile
source/Plugins/LanguageRuntime/ObjC/ source/Plugins/LanguageRuntime/ObjC/
source/Plugins/LanguageRuntime/RenderScript/CMakeLists.txt
source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/CMakeLists.txt
source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/Makefile
source/Plugins/Makefile source/Plugins/Makefile
source/Plugins/MemoryHistory/CMakeLists.txt source/Plugins/MemoryHistory/CMakeLists.txt
source/Plugins/MemoryHistory/asan/CMakeLists.txt source/Plugins/MemoryHistory/asan/CMakeLists.txt
@ -117,6 +139,7 @@ source/Plugins/ObjectFile/PECOFF/
source/Plugins/OperatingSystem/CMakeLists.txt source/Plugins/OperatingSystem/CMakeLists.txt
source/Plugins/OperatingSystem/Python/CMakeLists.txt source/Plugins/OperatingSystem/Python/CMakeLists.txt
source/Plugins/OperatingSystem/Python/Makefile source/Plugins/OperatingSystem/Python/Makefile
source/Plugins/Platform/Android/
source/Plugins/Platform/CMakeLists.txt source/Plugins/Platform/CMakeLists.txt
source/Plugins/Platform/FreeBSD/CMakeLists.txt source/Plugins/Platform/FreeBSD/CMakeLists.txt
source/Plugins/Platform/FreeBSD/Makefile source/Plugins/Platform/FreeBSD/Makefile
@ -168,6 +191,7 @@ source/Utility/Makefile
test/ test/
tools/CMakeLists.txt tools/CMakeLists.txt
tools/Makefile tools/Makefile
tools/argdumper/CMakeLists.txt
tools/darwin-debug/ tools/darwin-debug/
tools/darwin-threads/ tools/darwin-threads/
tools/debugserver/ tools/debugserver/
@ -180,7 +204,9 @@ tools/lldb-mi/CMakeLists.txt
tools/lldb-mi/Makefile tools/lldb-mi/Makefile
tools/lldb-mi/lldb-Info.plist tools/lldb-mi/lldb-Info.plist
tools/lldb-perf/ tools/lldb-perf/
tools/lldb-platform/CMakeLists.txt tools/lldb-platform/
tools/lldb-platform/Makefile tools/lldb-server/CMakeLists.txt
tools/lldb-server/Makefile
unittests/
utils/ utils/
www/ www/