This is the mail archive of the gdb-patches@sourceware.cygnus.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]