Contents|Index|Previous|Next
Additional process information 

Some operating systems provide a facility called ‘/proc’ that can be used to examine the image of a running process using file system subroutines. If GDB is configured for an operating system with this facility, the command info proc is available to report on several kinds of information about the process running your program. info proc works only on SVR4 systems that support procfs.
 
Top|Contents|Index|Previous|Next