]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - source/Plugins/Process/Utility/CMakeLists.txt
Vendor import of lldb trunk r290819:
[FreeBSD/FreeBSD.git] / source / Plugins / Process / Utility / CMakeLists.txt
1 include_directories(../../../Utility/)
2
3 add_lldb_library(lldbPluginProcessUtility
4   DynamicRegisterInfo.cpp
5   FreeBSDSignals.cpp
6   GDBRemoteSignals.cpp
7   HistoryThread.cpp
8   HistoryUnwind.cpp
9   InferiorCallPOSIX.cpp
10   LinuxSignals.cpp
11   MipsLinuxSignals.cpp
12   NetBSDSignals.cpp
13   RegisterContextDarwin_arm.cpp
14   RegisterContextDarwin_arm64.cpp
15   RegisterContextDarwin_i386.cpp
16   RegisterContextDarwin_x86_64.cpp
17   RegisterContextDummy.cpp
18   RegisterContextFreeBSD_arm.cpp
19   RegisterContextFreeBSD_i386.cpp
20   RegisterContextFreeBSD_mips64.cpp
21   RegisterContextFreeBSD_powerpc.cpp
22   RegisterContextFreeBSD_x86_64.cpp
23   RegisterContextHistory.cpp
24   RegisterContextLinux_arm.cpp
25   RegisterContextLinux_i386.cpp
26   RegisterContextLinux_x86_64.cpp
27   RegisterContextLinux_mips64.cpp
28   RegisterContextLinux_mips.cpp
29   RegisterContextLinux_s390x.cpp
30   RegisterContextLLDB.cpp
31   RegisterContextMacOSXFrameBackchain.cpp
32   RegisterContextMach_arm.cpp
33   RegisterContextMach_i386.cpp
34   RegisterContextMach_x86_64.cpp
35   RegisterContextMemory.cpp
36   RegisterContextNetBSD_x86_64.cpp
37   RegisterContextPOSIX_arm.cpp
38   RegisterContextPOSIX_arm64.cpp
39   RegisterContextPOSIX_mips64.cpp
40   RegisterContextPOSIX_powerpc.cpp
41   RegisterContextPOSIX_s390x.cpp
42   RegisterContextPOSIX_x86.cpp
43   RegisterContextThreadMemory.cpp
44   RegisterInfoPOSIX_arm64.cpp
45   StopInfoMachException.cpp
46   ThreadMemory.cpp
47   UnwindLLDB.cpp
48   UnwindMacOSXFrameBackchain.cpp
49   )