Skip to content

Commit ce6d850

Browse files
committed
Tentatively apply llvm/llvm-project#101403.
1 parent ee4405e commit ce6d850

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_arm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class NativeProcessFreeBSD;
3030
class NativeRegisterContextFreeBSD_arm : public NativeRegisterContextFreeBSD {
3131
public:
3232
NativeRegisterContextFreeBSD_arm(const ArchSpec &target_arch,
33-
NativeThreadProtocol &native_thread);
33+
NativeThreadFreeBSD &native_thread);
3434

3535
uint32_t GetRegisterSetCount() const override;
3636

contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_mips64.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class NativeRegisterContextFreeBSD_mips64
3131
: public NativeRegisterContextFreeBSD {
3232
public:
3333
NativeRegisterContextFreeBSD_mips64(const ArchSpec &target_arch,
34-
NativeThreadProtocol &native_thread);
34+
NativeThreadFreeBSD &native_thread);
3535

3636
uint32_t GetRegisterSetCount() const override;
3737

contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_powerpc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class NativeRegisterContextFreeBSD_powerpc
3131
: public NativeRegisterContextFreeBSD {
3232
public:
3333
NativeRegisterContextFreeBSD_powerpc(const ArchSpec &target_arch,
34-
NativeThreadProtocol &native_thread);
34+
NativeThreadFreeBSD &native_thread);
3535

3636
uint32_t GetRegisterSetCount() const override;
3737

0 commit comments

Comments
 (0)