Home | History | Annotate | Download | only in POSIX
      1 set(LLVM_NO_RTTI 1)
      2 
      3 include_directories(.)
      4 include_directories(../Linux)
      5 include_directories(../Utility)
      6 
      7 add_lldb_library(lldbPluginProcessPOSIX
      8   POSIXStopInfo.cpp
      9   POSIXThread.cpp
     10   ProcessMessage.cpp
     11   ProcessPOSIX.cpp
     12   ProcessPOSIXLog.cpp
     13   RegisterContextFreeBSD_x86_64.cpp
     14   RegisterContext_i386.cpp
     15   RegisterContextLinux_x86_64.cpp
     16   RegisterContext_x86_64.cpp
     17   )
     18