gdb.h, libgdb.h, gdblib.h, gdb-lib.h, ...?

Andrew Cagney ac131313@cygnus.com
Sun Dec 12 16:36:00 GMT 1999


So, ok I've been ignoring this one.

We're going to try to create a library.  Some bits, like ``struct
gdb_file'' can easily live in ``gdb-file.h'' where they can be (fairly
safely) included by non-core GDB code.

But what of the main GDB functions? Eg:

	XXX {lib,}gdb{,lib}_breakpoint_query (..., b, ...);

For the moment, based on a detailed probabilistic analysis (coin toss)
I'll assume ``gdb.h''.  If anyone can think of a compelling case for
some other name, please speak now :-)

	Andrew


More information about the Gdb-patches mailing list