1/* C++ headers to be included. */ 2%{ 3#include <algorithm> 4#include <string> 5%} 6 7/* The liblldb header files to be included. */ 8%{ 9#include "lldb/lldb-public.h" 10#include "lldb/API/LLDB.h" 11%} 12