[Haskell-cafe] announce: hgdbmi (GDB/MI interface)

Evan Martin martine at danga.com
Sun Mar 30 01:37:29 EDT 2008


Just in case someone else needed this, here you go:

GDB/MI lets programs drive GDB. It can be used, for example, by GDB
frontends. This module wraps attaching GDB to a process and parsing
the (surprisingly complicated) GDB/MI output.
http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hgdbmi


More information about the Haskell-Cafe mailing list