This is the mail archive of the gdb-patches@sources.redhat.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]
Other format: [Raw text]

Re: [RFA/doco] add obstacks to gdbint.texi


Daniel Jacobowitz writes:
 > Thanks for doing this!
 > 
 > On Tue, Feb 10, 2004 at 12:28:00PM -0500, Elena Zannoni wrote:
 > > +@value{GDBN} uses various features provided by the libiberty library,
 > > +for instance the memory management functions xfree and xmalloc, and
 > > +the obstack extension.
 > 
 > Actually, we don't use xfree and xmalloc from libiberty; we use our own
 > copy in utils.c that behave similarly.
 > 

duh, true. libiberty doesn't even have xfree.  So what do we use from
libiberty? demangler, floatformat, obstack, getopt, what else?

elena

 > -- 
 > Daniel Jacobowitz
 > MontaVista Software                         Debian GNU/Linux Developer


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