summaryrefslogtreecommitdiffstats
path: root/doc/scdaemon.texi
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2019-09-05 13:12:14 +0200
committerWerner Koch <wk@gnupg.org>2019-09-05 13:12:14 +0200
commit61ed02211a8b4d9d716da3117d84905f3c939d8b (patch)
treebcde894b7ab6723809d83066b3b92a3018615e7b /doc/scdaemon.texi
parentscd:piv: Allow the keygrip as alternative to a keyref. (diff)
downloadgnupg2-61ed02211a8b4d9d716da3117d84905f3c939d8b.tar.xz
gnupg2-61ed02211a8b4d9d716da3117d84905f3c939d8b.zip
doc: Update description of --debug
-- Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'doc/scdaemon.texi')
-rw-r--r--doc/scdaemon.texi32
1 files changed, 5 insertions, 27 deletions
diff --git a/doc/scdaemon.texi b/doc/scdaemon.texi
index 21c3fd826..c1ca443b9 100644
--- a/doc/scdaemon.texi
+++ b/doc/scdaemon.texi
@@ -160,33 +160,11 @@ helpers to debug problems.
@item --debug @var{flags}
@opindex debug
-This option is only useful for debugging and the behavior may change at
-any time without notice. FLAGS are bit encoded and may be given in
-usual C-Syntax. The currently defined bits are:
-
-@table @code
-@item 0 (1)
-command I/O
-@item 1 (2)
-values of big number integers
-@item 2 (4)
-low level crypto operations
-@item 5 (32)
-memory allocation
-@item 6 (64)
-caching
-@item 7 (128)
-show memory statistics
-@item 9 (512)
-write hashed data to files named @code{dbgmd-000*}
-@item 10 (1024)
-trace Assuan protocol.
-See also option @option{--debug-assuan-log-cats}.
-@item 11 (2048)
-trace APDU I/O to the card. This may reveal sensitive data.
-@item 12 (4096)
-trace some card reader related function calls.
-@end table
+Set debug flags. All flags are or-ed and @var{flags} may be given
+in C syntax (e.g. 0x0042) or as a comma separated list of flag names.
+To get a list of all supported flags the single word "help" can be
+used. This option is only useful for debugging and the behavior may
+change at any time without notice.
@item --debug-all
@opindex debug-all