mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-04-05 23:02:27 +00:00
[lldb] Remove bogus ProcessMonitor forward-decls
This class is not used in those files.
This commit is contained in:
parent
421f1b7294
commit
ea3a547f0b
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user