public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Mention the NetBSD support in "info proc" documentation
@ 2020-05-05 13:55 Kamil Rytarowski
  2020-05-05 15:11 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Kamil Rytarowski @ 2020-05-05 13:55 UTC (permalink / raw)
  To: gdb-patches

gdb/doc/ChangeLog:

        * gdb.texinfo (info proc, info proc cmdline, info proc cwd)
        (info proc exe, info proc mappings, info proc stat): Mention
        NetBSD support
---
 gdb/doc/ChangeLog   |  6 ++++++
 gdb/doc/gdb.texinfo | 22 +++++++++++-----------
 2 files changed, 17 insertions(+), 11 deletions(-)

diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 6af7bce86b1..c09c9dfadf2 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,9 @@
+2020-05-05  Kamil Rytarowski  <n54@gmx.com>
+
+	* gdb.texinfo (info proc, info proc cmdline, info proc cwd)
+	(info proc exe, info proc mappings, info proc stat): Mention
+	NetBSD support.
+
 2020-04-28  Tom Tromey  <tom@tromey.com>

 	* python.texi (Commands In Python): Document gdb.COMMAND_TUI.
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 239c078af33..d5bf59349e2 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -23407,8 +23407,8 @@ used to examine the image of a running process using file-system
 subroutines.  This facility is supported on @sc{gnu}/Linux and Solaris
 systems.

-On FreeBSD systems, system control nodes are used to query process
-information.
+On FreeBSD and NetBSD systems, system control nodes are used to query
+process information.

 In addition, some systems may provide additional process information
 in core files.  Note that a core file may include a subset of the
@@ -23438,17 +23438,17 @@ a process ID rather than a thread ID).
 @item info proc cmdline
 @cindex info proc cmdline
 Show the original command line of the process.  This command is
-supported on @sc{gnu}/Linux and FreeBSD.
+supported on @sc{gnu}/Linux, FreeBSD and NetBSD.

 @item info proc cwd
 @cindex info proc cwd
 Show the current working directory of the process.  This command is
-supported on @sc{gnu}/Linux and FreeBSD.
+supported on @sc{gnu}/Linux, FreeBSD and NetBSD.

 @item info proc exe
 @cindex info proc exe
 Show the name of executable of the process.  This command is supported
-on @sc{gnu}/Linux and FreeBSD.
+on @sc{gnu}/Linux, FreeBSD and NetBSD.

 @item info proc files
 @cindex info proc files
@@ -23483,9 +23483,9 @@ Open files:
 @item info proc mappings
 @cindex memory address space mappings
 Report the memory address space ranges accessible in a process.  On
-Solaris and FreeBSD systems, each memory range includes information on
-whether the process has read, write, or execute access rights to each
-range.  On @sc{gnu}/Linux and FreeBSD systems, each memory range
+Solaris, FreeBSD and NetBSD systems, each memory range includes information
+on whether the process has read, write, or execute access rights to each
+range.  On @sc{gnu}/Linux, FreeBSD and NetBSD systems, each memory range
 includes the object file which is mapped to that range.

 @item info proc stat
@@ -23495,13 +23495,13 @@ Show additional process-related information, including the user ID and
 group ID; virtual memory usage; the signals that are pending, blocked,
 and ignored; its TTY; its consumption of system and user time; its
 stack size; its @samp{nice} value; etc.  These commands are supported
-on @sc{gnu}/Linux and FreeBSD.
+on @sc{gnu}/Linux, FreeBSD and NetBSD.

 For @sc{gnu}/Linux systems, see the @samp{proc} man page for more
 information (type @kbd{man 5 proc} from your shell prompt).

-For FreeBSD systems, @code{info proc stat} is an alias for @code{info
-proc status}.
+For FreeBSD and NetBSD systems, @code{info proc stat} is an alias for
+@code{info proc status}.

 @item info proc all
 Show all the information about the process described under all of the
--
2.25.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Mention the NetBSD support in "info proc" documentation
  2020-05-05 13:55 [PATCH] Mention the NetBSD support in "info proc" documentation Kamil Rytarowski
@ 2020-05-05 15:11 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2020-05-05 15:11 UTC (permalink / raw)
  To: Kamil Rytarowski; +Cc: gdb-patches

> From: Kamil Rytarowski <n54@gmx.com>
> Date: Tue,  5 May 2020 15:55:54 +0200
> 
> gdb/doc/ChangeLog:
> 
>         * gdb.texinfo (info proc, info proc cmdline, info proc cwd)
>         (info proc exe, info proc mappings, info proc stat): Mention
>         NetBSD support

Thanks, this is OK, but please be sure to end the above log entry with
a period.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-05-05 15:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-05 13:55 [PATCH] Mention the NetBSD support in "info proc" documentation Kamil Rytarowski
2020-05-05 15:11 ` Eli Zaretskii

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).