The hgdbmi package
GDB/MI lets programs drive GDB. It can be used, for example, by GDB frontends. See section 27 of the GDB manual
This module encapsualtes a GDB subprocess and provides an API to send commands as well as receive both responses and notifications.
The actual GDB behavior diverges from the GDB manual in many points, so the implementation of the Machine Interface highly depends on the GDB version. This module is tested with GDB version 7.4.
Properties
| Versions | 0.1, 0.2 |
|---|---|
| Dependencies | base (4.*), parsec (3.1.*), process (1.1.*), stm (2.3.*), unix (2.6.*) |
| License | BSD3 |
| Copyright | (c) 2012 Alexander Bernauer <acopton@gmail.com>, 2008 Evan Martin <martine@danga.com> |
| Author | Alexander Bernauer, Evan Martin |
| Maintainer | Alexander Bernauer <acopton@gmail.com> |
| Stability | provisional |
| Category | Development |
| Home page | https://github.com/copton/hgdbmi |
| Bug tracker | https://github.com/copton/hgdbmi/issues |
| Source repository | git clone git://github.com/copton/hgdbmi.git |
| Upload date | Mon Jan 14 21:10:05 UTC 2013 |
| Uploaded by | AlexanderBernauer |
| Built on | ghc-7.6 |
Modules
Downloads
- hgdbmi-0.2.tar.gz (Cabal source package)
- package description (included in the package)