mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-13 15:05:46 +00:00
5b616ba11e
* 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.
11 lines
472 B
C
11 lines
472 B
C
/* Definitions to make GDB run on a vax under Ultrix. */
|
|
|
|
#include "vax/xm-vax.h"
|
|
/* This is required for Ultrix 3.1b, not for later versions. Ultrix
|
|
3.1b can't just use xm-vaxult2.h because Ultrix 3.1b does define
|
|
FD_SET. Sure, we could have separate configurations for vaxult2,
|
|
vaxult3, and vaxult, but why bother? Defining the ptrace constants
|
|
in infptrace.c isn't going to do any harm; it's not like they are
|
|
going to change. */
|
|
#define NO_PTRACE_H
|