|
From: openocd-gerrit <ope...@us...> - 2023-08-05 08:27:22
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Main OpenOCD repository".
The branch, master has been updated
via 2ca6d25eb561d114d3a37ace0922a738e19fcc79 (commit)
from a64928c4e7dd36c57e4a137f93a49522c28f547a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 2ca6d25eb561d114d3a37ace0922a738e19fcc79
Author: Parshintsev Anatoly <ana...@sy...>
Date: Wed Aug 2 00:46:32 2023 +0300
doc: port "0" requests any available port for usage by OpenOCD server
Change-Id: I0d38533748898516dce44e81d0bff6bd35ee4aec
Signed-off-by: Parshintsev Anatoly <ana...@sy...>
Reviewed-on: https://review.openocd.org/c/openocd/+/7842
Reviewed-by: Jan Matyas <jan...@co...>
Reviewed-by: Antonio Borneo <bor...@gm...>
Tested-by: jenkins
Reviewed-by: Tomas Vanek <va...@fb...>
diff --git a/doc/openocd.texi b/doc/openocd.texi
index 12a8ca56d..03c5190ad 100644
--- a/doc/openocd.texi
+++ b/doc/openocd.texi
@@ -2180,6 +2180,9 @@ In such cases, just specify the relevant port number as "disabled".
If you disable all access through TCP/IP, you will need to
use the command line @option{-pipe} option.
+You can request the operating system to select one of the available
+ports for the server by specifying the relevant port number as "0".
+
@anchor{gdb_port}
@deffn {Config Command} {gdb_port} [number]
@cindex GDB server
-----------------------------------------------------------------------
Summary of changes:
doc/openocd.texi | 3 +++
1 file changed, 3 insertions(+)
hooks/post-receive
--
Main OpenOCD repository
|