hgdbmi: GDB Machine Interface: program-driven control of GDB

[ bsd3, development, library ] [ Propose Tags ]

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.

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.2
Dependencies base (>=4 && <5), parsec (>=3.1 && <3.2), process (>=1.1 && <1.2), stm (>=2.3 && <2.4), unix (>=2.6 && <2.7) [details]
License BSD-3-Clause
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>
Category Development
Home page https://github.com/copton/hgdbmi
Bug tracker https://github.com/copton/hgdbmi/issues
Source repo head: git clone git://github.com/copton/hgdbmi.git
this: git clone git://github.com/copton/hgdbmi.git(tag v0.2)
Uploaded by AlexanderBernauer at 2013-01-14T21:10:05Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1881 total (6 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]