[lldb] Remove bogus ProcessMonitor forward-decls
This class is not used in those files.
This commit is contained in:
@@ -14,8 +14,6 @@
|
||||
#include "lldb/Target/RegisterContext.h"
|
||||
#include "lldb/Utility/Log.h"
|
||||
|
||||
class ProcessMonitor;
|
||||
|
||||
class RegisterContextPOSIX_arm : public lldb_private::RegisterContext {
|
||||
public:
|
||||
RegisterContextPOSIX_arm(
|
||||
|
||||
@@ -14,8 +14,6 @@
|
||||
#include "lldb/Target/RegisterContext.h"
|
||||
#include "lldb/Utility/Log.h"
|
||||
|
||||
class ProcessMonitor;
|
||||
|
||||
class RegisterContextPOSIX_arm64 : public lldb_private::RegisterContext {
|
||||
public:
|
||||
RegisterContextPOSIX_arm64(
|
||||
|
||||
@@ -14,10 +14,6 @@
|
||||
#include "lldb/Target/RegisterContext.h"
|
||||
#include "lldb/Utility/Log.h"
|
||||
|
||||
using namespace lldb_private;
|
||||
|
||||
class ProcessMonitor;
|
||||
|
||||
class RegisterContextPOSIX_mips64 : public lldb_private::RegisterContext {
|
||||
public:
|
||||
|
||||
|
||||
@@ -14,8 +14,6 @@
|
||||
#include "lldb/Target/RegisterContext.h"
|
||||
#include "lldb/Utility/Log.h"
|
||||
|
||||
class ProcessMonitor;
|
||||
|
||||
// Internal codes for all powerpc registers.
|
||||
enum {
|
||||
k_first_gpr_powerpc,
|
||||
|
||||
@@ -15,8 +15,6 @@
|
||||
#include "lldb/Target/RegisterContext.h"
|
||||
#include "lldb/Utility/Log.h"
|
||||
|
||||
class ProcessMonitor;
|
||||
|
||||
class RegisterContextPOSIX_s390x : public lldb_private::RegisterContext {
|
||||
public:
|
||||
RegisterContextPOSIX_s390x(
|
||||
|
||||
@@ -15,8 +15,6 @@
|
||||
#include "lldb/Target/RegisterContext.h"
|
||||
#include "lldb/Utility/Log.h"
|
||||
|
||||
class ProcessMonitor;
|
||||
|
||||
class RegisterContextPOSIX_x86 : public lldb_private::RegisterContext {
|
||||
public:
|
||||
RegisterContextPOSIX_x86(lldb_private::Thread &thread,
|
||||
|
||||
Reference in New Issue
Block a user