| //===-- libdebugserver.h ----------------------------------------*- C++ -*-===// | |
| // | |
| // The LLVM Compiler Infrastructure | |
| // | |
| // This file is distributed under the University of Illinois Open Source | |
| // License. See LICENSE.TXT for details. | |
| // | |
| //===----------------------------------------------------------------------===// | |
| #ifndef debugserver_libdebugserver_h | |
| #define debugserver_libdebugserver_h | |
| int debug_server_main(int fd); | |
| #endif |