[lldb] Remove bogus ProcessMonitor forward-decls

This class is not used in those files.
This commit is contained in:
Pavel Labath 2020-10-14 16:41:13 +02:00
parent 421f1b7294
commit ea3a547f0b
6 changed files with 0 additions and 14 deletions

View File

@ -14,8 +14,6 @@
#include "lldb/Target/RegisterContext.h" #include "lldb/Target/RegisterContext.h"
#include "lldb/Utility/Log.h" #include "lldb/Utility/Log.h"
class ProcessMonitor;
class RegisterContextPOSIX_arm : public lldb_private::RegisterContext { class RegisterContextPOSIX_arm : public lldb_private::RegisterContext {
public: public:
RegisterContextPOSIX_arm( RegisterContextPOSIX_arm(

View File

@ -14,8 +14,6 @@
#include "lldb/Target/RegisterContext.h" #include "lldb/Target/RegisterContext.h"
#include "lldb/Utility/Log.h" #include "lldb/Utility/Log.h"
class ProcessMonitor;
class RegisterContextPOSIX_arm64 : public lldb_private::RegisterContext { class RegisterContextPOSIX_arm64 : public lldb_private::RegisterContext {
public: public:
RegisterContextPOSIX_arm64( RegisterContextPOSIX_arm64(

View File

@ -14,10 +14,6 @@
#include "lldb/Target/RegisterContext.h" #include "lldb/Target/RegisterContext.h"
#include "lldb/Utility/Log.h" #include "lldb/Utility/Log.h"
using namespace lldb_private;
class ProcessMonitor;
class RegisterContextPOSIX_mips64 : public lldb_private::RegisterContext { class RegisterContextPOSIX_mips64 : public lldb_private::RegisterContext {
public: public:

View File

@ -14,8 +14,6 @@
#include "lldb/Target/RegisterContext.h" #include "lldb/Target/RegisterContext.h"
#include "lldb/Utility/Log.h" #include "lldb/Utility/Log.h"
class ProcessMonitor;
// Internal codes for all powerpc registers. // Internal codes for all powerpc registers.
enum { enum {
k_first_gpr_powerpc, k_first_gpr_powerpc,

View File

@ -15,8 +15,6 @@
#include "lldb/Target/RegisterContext.h" #include "lldb/Target/RegisterContext.h"
#include "lldb/Utility/Log.h" #include "lldb/Utility/Log.h"
class ProcessMonitor;
class RegisterContextPOSIX_s390x : public lldb_private::RegisterContext { class RegisterContextPOSIX_s390x : public lldb_private::RegisterContext {
public: public:
RegisterContextPOSIX_s390x( RegisterContextPOSIX_s390x(

View File

@ -15,8 +15,6 @@
#include "lldb/Target/RegisterContext.h" #include "lldb/Target/RegisterContext.h"
#include "lldb/Utility/Log.h" #include "lldb/Utility/Log.h"
class ProcessMonitor;
class RegisterContextPOSIX_x86 : public lldb_private::RegisterContext { class RegisterContextPOSIX_x86 : public lldb_private::RegisterContext {
public: public:
RegisterContextPOSIX_x86(lldb_private::Thread &thread, RegisterContextPOSIX_x86(lldb_private::Thread &thread,