summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÖmer Sinan Ağacan <omeragacan@gmail.com>2018-06-29 09:46:24 +0300
committerÖmer Sinan Ağacan <omeragacan@gmail.com>2018-06-29 09:46:34 +0300
commit4760a8c1d5f5e0daea7a5a3cae7721f4a214d2ff (patch)
treeee2f10bddc958fc7b9673958cc3ae13b9eb2afd9
parent904abd4e6922451a2d3c32e748207c94fc6ddc59 (diff)
downloadhaskell-4760a8c1d5f5e0daea7a5a3cae7721f4a214d2ff.tar.gz
Add -ddump-rtti to user's guide and man page
Reviewers: bgamari Subscribers: rwbarton, thomie, carter Differential Revision: https://phabricator.haskell.org/D4903
-rw-r--r--docs/users_guide/debugging.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/users_guide/debugging.rst b/docs/users_guide/debugging.rst
index 1a37eaef4d..ab5942ffe7 100644
--- a/docs/users_guide/debugging.rst
+++ b/docs/users_guide/debugging.rst
@@ -554,6 +554,12 @@ These flags dump various bits of information from other backends.
Dump byte-code objects (BCOs) produced for the GHC's byte-code interpreter.
+.. ghc-flag:: -ddump-rtti
+ :shortdesc: Trace runtime type inference
+ :type: dynamic
+
+ Trace runtime type inference done by various interpreter commands.
+
.. ghc-flag:: -ddump-foreign
:shortdesc: Dump ``foreign export`` stubs
:type: dynamic