aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
AgeCommit message (Collapse)AuthorFilesLines
1993-08-04 * config/mips/tm-mips.h: Include bfd.h before coff/sym.h.Ian Lance Taylor1-0/+1
1993-08-02 * remote-monitor.c: updated copyright.K. Richard Pixley1-1/+1
(bug_ops, monitor_desc): now static. (monitor_desc): in several places, check and/or set to NULL. * remote-hms.c (hms_files_info): Add the appropriate items where missing in the printf call. * remote-bug.c: new file for m88k bug support. * config/m88k/m88k.mt (TDEPFILES): added remote-bug.o.
1993-08-02Remove '.Sanitize' from explicit list of Things-to-lose. It is now implicitlyFred Fish19-19/+0
added to the list by Sanitize, unless Sanitize knows it needs to keep it.
1993-08-02Use variable h8300hmode.Steve Chamberlain1-6/+6
1993-08-02Sun Aug 1 22:58:18 1993 Stu Grossman (grossman at cygnus.com)Stu Grossman4-2/+51
* config/i386/i386lynx.mh (NATDEPFILES): Drop coredep (for now). * config/i386/nm-i386bsd.h: Protect from multiple inclusion. * config/i386/nm-i386lynx.h: Lotsa new host porting stuff. * config/i386/tm-i386lynx.h: Define SAVED_PC_AFTER_CALL and target_pid_to_str.
1993-07-30sp64.mt: New file.David Edelsohn3-32/+55
tm-sp64.h (FRAME_CHAIN, FRAME_SAVED_PC): Deleted. (PRINT_REGISTER_HOOK): Call new fn sparc_print_register_hook.
1993-07-30Add ptx.mh to Things-to-keep list.Fred Fish1-0/+1
1993-07-30 From J. Law:Jim Kingdon1-14/+17
* infcmd.c (read_pc): Remove PA specific code. * tm-hppa.h (TARGET_READ_PC): Define. * hppa-tdep.c (target_read_pc): New function.
1993-07-30Add .Sanitize to Things-to-lose list.Fred Fish19-0/+37
1993-07-30Add monitor.mt and tm-monitor.h to Things-to-keep list.Fred Fish1-0/+2
1993-07-30Add delta68.mh, delta68.mt, nm-delta68.h, tm-delta68.h, xm-delta68.h toFred Fish1-0/+5
Things-to-keep list.
1993-07-29Add alpha directory.Fred Fish1-0/+1
1993-07-29Fix alpha-osf.mh -> alpha-osf1.mhFred Fish1-1/+1
1993-07-28* config/mips/xm-mips.h: Define HAVE_TERMIOS.Jim Kingdon1-0/+6
1993-07-28 * serial.h, ser-{unix,go32,tcp}.c: Add flush_input and send_break.Jim Kingdon1-1/+1
* nindy-share/*, remote-nindy.c: Extensive hacking to make it conform to GDB conventions like using memcpy not bcopy, serial.h, etc. This is to make it host on Solaris, AIX, etc. * Makefile.in: Reflect removed nindy-share files. * config/i960/nindy960.mt (TDEPFILES): Remove ttybreak.o.
1993-07-27 * config/sparc/xm-sun4os4.h: Define MEM_FNS_DECLARED and includeJim Kingdon1-11/+13
<memory.h>. Include <malloc.h> rather than declaring malloc functions ourself. * ser-unix.c (set_tty_state): Don't ignore errors setting process group. * inflow.c (terminal_inferior): If attach_flag set, ignore errors from set_tty_state.
1993-07-27add exec.o to m88k TDEPFILES.K. Richard Pixley1-1/+1
1993-07-26 * hppa-tdep.c: Remove all uses of use_unwind and `set use_unwind'Jim Kingdon3-32/+25
command. Now we use unwind info by default if we can find it. * config/sparc: Move VARIABLES_INSIDE_BLOCK and SUN_FIXED_LBRAC_BUG to tm-sparc.h so they are shared between Solaris and SunOS4. * dbxread.c (process_one_symbol): Deal with SunOS4 acc N_STSYM and N_GSYM functions.
1993-07-22 * Makefile.in: Use REMOTE_O macro not remote.o.Jim Kingdon2-0/+6
* config/i960/{nindy960,vxworks960}: Don't use remote.o.
1993-07-22 * coredep.c: If NEED_SYS_CORE_H defined, include <sys/core.h>Ian Lance Taylor4-3/+21
(can't include it in nm-*.h file because it causes conflicts with a.out symbol definitions). * hp300ux-nat.c (fetch_core_registers): Commented out; obsolete. * config/m68k/hp300hpux.mh (NATDEPFILES): Added coredep.o and corelow.o. * config/m68k/nm-hp300hpux.h (NEED_SYS_CORE_H): Defined. (REGISTER_U_ADDR): Defined. * config/m68k/xm-hp300hpux.h (HAVE_TERMIOS): Define instead of HAVE_TERMIO. * config/pa/xm-hppah.h: Likewise.
1993-07-21* config/pa/hppa{b,h}.h: Define ATTACH_DETACH.Jim Kingdon2-0/+18
1993-07-21 * config/mips/xm-makeva.h: New file implements va_list alignmentPeter Schauer1-0/+35
restrictions for mips hosts.
1993-07-21 * config/mips/xm-makeva.h: New file implements va_list alignmentPeter Schauer5-0/+13
restrictions for mips hosts. * config/mips/{xm-irix3.h, xm-mips.h, xm-news-mips.h, xm-riscos.h}: Use it.
1993-07-20Reflect symmetry changesJim Kingdon1-0/+1
1993-07-20 * Makefile.in (SFILES): Add nlmread.c.Fred Fish3-0/+32
* Makefile.in (OBS): Add nlmread.o. * Makefile.in (nlmread.o): Add new target. * configure.in (i[34]86-*-netware): New configuration. * nlmread.c, config/i386/{i386nw.mt, tm-i386nw.h}: New files for NLM/NetWare support.
1993-07-20* config/i386/xm-i386sco.h: Define HAVE_TERMIOS.Jim Kingdon1-4/+5
1993-07-19 * printcmd.c, config/pa/xm-pa.h, config/alpha/xm-alpha.h: Make it soJim Kingdon2-14/+7
arg_bytes field of makeva_list is always aligned. * config/pa/xm-pa.h: Make arglist_address a char *.
1993-07-19 * infptrace.c: Split out define of PT_KILL; Sequent defines PT_KILLJim Kingdon2-0/+51
but not the others. * symm-tdep.c: Remove exec_file_command. [_SEQUENT_] (ptx_coff_regno_to_gdb, register_addr): New functions. A few miscellaneous cleanups. * symm-nat.c: Renamed from symm-xdep.c. * All symmetry dependent files: Many changes.
1993-07-19 * infptrace.c: Split out define of PT_KILL; Sequent defines PT_KILLJim Kingdon5-275/+177
but not the others. * symm-tdep.c: Remove exec_file_command. [_SEQUENT_] (ptx_coff_regno_to_gdb, register_addr): New functions. A few miscellaneous cleanups. * symm-nat.c: Renamed from symm-xdep.c. * All symmetry dependent files: Many changes.
1993-07-19 * mips-tdep.c (mips_skip_prologue): New argument lenient.Jim Kingdon1-1/+2
Use read_memory_nobpt. (is_delayed, mips_in_lenient_prologue): New functions. (init_extra_frame_info): If in the prologue, don't use saved registers. * config/mips/tm-mips.h: Declare mips_skip_prologue.
1993-07-14 Changes from Jeffrey Law:Jim Kingdon1-13/+26
* printcmd.c (makeva_list): Use MAKEVA_EXTRA_INFO to define machine dependent fields in the makeva_list structure. (makeva_size): Allocate extra space to handle gaps made by alignment restrictions. * config/pa/xm-pa.h (MAKEVA_EXTRA_INFO): Define. (MAKEVA_START): Initialize arglist_address field. (MAKEVA_ARG): Always store arguments on natural alignment boundaries. Set arglist_address to the address right after the args. (MAKEVA_END): Simply return the value stored in arglist_address.
1993-07-14Tue Jul 13 14:03:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)Jim Kingdon3-2/+7
* stabsread.c (define_symbol): Make the caddr_t hack apply to `function returning foo' as well as `pointer to foo'. * remote.c [REMOTE_BREAKPOINT]: Use for breakpoint insn if defined. * config/m68k/tm-m68k.h: Define it. * mem-break.c, breakpoint.c: Improve comments. Tue Jul 13 13:35:31 1993 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr) * config/m68k/tm-dpx2.h: Replace "tm-68k.h" with "m68k/tm-m68k.h". * config/m68k/xm-dpx2.h: Define HAVE_TERMIOS not HAVE_TERMIO.
1993-07-12(REGISTER_CONVERTIBLE): Change value to 0.David Edelsohn1-8/+5
(REGISTER_CONVERT_TO_VIRTUAL, REGISTER_CONVERT_TO_RAW): Move def'n to usual spot.
1993-07-11 * configure.in (m68*-bull-sysv*): added support for Bull dpx2.Jim Kingdon6-0/+104
* config/m68k/{t,x,n}m-dpx2.h, dpx2-nat.c: New files. * config/m68k/dpx2.m{h,t}: New files.
1993-07-11new for dpx2Jim Kingdon5-0/+0
1993-07-11(PRINT_REGISTER_HOOK): Fix typo, add parens around macro arg.David Edelsohn1-3/+3
1993-07-09 * config/sparc/tm-sparc.h: Add comment suggesting that removingJim Kingdon1-1/+9
ins and locals from the registers array might clean things up.
1993-07-08(REGISTER_CONVERT_TO_VIRTUAL): Use REGISTER_RAW_SIZE to determine bytes to copy.David Edelsohn1-4/+2
(REGISTER_CONVERT_TO_RAW): Ditto.
1993-07-08(REGISTER_TYPES): Adjust for h8/300h.David Edelsohn1-26/+10
(REGISTER_RAW_SIZE): Ditto (REGISTER_VIRTUAL_TYPE): Use builtin_type_unsigned_long for regs on the h8/300h (ints may still be 16 bits). (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, EXTRACT_STRUCT_VALUE_ADDRESS): Add FIXME's for h8/300h. Some thought needed here.
1993-07-08 * config/mips/nm-riscos.h: machine/machparam.h is always the rightJim Kingdon1-3/+5
place to look for BSD43_NBPG, not machine/vmparam.h
1993-07-08Initial versions of port to sparc64 simulators.David Edelsohn4-0/+410
1993-07-07misc fixes to .Sanitize filesJim Kingdon1-1/+0
1993-07-07 * frame.h, blockframe.c, stack.c, a29k-tdep.c,Jim Kingdon3-48/+47
config/gould/tmp-{pn,np1}.h, config/{sparc/tm-sparc.h,pyr/tm-pyr.h,vax/tm-vax.h}: Remove field next_frame from struct frame_info. It has no purpose beyond ->next->frame and is an artifact from GDB 2.8.
1993-07-05solaris doesn't have siginterrupt, though it has sigaction; however,Mark Eichin1-0/+4
in this case siginterrupt would just be setting the default. (This was the only patch needed to make devo build solaris-x-a29kudi...)
1993-07-03 * config/mips/{x,n}m-irix{3,4}.h: Make some definitions hereJim Kingdon4-18/+26
rather than including xm-bigmips.h.
1993-07-02 * config/h8500/tm-h8500.h: Define new macros.Steve Chamberlain1-1/+22
1993-07-02 * config/alpha/xm-alpha.h: Add MAKEVA_END.Steve Chamberlain1-0/+9
1993-07-02 * configure.in (mipos-*-riscos*): New host and target; use riscos.Ian Lance Taylor1-0/+5
* config/mips/nm-riscos.h: If BSD43_NBPG is not defined by vmparam.h, include machparam.h. (KERNEL_U_ADDR): Define to be BSD43_UADDR.
1993-07-02* configure.in, config/m68k/*delta68*, delta68-nat.c: New port.Jim Kingdon5-0/+104
1993-07-02new files for Motorola delta 68kJim Kingdon5-0/+0