Home | History | Annotate | Download | only in multithreaded
      1 
      2 #ifndef LLDB_HEADERS_H
      3 #define LLDB_HEADERS_H
      4 
      5 #ifdef __APPLE__
      6 #include <LLDB/LLDB.h>
      7 #else
      8 #include "lldb/API/LLDB.h"
      9 #endif
     10 
     11 #endif // LLDB_HEADERS_H
     12