You've already forked llvm-project
mirror of
https://github.com/encounter/llvm-project.git
synced 2026-03-30 11:27:19 -07:00
bd2d88d60f
these two new files. llvm-svn: 176312
16 lines
456 B
C++
16 lines
456 B
C++
//===-- 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
|