Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for PT_TRACE_ME (0.19 sec)

  1. src/syscall/types_freebsd.go

    	SizeofIPv6MTUInfo      = C.sizeof_struct_ip6_mtuinfo
    	SizeofICMPv6Filter     = C.sizeof_struct_icmp6_filter
    )
    
    // Ptrace requests
    
    const (
    	PTRACE_TRACEME = C.PT_TRACE_ME
    	PTRACE_CONT    = C.PT_CONTINUE
    	PTRACE_KILL    = C.PT_KILL
    )
    
    // Events (kqueue, kevent)
    
    type Kevent_t C.struct_kevent_freebsd11
    
    // Select
    
    type FdSet C.fd_set
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 6.7K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/bpxsvc_zos.go

    	parms[1] = unsafe.Pointer(&userdata[0])
    	parms[2] = unsafe.Pointer(&rv)
    	parms[3] = unsafe.Pointer(&rc)
    	parms[4] = unsafe.Pointer(&rn)
    	bpxcall(parms[:], BPX4PTQ)
    	return rv, rc, rn
    }
    
    const (
    	PT_TRACE_ME             = 0  // Debug this process
    	PT_READ_I               = 1  // Read a full word
    	PT_READ_D               = 2  // Read a full word
    	PT_READ_U               = 3  // Read control info
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 19.9K bytes
    - Viewed (0)
  3. src/syscall/syscall_aix.go

    func raw_ptrace(request int, pid int, addr *byte, data *byte) Errno {
    	if request == PTRACE_TRACEME {
    		// Convert to AIX ptrace call.
    		err := ptrace64(PT_TRACE_ME, 0, 0, 0, 0)
    		if err != nil {
    			return err.(Errno)
    		}
    		return 0
    	}
    	return ENOSYS
    }
    
    func ptracePeek(pid int, addr uintptr, out []byte) (count int, err error) {
    	n := 0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 13:50:55 UTC 2024
    - 17.9K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_darwin_amd64.go

    	PT_READ_U                               = 0x3
    	PT_SIGEXC                               = 0xc
    	PT_STEP                                 = 0x9
    	PT_THUPDATE                             = 0xd
    	PT_TRACE_ME                             = 0x0
    	PT_WRITE_D                              = 0x5
    	PT_WRITE_I                              = 0x4
    	PT_WRITE_U                              = 0x6
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 87.5K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_arm.go

    	PT_STEP                        = 0x9
    	PT_SUSPEND                     = 0x12
    	PT_SYSCALL                     = 0x16
    	PT_TO_SCE                      = 0x14
    	PT_TO_SCX                      = 0x15
    	PT_TRACE_ME                    = 0x0
    	PT_VM_ENTRY                    = 0x29
    	PT_VM_TIMESTAMP                = 0x28
    	PT_WRITE_D                     = 0x5
    	PT_WRITE_I                     = 0x4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 79.2K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_arm64.go

    	PT_STEP                        = 0x9
    	PT_SUSPEND                     = 0x12
    	PT_SYSCALL                     = 0x16
    	PT_TO_SCE                      = 0x14
    	PT_TO_SCX                      = 0x15
    	PT_TRACE_ME                    = 0x0
    	PT_VM_ENTRY                    = 0x29
    	PT_VM_TIMESTAMP                = 0x28
    	PT_WRITE_D                     = 0x5
    	PT_WRITE_I                     = 0x4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 79.2K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zerrors_darwin_arm64.go

    	PT_READ_U                               = 0x3
    	PT_SIGEXC                               = 0xc
    	PT_STEP                                 = 0x9
    	PT_THUPDATE                             = 0xd
    	PT_TRACE_ME                             = 0x0
    	PT_WRITE_D                              = 0x5
    	PT_WRITE_I                              = 0x4
    	PT_WRITE_U                              = 0x6
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 87.5K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_amd64.go

    	PT_STEP                        = 0x9
    	PT_SUSPEND                     = 0x12
    	PT_SYSCALL                     = 0x16
    	PT_TO_SCE                      = 0x14
    	PT_TO_SCX                      = 0x15
    	PT_TRACE_ME                    = 0x0
    	PT_VM_ENTRY                    = 0x29
    	PT_VM_TIMESTAMP                = 0x28
    	PT_WRITE_D                     = 0x5
    	PT_WRITE_I                     = 0x4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 79.4K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_riscv64.go

    	PT_STEP                        = 0x9
    	PT_SUSPEND                     = 0x12
    	PT_SYSCALL                     = 0x16
    	PT_TO_SCE                      = 0x14
    	PT_TO_SCX                      = 0x15
    	PT_TRACE_ME                    = 0x0
    	PT_VM_ENTRY                    = 0x29
    	PT_VM_TIMESTAMP                = 0x28
    	PT_WRITE_D                     = 0x5
    	PT_WRITE_I                     = 0x4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 83.7K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_386.go

    	PT_STEP                        = 0x9
    	PT_SUSPEND                     = 0x12
    	PT_SYSCALL                     = 0x16
    	PT_TO_SCE                      = 0x14
    	PT_TO_SCX                      = 0x15
    	PT_TRACE_ME                    = 0x0
    	PT_VM_ENTRY                    = 0x29
    	PT_VM_TIMESTAMP                = 0x28
    	PT_WRITE_D                     = 0x5
    	PT_WRITE_I                     = 0x4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 79.6K bytes
    - Viewed (0)
Back to top