Documentation ¶
Index ¶
- Variables
- type UnimplementedSyscall
- func (*UnimplementedSyscall) Descriptor() ([]byte, []int)deprecated
- func (x *UnimplementedSyscall) GetRegisters() *registers_go_proto.Registers
- func (x *UnimplementedSyscall) GetTid() int32
- func (*UnimplementedSyscall) ProtoMessage()
- func (x *UnimplementedSyscall) ProtoReflect() protoreflect.Message
- func (x *UnimplementedSyscall) Reset()
- func (x *UnimplementedSyscall) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_pkg_sentry_unimpl_unimplemented_syscall_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type UnimplementedSyscall ¶
type UnimplementedSyscall struct { Tid int32 `protobuf:"varint,1,opt,name=tid,proto3" json:"tid,omitempty"` Registers *registers_go_proto.Registers `protobuf:"bytes,2,opt,name=registers,proto3" json:"registers,omitempty"` // contains filtered or unexported fields }
func (*UnimplementedSyscall) Descriptor
deprecated
func (*UnimplementedSyscall) Descriptor() ([]byte, []int)
Deprecated: Use UnimplementedSyscall.ProtoReflect.Descriptor instead.
func (*UnimplementedSyscall) GetRegisters ¶
func (x *UnimplementedSyscall) GetRegisters() *registers_go_proto.Registers
func (*UnimplementedSyscall) GetTid ¶
func (x *UnimplementedSyscall) GetTid() int32
func (*UnimplementedSyscall) ProtoMessage ¶
func (*UnimplementedSyscall) ProtoMessage()
func (*UnimplementedSyscall) ProtoReflect ¶
func (x *UnimplementedSyscall) ProtoReflect() protoreflect.Message
func (*UnimplementedSyscall) Reset ¶
func (x *UnimplementedSyscall) Reset()
func (*UnimplementedSyscall) String ¶
func (x *UnimplementedSyscall) String() string
Click to show internal directories.
Click to hide internal directories.