1af245d11STodd Fiala //===-- lldb-private-forward.h ----------------------------------*- C++ -*-===// 2af245d11STodd Fiala // 32946cd70SChandler Carruth // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 42946cd70SChandler Carruth // See https://llvm.org/LICENSE.txt for license information. 52946cd70SChandler Carruth // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 6af245d11STodd Fiala // 7af245d11STodd Fiala //===----------------------------------------------------------------------===// 8af245d11STodd Fiala 9*cdc514e4SJonas Devlieghere #ifndef LLDB_LLDB_PRIVATE_FORWARD_H 10*cdc514e4SJonas Devlieghere #define LLDB_LLDB_PRIVATE_FORWARD_H 11af245d11STodd Fiala 12b9c1b51eSKate Stone namespace lldb_private { 1305097246SAdrian Prantl // forward decls. 14af245d11STodd Fiala class NativeProcessProtocol; 15af245d11STodd Fiala class NativeRegisterContext; 16af245d11STodd Fiala class NativeThreadProtocol; 17e77fce0aSTodd Fiala class ResumeActionList; 184ceced3fSTodd Fiala class UnixSignals; 19af245d11STodd Fiala } 20af245d11STodd Fiala 21*cdc514e4SJonas Devlieghere #endif // LLDB_LLDB_PRIVATE_FORWARD_H 22