]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/llvm/tools/lldb/include/lldb/lldb-private-forward.h
Import DTS files from Linux 5.0
[FreeBSD/FreeBSD.git] / contrib / llvm / tools / lldb / include / lldb / lldb-private-forward.h
1 //===-- lldb-private-forward.h ----------------------------------*- C++ -*-===//
2 //
3 //                     The LLVM Compiler Infrastructure
4 //
5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details.
7 //
8 //===----------------------------------------------------------------------===//
9
10 #ifndef LLDB_lldb_private_forward_h_
11 #define LLDB_lldb_private_forward_h_
12
13 namespace lldb_private {
14 // --------------------------------------------------------------- Class
15 // forward decls.
16 // ---------------------------------------------------------------
17 class NativeProcessProtocol;
18 class NativeRegisterContext;
19 class NativeThreadProtocol;
20 class ResumeActionList;
21 class UnixSignals;
22 }
23
24 #endif // #ifndef LLDB_lldb_private_forward_h_