| Main index | Section 9 | Options |
#include <sys/types.h>
#include <sys/ptrace.h>
These functions may sleep and thus may not be called with any non-sleepable locks held. The process p must be held by the caller using PHOLD(9).
The proc_readmem() and proc_writemem() functions return the number of bytes read or written, respectively. This may be smaller than the number of bytes requested, for example if the request spans multiple pages in the process address space and one of them after the first is not mapped. Otherwise, -1 is returned.
| PROC_RWMEM (9) | December 7, 2015 |
| Main index | Section 9 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
| “ | Never write it in C if you can do it in `awk'; Never do it in `awk' if `sed' can handle it; Never use `sed' when `tr' can do the job; Never invoke `tr' when `cat' is sufficient; Avoid using `cat' whenever possible. |
” |
| — Taylor's Laws of Programming | ||