summaryrefslogtreecommitdiff
path: root/doc/cs/cmdline_options_debug.cs.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/cs/cmdline_options_debug.cs.adoc')
-rw-r--r--doc/cs/cmdline_options_debug.cs.adoc16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/cs/cmdline_options_debug.cs.adoc b/doc/cs/cmdline_options_debug.cs.adoc
new file mode 100644
index 000000000..5e88ef3ae
--- /dev/null
+++ b/doc/cs/cmdline_options_debug.cs.adoc
@@ -0,0 +1,16 @@
+// TRANSLATION MISSING
+*--no-dlclose*::
+ Do not call the function dlclose after plugins are unloaded.
+ This is useful with tools like Valgrind to display stack for unloaded
+ plugins.
+
+// TRANSLATION MISSING
+*--no-gnutls*::
+ Do not call the init and deinit functions of GnuTLS library.
+ This is useful with tools like Valgrind and electric-fence, to prevent
+ GnuTLS memory errors.
+
+// TRANSLATION MISSING
+*--no-gcrypt*::
+ Do not call the init and deinit functions of Gcrypt library.
+ This is useful with tools like Valgrind, to prevent Gcrypt memory errors.