blob: b5944cba8f273a0e13657c2759f65c81922c3bf6 [file] [log] [blame]
Todd Fialaaf245d12014-06-30 21:05:18 +00001//===-- lldb-private-forward.h ----------------------------------*- C++ -*-===//
2//
Chandler Carruth2946cd72019-01-19 08:50:56 +00003// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4// See https://llvm.org/LICENSE.txt for license information.
5// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
Todd Fialaaf245d12014-06-30 21:05:18 +00006//
7//===----------------------------------------------------------------------===//
8
Jonas Devliegherecdc514e2020-02-17 15:57:45 -08009#ifndef LLDB_LLDB_PRIVATE_FORWARD_H
10#define LLDB_LLDB_PRIVATE_FORWARD_H
Todd Fialaaf245d12014-06-30 21:05:18 +000011
Kate Stoneb9c1b512016-09-06 20:57:50 +000012namespace lldb_private {
Adrian Prantl05097242018-04-30 16:49:04 +000013// forward decls.
Kate Stoneb9c1b512016-09-06 20:57:50 +000014class NativeProcessProtocol;
15class NativeRegisterContext;
16class NativeThreadProtocol;
17class ResumeActionList;
18class UnixSignals;
Todd Fialaaf245d12014-06-30 21:05:18 +000019}
20
Jonas Devliegherecdc514e2020-02-17 15:57:45 -080021#endif // LLDB_LLDB_PRIVATE_FORWARD_H