aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
1993-09-14fix serial.h inclusionK. Richard Pixley1-6/+9
1993-09-14 * Makefile.in (a29k-tdep.o): Depend on $(defs_h).Jim Kingdon1-1/+1
* config/a29k/tm-a29k.h (SAVED_PC_AFTER_CALL): Use gr122 not lr0 if this is a transparent procedure.
1993-09-13collect some remote things into remote-utilsK. Richard Pixley1-8/+16
1993-09-08* Makefile.in (mipsread.o): Depend on $(bfd_h).Jim Kingdon1-1/+1
1993-09-01break dcache code out of remote.cK. Richard Pixley1-1/+1
1993-08-31break dcache code out of remote-bug.cK. Richard Pixley1-3/+6
1993-08-27 * Rename files for 14-character limits:Jim Kingdon1-2/+2
gdbserver/remote-gutils.c -> gdbserver/utils.c gdbserver/remote-inflow.c -> gdbserver/low-lynx.c gdbserver/remote-inflow-sparc.c -> gdbserver/low-sparc.c gdbserver/remote-server.c -> gdbserver/server.c remote-monitor.c -> remote-mon.c * Makefile.in, gdbserver/Makefile.in, config/m68k/monitor.mt: Change accordingly. * gdbserver/Makefile.in: Remove more junk inherited from gdb Makefile.
1993-08-27bump VERSION to 4.10.2David D. Zuhn1-2/+5
1993-08-13 * Makefile.in (VERSION): Bump to 4.10.1 after release and cvsFred Fish1-17/+30
tagging.
1993-08-03 * Makefile.in (SFILES): Add thread.cFred Fish1-2/+2
1993-08-03Bumped version to 4.9.4.K. Richard Pixley1-2/+3
1993-08-02Sun Aug 1 22:58:18 1993 Stu Grossman (grossman at cygnus.com)Stu Grossman1-4/+6
* Makefile.in (CLIBS): Reorder to make Lynx ld happy. * (HFILES): New file thread.h. * (OBS): New file thread.c. * configure.in: Host config for Lynx/386. * fork-child.c (fork_inferior): Call init_thread_list(). * infrun.c (resume): Add pid to invocation of target_resume(). * (wait_for_inferior): Pay attention to pid from target_wait(). Multi-threading code now uses this to determine what to do. * inftarg.c (child_wait): Conditionalize based on CHILD_WAIT macro. Use target_pid_to_str() macro throughout when printing pid. * inferior.h (child_resume): Add pid to prototype. * hppab-nat.c hppah-nat.c infptrace.c (child_resume): Pass in pid as argument, instead of using inferior_pid. * procfs.c (procfs_resume): Pass in pid as argument. Ignored for now. Use target_pid_to_str() macro throughout for printing process id. * remote-adapt.c (adapt_resume): Pass in pid as argument. * remote-eb.c (eb_resume): Pass in pid as argument. * remote-es.c (es1800_resume): Pass in pid as argument. * remote-hms.c (hms_resume): Pass in pid as argument. * remote-mips.c (mips_resume): Pass in pid as argument. * remote-mm.c (mm_resume): Pass in pid as argument. * remote-monitor.c (monitor_resume): Pass in pid as argument. * remote-nindy.c (nindy_resume): Pass in pid as argument. * remote-sa.sparc.c (remote_resume): Pass in pid as argument. * remote-sim.c (rem_resume): Pass in pid as argument. * remote-sp64sim.c (simif_resume): Pass in pid as argument. * remote-st.c (st2000_resume): Pass in pid as argument. * remote-udi.c (udi_resume): Pass in pid as argument. * remote-vx.c (vx_resume): Pass in pid as argument. * remote-z8k.c (rem_resume): Pass in pid as argument. * remote.c (remote_resume): Pass in pid as argument. * solib.c (solid_create_inferior_hook): Pass inferior_pid to target_resume(). * target.c (normal_pid_to_str): New routine to print out process ID normally. * target.h (struct target_ops): Add pid to prototype at to_resume(). (target_resume): Add pid argument. * (target_pid_to_str): Default definition for normal type pids. * thread.c, thread.c: New modules for multi thread/process control.
1993-08-01 * Makefile.in (make-proto-gdb-1): Use -f opt on rm of Makefile.Fred Fish1-1/+1
1993-07-30 * Makefile.in (ALLCONFIG): Add config/i386/ptx.mhFred Fish1-1/+2
1993-07-30 * Makefile.in (ALLDEPFILES): Add delta68-nat.cFred Fish1-1/+4
* Makefile.in (delta68-nat.o): Add dependency.
1993-07-29 * Makefile.in (NONSRC): Need 29k-share/README, notFred Fish1-13/+10
29k-share/udi/README.
1993-07-22 * Makefile.in: Use REMOTE_O macro not remote.o.Jim Kingdon1-1/+5
* config/i960/{nindy960,vxworks960}: Don't use remote.o.
1993-07-21* Makefile.in (regex.o): Add dependency.Jim Kingdon1-0/+2
1993-07-20 * Makefile.in (SFILES): Add nlmread.c.Fred Fish1-6/+10
* 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-19 * infptrace.c: Split out define of PT_KILL; Sequent defines PT_KILLJim Kingdon1-2/+2
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-13 * Makefile.in (ultra3-xdep.o, umax-xdep.o): Add missing ')'.Fred Fish1-2/+2
1993-07-06 * Makefile.in: Remove gdb before creating a new one.Jim Kingdon1-1/+6
Update init.c atomically.
1993-07-06 * Makefile.in (ALLPARAM): Add config/{alpha/xm-alpha.h,pa/xm-pa.h}.Jim Kingdon1-2/+5
(ALLCONFIG): Add config/alpha/alpha-osf1.mh. * infcmd.c (_initialize_infcmd): In docstring for "continue", describe argument as setting ignore count.
1993-07-03* Makefile.in (distclean): Remove y.tab.h.Jim Kingdon1-3/+6
1993-06-25 * Makefile.in (*.tab.c): Use ./c-exp.tab.c not just c-exp.tab.c.Jim Kingdon1-13/+9
Make comment explaining this comprehensible. (TAGFILES): Include ALLDEPFILES. (ALLDEPFILES): udi2soc.c and udr.c are in 29k-share/udi, not 29k-share/udi/udi. (update-alldeps): Remove; obsolete.
1993-06-24define OP_INCLUDEK. Richard Pixley1-6/+7
1993-06-23-I$(BFD_DIR) rather than including from the library proper. Hmph.K. Richard Pixley1-1/+1
1993-06-23Makefile reworkK. Richard Pixley1-696/+787
1993-06-23 * Makefile.in (TAGFILES): Don't include YYFILES.Jim Kingdon1-73/+373
* Makefile.in (HFILES): Include monitor.h. * Makefile.in: Include text that used to be in alldeps.mak. Remove config/mips/{bigmips.mh,xm-bigmips} from it. * Makefile.in, configure.in: Remove all traces of alldeps.mak.
1993-06-22 * Makefile.in (INCLUDE_CFLAGS): Add BFD_INCLUDES for now, sinceFred Fish1-1/+1
bfd.h is included by target.h, which most of gdb includes. * depend: Hand remove BFD_INCLUDES from ${CC} lines, now that it's in INCLUDE_CFLAGS.
1993-06-21 * Makefile.in (BFD_INCLUDES): Bfd.h is now back in bfd build dir.Fred Fish1-1/+1
* depend: Hand updated to match.
1993-06-18single-quote $program_transform_nameDavid D. Zuhn1-1/+1
1993-06-18 * Makefile.in (INTERNAL_CFLAGS): Include ../include as well asJim Kingdon1-1/+2
${srcdir}/../include. * config/m88k/xm-delta88.h: Comment out unused defines which conflict with system headers. * printcmd.c (printf_command): Cast second arg to vprintf to PTR. Use VPRINTF macro if defined. * config/m88k/xm-delta88.h: Define VPRINTF. Include <sys/siginfo.h>. Define TIOC{GETC,GLTC}_BROKEN. * m88k-nat.c: Uncomment include of <sys/ptrace.h>. * main.c: Rename initialize_{main,cmd_lists,history} to init_* to make things easier on munch (apparently this matters on the delta88 with svr3).
1993-06-18canonicalize install.sh locationDavid D. Zuhn1-1/+1
1993-06-16 * Makefile.in (depend): More makefile diddling.Fred Fish1-17/+18
* alldeps.mak, depend: Update to latest automatically built versions.
1993-06-16 * Makefile.in (depend): Bfd.h keeps moving, keep up with it.Fred Fish1-2/+1
* alldeps.mak, depend: Update to latest automatically built versions.
1993-06-16remove parentdir supportDavid D. Zuhn1-9/+5
1993-06-12 * Makefile.in (VERSION): Bump to 4.9.2.Fred Fish1-1/+1
* c-valprint.c (c_val_print): For array of chars printed with string syntax, don't print the address of the array. From bothner@cygnus.com. * c-exp.y (yylex): Recognize '.' as indicating a floating point number regardless of the radix. From wilson@cygnus.com. * valprint.c (set_input_radix_1, set_output_radix_1): New prototypes and functions that do the actual radix setting work. * valprint.c (set_radix, set_output_radix, set_input_radix): Rewrite to use set_input_radix_1 and set_output_radix_1. * valprint.c (initialize_valprint): Enable commands to independently set and show input and output radices. * valprint.c (show_radix): New prototype and function that handles separate input and output radices.
1993-06-11 * Makefile.in (install): Don't depend on gdb.Jim Kingdon1-1/+7
1993-06-09 * Makefile.in (*.tab.c): Use mv for atomic update.Jim Kingdon1-7/+18
* Makefile.in ({dist,real}clean): Also remove nm.h. (realclean): Also remove ${TESTS}, y.output, yacc.{acts,tmp}. (distclean): Don't rebuild *.tab.c or TAGS.
1993-06-09put configuration in startup bannerK. Richard Pixley1-0/+4
1993-06-07 * Makefile.in (BFD_SRC_DIR): Renamed def and usages from BFD_DIR.Fred Fish1-31/+23
* Makefile.in (BFD_OBJ_DIR): New definition for the bfd build directory to find automatically generated header files and library. * Makefile.in (BFD_LIB): Use BFD_OBJ_DIR. * Makefile.in (LINTFLAGS): Include BFD_OBJ_DIR. * Makefile.in (saber_gdb): Include BFD_OBJ_DIR. * Makefile.in (depend): Include BFD_OBJ_DIR in gcc args. * Makefile.in (paread.o, xcoffexec.o): Remove, now in depend. * depend, alldeps.mak: Rebuild after Makefile.in changes.
1993-06-03 * Makefile.in: Remove ser-tcp.[co]. (Use XDEPFILES instead.)Stu Grossman1-2/+2
* alldeps.mak, depend: Rebuild to account for ser-tcp. * config/sparc/sun4os4.mh: Add ser-tcp to XDEPFILES.
1993-05-31 * Makefile.in (SER_HARDWIRE): Temporarily comment out ser-tcp.o.Fred Fish1-1/+1
1993-05-29 * Makefile.in: Add new file ser-tcp.c.Stu Grossman1-2/+2
* defs.h (memcmp): Add decl for memcmp to #ifndef MEM_FNS_DECLARED. * findvar.c (write_register): See if we are writing back the same value that's already in the register. If so, don't bother. * remote.c (putpkt, getpkt): Improve handling of communication problems. * ser-go32.c: Prototype it to death. Update serial_ops and add dummy routines where appropriate. * ser-tcp.c: New module to implement serial I/O via TCP connections. * ser-unix.c: Clean up getting/setting of tty state. Get rid of SERIAL_RESTORE, add SERIAL_{GET|SET}_TTY_STATE interfaces. * serial.c: Add start of support for connect command. (serial_open): Distinguish between tcp and local devices. * serial.h (struct serial_ops): Get rid of restore, add get_tty_state and set_tty_state. Define protoypes and macros for this mess. * gdbserver/remote-utils.c: Add tcp support. (readchar): Do some real buffering. Handle error conditions gracefully. * gdbserver/remote-inflow-sparc.c: Update to remote-inflow.c (Lynx), remove lots of cruft.
1993-05-25 * config/i386/linux.mh: Don't use \ newline; the awk scripts don'tJim Kingdon1-5/+21
support it. * config/i386/go32.mh: Define SER_HARDWIRE. * Makefile.in: Define SER_HARDWIRE. (DEPFILES): Use it. (alldeps.mak): Add SER_HARDWIRE. Remove all references to ser-hardwire.{c,o}. * configure.in: Remove all ser_hardwire and gdb_serial_driver stuff.
1993-05-21 * Makefile.in: Add rule for xcoffexec.o like that for paread.o.Jim Kingdon1-1/+5
* xcoffread.c (process_xcoff_symbol, case C_LSYM): Use define_symbol.
1993-05-19 * Makefile.in (INSTALLED_LIBS): New variable.Jim Kingdon1-0/+4
1993-05-18 * Makefile.in (depend): Put "${srcdir}" in generated dependenciesJim Kingdon1-24/+49
if srcdir is not ".". Also put in -I${BFD_DIR} or -I${READLINE_DIR} for files which need it. (INCLUDE_CFLAGS): Remove BFD_DIR and READLINE_DIR. * depend: Update to latest automatically built version.
1993-05-18 * ChangeLog, ChangeLog-92: Split ChangeLog at 1993.Fred Fish1-2/+3
* Makefile.in (NONSRC): Add ChangeLog-92