From 27c4db8b6742d7c07ff2d4167b93ed707e11c2b6 Mon Sep 17 00:00:00 2001 From: Snaipe Date: Sat, 3 Sep 2016 16:07:25 +0200 Subject: [PATCH] doc: Added --debug, --debug-transport & --filter to command-line flags --- doc/env.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/env.rst b/doc/env.rst index f807e3b..a60f3ff 100644 --- a/doc/env.rst +++ b/doc/env.rst @@ -16,8 +16,13 @@ Command line arguments * ``--ascii``: Don't use fancy unicode symbols or colors in the output. * ``-jN or --jobs N``: Use ``N`` parallel jobs to run the tests. ``0`` picks a number of jobs ideal for your hardware configuration. -* ``--pattern [PATTERN]``: Run tests whose string identifier matches +* ``--filter [PATTERN]``: Run tests whose string identifier matches the given shell wildcard pattern (see dedicated section below). (\*nix only) +* ``--debug[=debugger]``: Run tests with a debugging server attached. + ``debugger`` can be 'gdb', 'lldb', or 'windbg' (windows only). +* ``--debug-transport [TRANSPORT]``: Make the debugging server use the + specified remote transport. Only transports of the form ``tcp:port`` are + currently supported. ``tcp:1234`` is the default. * ``--no-early-exit``: This flag is deprecated and no longer does anything. * ``-S or --short-filename``: The filenames are displayed in their short form. * ``--always-succeed``: The process shall exit with a status of ``0``.