diff options
author | John Baldwin <jhb@FreeBSD.org> | 2018-09-18 14:05:48 -0700 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2018-09-18 14:05:48 -0700 |
commit | 8b11311136c0acb5c4d3fbc9c1c92f259feb6beb (patch) | |
tree | 5909b0ae4bb89cf3fa52e196435f46a3c053ae63 /gdb/NEWS | |
parent | 7e69672e4dfa532607e4ecef99623680264a87b3 (diff) | |
download | gdb-8b11311136c0acb5c4d3fbc9c1c92f259feb6beb.zip gdb-8b11311136c0acb5c4d3fbc9c1c92f259feb6beb.tar.gz gdb-8b11311136c0acb5c4d3fbc9c1c92f259feb6beb.tar.bz2 |
Document the 'info proc files' command.
gdb/ChangeLog:
* NEWS: Mention 'info proc files' command.
gdb/doc/ChangeLog:
* gdb.texinfo (Process Information): Document "info proc files"
command.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -56,6 +56,9 @@ maint set dwarf unwinders (on|off) maint show dwarf unwinders Control whether DWARF unwinders can be used. +info proc files + Display a list of open files for a process. + * Changed commands thread apply [all | COUNT | -COUNT] [FLAG]... COMMAND |