mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-04-07 07:42:11 +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/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(
|
||||||
|
@ -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(
|
||||||
|
@ -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:
|
||||||
|
|
||||||
|
@ -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,
|
||||||
|
@ -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(
|
||||||
|
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user