2 RegisterContextFreeBSDTest.cpp)
4 RegisterContextNetBSDTest_i386.cpp
5 RegisterContextNetBSDTest_x86_64.cpp)
7 if (CMAKE_SYSTEM_NAME MATCHES "FreeBSD")
8 list(APPEND PLATFORM_SOURCES ${FREEBSD_SOURCES})
9 elseif (CMAKE_SYSTEM_NAME MATCHES "NetBSD")
10 list(APPEND PLATFORM_SOURCES ${NETBSD_SOURCES})
13 set(LLVM_OPTIONAL_SOURCES
17 add_lldb_unittest(ProcessUtilityTests
19 MemoryTagManagerAArch64MTETest.cpp
20 RegisterContextTest.cpp
24 lldbPluginProcessUtility