Tentatively apply https://github.com/llvm/llvm-project/pull/101403
PR: 280562 MFC after: 1 month
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ class NativeProcessFreeBSD;
|
|||||||
class NativeRegisterContextFreeBSD_arm : public NativeRegisterContextFreeBSD {
|
class NativeRegisterContextFreeBSD_arm : public NativeRegisterContextFreeBSD {
|
||||||
public:
|
public:
|
||||||
NativeRegisterContextFreeBSD_arm(const ArchSpec &target_arch,
|
NativeRegisterContextFreeBSD_arm(const ArchSpec &target_arch,
|
||||||
NativeThreadProtocol &native_thread);
|
NativeThreadFreeBSD &native_thread);
|
||||||
|
|
||||||
uint32_t GetRegisterSetCount() const override;
|
uint32_t GetRegisterSetCount() const override;
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -31,7 +31,7 @@ class NativeRegisterContextFreeBSD_mips64
|
|||||||
: public NativeRegisterContextFreeBSD {
|
: public NativeRegisterContextFreeBSD {
|
||||||
public:
|
public:
|
||||||
NativeRegisterContextFreeBSD_mips64(const ArchSpec &target_arch,
|
NativeRegisterContextFreeBSD_mips64(const ArchSpec &target_arch,
|
||||||
NativeThreadProtocol &native_thread);
|
NativeThreadFreeBSD &native_thread);
|
||||||
|
|
||||||
uint32_t GetRegisterSetCount() const override;
|
uint32_t GetRegisterSetCount() const override;
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -31,7 +31,7 @@ class NativeRegisterContextFreeBSD_powerpc
|
|||||||
: public NativeRegisterContextFreeBSD {
|
: public NativeRegisterContextFreeBSD {
|
||||||
public:
|
public:
|
||||||
NativeRegisterContextFreeBSD_powerpc(const ArchSpec &target_arch,
|
NativeRegisterContextFreeBSD_powerpc(const ArchSpec &target_arch,
|
||||||
NativeThreadProtocol &native_thread);
|
NativeThreadFreeBSD &native_thread);
|
||||||
|
|
||||||
uint32_t GetRegisterSetCount() const override;
|
uint32_t GetRegisterSetCount() const override;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user