//===-- NativeProcessSoftwareSingleStep.h -----------------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// #ifndef lldb_NativeProcessSoftwareSingleStep_h #define lldb_NativeProcessSoftwareSingleStep_h #include "lldb/Host/common/NativeProcessProtocol.h" #include "lldb/Host/common/NativeThreadProtocol.h" #include <map> namespace lldb_private { class NativeProcessSoftwareSingleStep { … }; } // namespace lldb_private #endif // #ifndef lldb_NativeProcessSoftwareSingleStep_h