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

Debugger.Render

Synopsis

Documentation

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