]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/varobj.c
2001-01-24 Jeff Holcomb <jeffh@redhat.com>
authorJeff Holcomb <jeffh@redhat.com>
Fri, 26 Jan 2001 19:47:23 +0000 (19:47 +0000)
committerJeff Holcomb <jeffh@redhat.com>
Fri, 26 Jan 2001 19:47:23 +0000 (19:47 +0000)
commit5b616ba11e5389dc47b9d85a3cbfbdbb54955801
treeb9efaef3347e013222c3a8b373607dbef3007a0f
parentb91d87cfc7f7c17338c5100c06424cc1b0b59c28
2001-01-24  Jeff Holcomb  <jeffh@redhat.com>

        * remote-udi.c (udi_open): Change strdup to xstrdup.
        * thread.c (thread_apply_all_command): Change strdup to xstrdup.
        Update copyright message.
        * varobj.c (delete_variable_1): Likewise.

        * gdb_string.h: Remove declaration of strdup.  Update copyright
        message.
        * config/xm-mpw.h: Likewise.
        * config/i386/xm-i386mach.h: Likewise.
        * config/m68k/xm-apollo68b.h: Likewise.
        * config/m68k/xm-hp300bsd.h: Likewise.
        * config/rs6000/xm-rs6000.h: Likewise.
        * config/vax/xm-vaxult.h: Remove declaration of strdup.
        * config/vax/xm-vaxult2.h: Likewise.
12 files changed:
gdb/ChangeLog
gdb/config/i386/xm-i386mach.h
gdb/config/m68k/xm-apollo68b.h
gdb/config/m68k/xm-hp300bsd.h
gdb/config/rs6000/xm-rs6000.h
gdb/config/vax/xm-vaxult.h
gdb/config/vax/xm-vaxult2.h
gdb/config/xm-mpw.h
gdb/gdb_string.h
gdb/remote-udi.c
gdb/thread.c
gdb/varobj.c