aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
1993-10-19 * config/rs6000/rs6000.mh (TERMCAP): Define to -lcurses.Jim Kingdon1-0/+3
* Makefile.in: Define CXXFLAGS.
1993-10-19 * Makefile.in (ALLPARAM): Add config/m88k/{nm-delta88v4.h,Fred Fish1-3/+7
tm-delta88v4.h, xm-dgux.h}. * Makefile.in (ALLCONFIG): Add config/m88k/{delta88v4.mh, delta88v4.mt}.
1993-10-18 * c-exp.y: Remove never-used (because of shift/reduce conflicts)Jim Kingdon1-1/+0
rules for pointers to members. * Makefile.in: Remove notice about expected shift/reduce conflicts.
1993-10-17Bump version to 4.10.3 in main trunk after branch for gdb 4.11Fred Fish1-2/+2
1993-10-15 * fork-child.c (fork_inferior), remote-eb.c (eb_create_inferior),Jim Kingdon1-13/+24
remote-mon.c (monitor_create_inferior), remote-nindy.c (nindy_create_inferior), remote-st.c (st2000_create_inferior), remote-vx.c (vx_create_inferior): Remove CREATE_INFERIOR_HOOK; it is replaced by init_trace_fun. * config/convex/xm-convex.h, convex-xdep.c: Add comments explaining how to do without CREATE_INFERIOR_HOOK for whoever fixes the Convex port. * Makefile.in: Add Mach files to ALLDEPFILES, etc. * m3-nat.c: Clean up more hair--message(), cprocs. * configure.in: Recognize Mach targets and hosts. * config/ns32k/tm-umax.h: Add some #ifndef's so tm-ns32km3.h can include this file. * Mach headers in config/*/tm-*.h: Fix includes to match correct locations of files.
1993-10-07 * Makefile.in (REGEX, REGEX1): Always use our own version ofJim Kingdon1-1/+5
regex.c to be consistent across hosts. * source.c (_initialize_source): Initialize regex to use grep style syntax as an approximation to POSIX basic regex syntax.
1993-10-05 * Makefile.in (install, uninstall): Remove $$n.1 stuff; I don'tJim Kingdon1-4/+1
understand what it is trying to do, but I suspect it's not doing it. * config/ns32k/merlin.mh: Add comment about M_INSTALL. * config/m88k/{delta88.mh,delta88v4.mh}: Remove M_INSTALL and M_UNINSTALL; it tries to install a non-existent file gdb.z. * Makefile.in: Remove M_INSTALL stuff; the above were the only uses.
1993-10-05 Changes to support alpha OSF/1 in native mode.Peter Schauer1-5/+17
* alpha-nat.c, alpha-tdep.c, config/alpha/alpha-osf1.mt, config/alpha/nm-alpha.h, config/alpha/tm-alpha.h, osfsolib.c: New files. * Makefile.in: Add new files and dependencies. * configure.in: Add alpha target. * config/alpha/alpha-osf1.mh (NATDEPFILES): Add osfsolib.o * config/alpha/alpha-osf1.mh (MH_CFLAGS): Remove, we can handle shared libraries now. * config/alpha/xm-alpha.h: Cleanup, get MAKEVA_* defines right. * defs.h (CORE_ADDR): Make its type overridable via CORE_ADDR_TYPE, provide `unsigned int' default. * breakpoint.c (breakpoint_auto_delete): Delete only if we really stopped for the breakpoint. * stabsread.c, stabsread.h (define_symbol): Change valu parameter to a CORE_ADDR. * stabsread.c (read_range_type): Handle the case where the lower bound overflows and the upper doesn't and the range is legal. * infrun.c (resume): Do not step a breakpoint instruction if CANNOT_STEP_BREAKPOINT is defined. * inferior.h (CALL_DUMMY_LOCATION): New variant AT_ENTRY_POINT. Now that we have the bp_call_dummy breakpoint the call dummy code is no longer needed. PUSH_DUMMY_FRAME, PUSH_ARGUMENTS and FIX_CALL_DUMMY can be used to set up everything for the dummy. The breakpoint for the dummy is set at the entry point and thats it. * blockframe.c (inside_entry_file, inside_entry_func): Do not stop backtraces if pc is in the call dummy at the entry point. * infcmd.c (run_stack_dummy): Handle AT_ENTRY_POINT case. Use the expected breakpoint pc when setting up the frame for set_momentary_breakpoint. * symfile.c (entry_point_address): New function for AT_ENTRY_POINT support. * valops.c (call_function_by_hand): Handle AT_ENTRY_POINT case.
1993-10-03 * Makefile.in, coff-solib.c, coff-solib.h, i386lynx.mt,Jim Kingdon1-1/+1
tm-i386lynx.h: Add support for SVR3 COFF shared libraries.
1993-10-02* Makefile.in, coff-solib.c, coff-solib.h, i386lynx.mt,Stu Grossman1-4/+9
tm-i386lynx.h: Add support for SVR3 COFF shared libraries.
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.