diff options
author | John Baldwin <jhb@FreeBSD.org> | 2018-01-09 13:35:17 -0800 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2018-01-09 13:35:17 -0800 |
commit | 2d97a5d9d33aea87c3bd02fd1fa417f5d4e1fa05 (patch) | |
tree | ae7678a1585fdca28d77e59fe69db21fad11ffa0 /gdb/NEWS | |
parent | 92fce24de299a8b9a9a1c0c6b98e0e9c1656f99c (diff) | |
download | gdb-2d97a5d9d33aea87c3bd02fd1fa417f5d4e1fa05.zip gdb-2d97a5d9d33aea87c3bd02fd1fa417f5d4e1fa05.tar.gz gdb-2d97a5d9d33aea87c3bd02fd1fa417f5d4e1fa05.tar.bz2 |
Document support for 'info proc' on FreeBSD.
Since the 'info proc' support on FreeBSD does not use /proc, reword
the documentation for 'info proc' to not assume /proc. This includes
renaming the node to 'Process Information' and suggesting that
additional process information can be queried via different
OS-specific interfaces. This is also cleans up the description of
'info proc' support for core files a bit as /proc is not used for core
file support on any current platform.
gdb/ChangeLog:
* NEWS: Document that 'info proc' now works on FreeBSD.
gdb/doc/ChangeLog:
* gdb.texinfo (pwd): Update cross-reference for Process Information
node and remove explicit /proc reference.
(Native): Rename subsection from SVR4 Process Information to
Process Information.
(Process Information): Reword introduction to be less /proc
centric. Document support for "info proc" on FreeBSD.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,6 +3,9 @@ *** Changes since GDB 8.1 +* 'info proc' now works on running processes on FreeBSD systems and core + files created on FreeBSD systems. + *** Changes in GDB 8.1 * GDB now supports dynamically creating arbitrary register groups specified |