summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2010-09-11 16:20:05 +0000
committerIan Lynagh <igloo@earth.li>2010-09-11 16:20:05 +0000
commitd8265d7f21fbe7dd7927b0a4ba0b52af756cff1d (patch)
tree570183fe348918d60cdb878a7d9945d209459657 /docs
parentd54de1579e43421350f6282af8977706606973b9 (diff)
downloadhaskell-d8265d7f21fbe7dd7927b0a4ba0b52af756cff1d.tar.gz
Document -dsuppress-module-prefixes
Diffstat (limited to 'docs')
-rw-r--r--docs/users_guide/debugging.xml10
-rw-r--r--docs/users_guide/flags.xml6
2 files changed, 16 insertions, 0 deletions
diff --git a/docs/users_guide/debugging.xml b/docs/users_guide/debugging.xml
index 0132b42c0b..ee192b624d 100644
--- a/docs/users_guide/debugging.xml
+++ b/docs/users_guide/debugging.xml
@@ -449,6 +449,16 @@ shorter.</para>
<varlistentry>
<term>
+ <option>-dsuppress-module-prefixes</option>
+ <indexterm><primary><option>-dsuppress-module-prefixes</option></primary></indexterm>
+ </term>
+ <listitem>
+ <para>Suppress the printing of module qualification prefixes in Core dumps to make them easier to read.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term>
<option>-dppr-user-length</option>
<indexterm><primary><option>-dppr-user-length</option></primary></indexterm>
</term>
diff --git a/docs/users_guide/flags.xml b/docs/users_guide/flags.xml
index 2428ea898f..ccf0931225 100644
--- a/docs/users_guide/flags.xml
+++ b/docs/users_guide/flags.xml
@@ -2386,6 +2386,12 @@ phase <replaceable>n</replaceable></entry>
<entry>-</entry>
</row>
<row>
+ <entry><option>-dsuppress-module-prefixes</option></entry>
+ <entry>Suppress the printing of module qualification prefixes in Core dumps to make them easier to read.</entry>
+ <entry>static</entry>
+ <entry>-</entry>
+ </row>
+ <row>
<entry><option>-dppr-noprags</option></entry>
<entry>Don't output pragma info in dumps</entry>
<entry>static</entry>