debugger-hs-0.1.1.0: Write your GDB scripts in Haskell.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Debugger.Render

Synopsis

Documentation

renderToStdOut :: Script -> IO () Source #

Renders a GDB script and writes it to stdout.

renderIO :: Script -> FilePath -> IO () Source #

Renders a GDB script and writes it to the given file path.

renderScript :: Script -> Text Source #

Renders a GDB script