PR:		280562
MFC after:	1 month

(cherry picked from commit 3f157662c0)
This commit is contained in:
Dimitry Andric 2024-07-31 22:16:45 +02:00
parent d544fe589b
commit 3d31a1d8cd
3 changed files with 3 additions and 3 deletions

View file

@ -30,7 +30,7 @@ class NativeProcessFreeBSD;
class NativeRegisterContextFreeBSD_arm : public NativeRegisterContextFreeBSD {
public:
NativeRegisterContextFreeBSD_arm(const ArchSpec &target_arch,
NativeThreadProtocol &native_thread);
NativeThreadFreeBSD &native_thread);
uint32_t GetRegisterSetCount() const override;

View file

@ -31,7 +31,7 @@ class NativeRegisterContextFreeBSD_mips64
: public NativeRegisterContextFreeBSD {
public:
NativeRegisterContextFreeBSD_mips64(const ArchSpec &target_arch,
NativeThreadProtocol &native_thread);
NativeThreadFreeBSD &native_thread);
uint32_t GetRegisterSetCount() const override;

View file

@ -31,7 +31,7 @@ class NativeRegisterContextFreeBSD_powerpc
: public NativeRegisterContextFreeBSD {
public:
NativeRegisterContextFreeBSD_powerpc(const ArchSpec &target_arch,
NativeThreadProtocol &native_thread);
NativeThreadFreeBSD &native_thread);
uint32_t GetRegisterSetCount() const override;