File: README

package info (click to toggle)
cgdb 0.6.6-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 4,052 kB
  • sloc: ansic: 19,106; sh: 4,798; exp: 1,019; lex: 392; yacc: 255; makefile: 246; php: 28; cpp: 10
file content (11 lines) | stat: -rw-r--r-- 584 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
This package implements the gdbmi protocol. Currently, it simply parses an MI 
output command into a parse tree.

If you want to build this package, you need to have the auto tools installed. 
Once that is done, run ./autogen.sh to generate the ./configure script.
Alternativly, you can download CGDB, which has a version of this library with
the auto files already created.

Currently, this package depends on the push parser feature of bison which 
has not been released yet. If you need to build cgdb from source, grab 
bison from CVS. Hopefully the feature will be released soon.