Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for PT_WRITE_I (0.24 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/bpxsvc_zos.go

    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
    	PT_WRITE_I              = 4  //Write a full word
    	PT_WRITE_D              = 5  //Write a full word
    	PT_CONTINUE             = 7  //Continue the process
    	PT_KILL                 = 8  //Terminate the process
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 19.9K bytes
    - Viewed (0)
  2. src/syscall/zerrors_aix_ppc64.go

    	PT_WATCH                      = 0x29
    	PT_WRITE_BLOCK                = 0x13
    	PT_WRITE_D                    = 0x5
    	PT_WRITE_FPR                  = 0xf
    	PT_WRITE_GPR                  = 0xe
    	PT_WRITE_I                    = 0x4
    	RLIMIT_AS                     = 0x6
    	RLIMIT_CORE                   = 0x4
    	RLIMIT_CPU                    = 0x0
    	RLIMIT_DATA                   = 0x2
    	RLIMIT_FSIZE                  = 0x1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 16:18:12 UTC 2019
    - 47.2K bytes
    - Viewed (0)
Back to top