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