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]

Re: [rfc] asprintf() -> xasprintf()


FYI,

I've checked this in.

	Andrew

Fri Nov 17 16:07:23 2000  Andrew Cagney  <cagney@b1.cygnus.com>

     * utils.c (xvasprintf, xasprintf): New functions.
     * defs.h (xvasprintf, xasprintf): Add declarations.

     * remote.c (add_packet_config_cmd): Use function xasprintf instead
     of asprintf.
     * utils.c (vfprintf_maybe_filtered, vfprintf_unfiltered): Use
     function xvasprintf instead of vasprintf.

     * TODO (xasprintf): Update.

Fri Nov 17 16:07:23 2000  Andrew Cagney  <cagney@b1.cygnus.com>

     * mi-main.c: Replace asprintf with xasprintf.
     * mi-cmd-var.c (mi_cmd_var_create): Ditto.

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