9#ifndef LLDB_LLDB_PRIVATE_FORWARD_H
10#define LLDB_LLDB_PRIVATE_FORWARD_H
14class NativeProcessProtocol;
15class NativeRegisterContext;
16class NativeThreadProtocol;
17class ResumeActionList;
A class that represents a running process on the host machine.