aboutsummaryrefslogtreecommitdiff
path: root/gdb/.Sanitize
AgeCommit message (Collapse)AuthorFilesLines
1993-10-22 Merge Apollo patches from Troy Rollo (troy@cbme.unsw.edu.au):Jim Kingdon1-0/+2
* dst.h, dstread.c, config/m68k/{apollo68b.mt,tm-apollo68b.h}: New files. * config/m68k/nm-apollo68b.h: Add more defines. * configure.in: Recognize apollo target, not just host.
1993-10-22 * Makefile.in (init.c): Generate using the source, not munch. ThisJim Kingdon1-1/+0
cleans up all kinds of hassles (which nm to use in munch, etc). The new formatting conventions (mostly already followed) are that the name of the _initialize_* routines must start in column zero, and must not be inside #if. * munch: Removed. * Makefile.in: Remove references to munch. * serial.c, remote.c, infptrace.c, maint.c, convex-tdep.c, alpha-tdep.c, hp300ux-nat.c, hppab-nat.c, osfsolib.c, remote-es.c, procfs.c, remote-udi.c, ser-go32.c, ultra3-xdep.c, sh-tdep.c, i960-tdep.c, hppa-tdep.c, h8500-tdep.c, dpx2-nat.c, delta68-nat.c, z8k-tdep.c: Make sure the above conventions are followed. Make sure they are all declared as returning void. Clean up miscellaneous comments and such.
1993-10-12Add sp64-tdep.c to lose_these_too if it is not added to keep_these_too.Fred Fish1-0/+2
1993-10-07 New Mach stuff:Jim Kingdon1-0/+4
* config/i386/i386mach.c: Explain this is for the old (probably non-functional and/or obsolete) Mach stuff. * m3-nat.c, config/nm-m3.h, i386m3-nat.c, mipsm3-nat.c, ns32km3-nat.c, config/i386/{i386m3.mh,i386m3.mt,tm-i386m3.h,xm-i386m3.h}, config/i386/{i386mk.mh,i386mk.mt,tm-i386mk.h,xm-i386mk.h}, config/mips/{mipsm3.mh,mipsm3.mt,tm-mipsm3.h,xm-mipsm3.h}, config/ns32k/{ns32km3.mh,ns32km3.mt,tm-ns32km3.h,xm-ns32km3.h}: New files.
1993-10-05 Changes to support alpha OSF/1 in native mode.Peter Schauer1-0/+3
* 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-04Novell came through with the publicly visible information, so thisIan Lance Taylor1-3/+1
file may now be distributed. * i386-nlmstub.c: New file; debugging stub for i386 NetWare. Must be compiled with NetWare header files and turned into an NLM with nlmconv.
1993-10-04 * Rename i386lynx-tdep.c to i386ly-tdep.c for 14 character file names.Jim Kingdon1-1/+1
* Makefile.in, config/i386/i386lynx.mt: Change accordingly.
1993-10-02* Makefile.in, coff-solib.c, coff-solib.h, i386lynx.mt,Stu Grossman1-0/+2
tm-i386lynx.h: Add support for SVR3 COFF shared libraries.
1993-09-23Add i386lynx-tdep.c.Stu Grossman1-0/+1
1993-09-17 * remote-sim.h: New file.Jim Kingdon1-1/+2
* remote-sim.c: Add remote debug feature. Rename stuff to distinguish interface to simulator from gdb-specific stuff. Other changes. start-sanitize-v9 * remote-sp64sim.c: Renamed to remote-sim.c. Use sr_get_debug instead of our own sim_verbose/simif_snoop. Use gnutarget in call to bfd_openr. Rename simif_* to gdbsim_*. * config/sparc/sp64sim.mt: Change remote-sp64sim.c to remote-sim.c. end-sanitize-v9
1993-09-15 * remote-utils.[ch]: new files of functions collected from severalJim Kingdon1-0/+2
different remote targets.
1993-09-06Snapshot of stand alone i386 NLM debugging stub. Currently sanitizedIan Lance Taylor1-0/+3
out because it contains Novell proprietary code.
1993-08-31break dcache code out of remote-bug.cK. Richard Pixley1-0/+2
1993-08-27 * Rename files for 14-character limits:Jim Kingdon1-1/+1
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-03Added remote-bug.c.K. Richard Pixley1-4/+5
1993-08-02Remove '.Sanitize' from explicit list of Things-to-lose. It is now implicitlyFred Fish1-1/+0
added to the list by Sanitize, unless Sanitize knows it needs to keep it.
1993-08-02Add i386lynx-nat.c.Stu Grossman1-0/+1
1993-08-02Add thread.c and thread.h.Stu Grossman1-0/+2
1993-07-30New file remote-sim.h.David Edelsohn1-1/+1
1993-07-30Add .Sanitize to Things-to-lose list.Fred Fish1-0/+1
1993-07-30Add delta68-nat.c to Things-to-keep list.Fred Fish1-0/+1
1993-07-20Reflect symmetry changesJim Kingdon1-1/+1
1993-07-20 * Makefile.in (SFILES): Add nlmread.c.Fred Fish1-0/+1
* 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-12Add v9 sanitization support.David Edelsohn1-0/+25
1993-07-11 * configure.in (m68*-bull-sysv*): added support for Bull dpx2.Jim Kingdon1-0/+1
* config/m68k/{t,x,n}m-dpx2.h, dpx2-nat.c: New files. * config/m68k/dpx2.m{h,t}: New files.
1993-07-08Initial versions of sparc64 port.David Edelsohn1-0/+4
Some stuff can be removed when sparc-tdep.c is upgraded.
1993-07-07misc fixes to .Sanitize filesJim Kingdon1-2/+0
1993-06-23do not keep alloca.cK. Richard Pixley1-1/+0
1993-06-21 * config/i386/*aix*, i386aix-nat.c: New files.Jim Kingdon1-0/+1
* configure.in: Use them. * alldeps.mak: List them. * coffread.c (decode_base_type): Deal with anonymous enum type. * i387-tdep.c (print_387_status_word): Add comment re "top". * i386-tdep.c [I386_AIX_TARGET] (i386_extract_return_value): New func. * dbxread.c: Use SEEK_SET and SEEK_CUR, not L_*. Define them if and only if not defined by a header file. * mipsread.c: Don't define L_SET or L_INCR.
1993-06-14add isi-xdep.cJim Kingdon1-0/+1
1993-06-11 * Rename remote-es1800.c to remote-es.cJim Kingdon1-2/+2
and remote-st2000.c to remote-st.c for 14-char filenames. config/m68k/{es1800,st2000}: Use the new names.
1993-06-03Add gdbserver directory.Stu Grossman1-0/+1
1993-06-03* remote-es1800.c: Fix typo.John Gilmore1-4/+13
.Sanitize: Add comments about what's getting deliberately ignored.
1993-05-31Keep ChangeLog-92Fred Fish1-0/+1
1993-05-29Add ser-tcp.c.Stu Grossman1-0/+1
1993-05-27added things-to-lose sectionsK. Richard Pixley1-0/+14
1993-05-04Update list of things explicitly sanitize away.Fred Fish1-1/+2
1993-05-02Remove commented out copies of monitor.h and remote-montor.cFred Fish1-2/+0
1993-05-01 * The following patches are from Jeffrey Law <law@cs.utah.edu>.Stu Grossman1-0/+2
* config/pa/hppabsd.mh: Add more files to NATDEPFILES. * config/pa/xm-hppa[bh].h: Define FIVE_ARG_PTRACE. * hppab-nat.c: Delete WANT_NATIVE_TARGET ifdefs. ptrace needs 5 arguments, #define ptrace to always pass zero as the 5th argument.
1993-04-27Support for Hitachi SHSteve Chamberlain1-0/+1
1993-04-23 * Merge in HPPA/BSD patches from Utah:Stu Grossman1-3/+1
* defs.h: Add const to 2nd arg of psignal prototype. * hppah-tdep.c: Renamed to hppa-tdep.c 'cuz it's common code with BSD now. * hppab-core.c: Deleted. No longer useful. * hppab-nat.c: #include more files. Use PT_WUREGS, not PT_WRITE_U. * hppab-tdep.c: Deleted. Supplanted by hppa-tdep.c. * config/pa/hppabsd.mh (NATDEPFILES): Remove hppab-core.o. * config/pa/hppabsd.mt (TDEPFILES): hppab-tdep.o => hppa-tdep.o * config/pa/hppahpux.mt (TDEPFILES): hppab-tdep.o => hppa-tdep.o * config/pa/xm-hppab.h: #define SET_STACK_LIMIT_HUGE.
1993-04-20 * Makefile.in: Add ${srcdir}/ to all source files.Jim Kingdon1-1/+0
(alldeps.mak): Add "${srcdir}/" to files in alldeps.mak. (TAGS): Deal with srcdir and new config directory scheme. createtags: Remove. Makefile.in (NONSRC): Remove createtags. alldeps.mak: Updated.
1993-04-20 * irix4-nat.c (fetch_core_registers): Special version of this forStu Grossman1-0/+1
Irix 4.x, which stores regs a bit differently from other /proc based systems. * procfs.c, core-svr4.c: Move fetch_core_registers from procfs.c to new file core-svr4.c. * config/i386/i386sol2.mh, config/i386/i386v4.mh, config/m68k/amix.mh, config/i386/ncr3000.mh, config/sparc/sun4sol2.mh: Add core-svr4.o to NATDEPFILES. * config/mips/irix4.mh: Add corelow.o to NATDEPFILES.
1993-04-16Remove chill sanitization stuff and add chill files to keep list.Fred Fish1-54/+5
1993-04-06*** empty log message ***Stu Grossman1-2/+2
1993-04-06am29k* -> a29k*Fred Fish1-2/+2
1993-03-25List the known things that are currently sanitized away. (SanitizeFred Fish1-2/+16
should support a separate list of these things and report them differently from unknown things that are sanitized away).
1993-03-25 * alldeps.mak, configure.in, i860-break.h, i860-opcode.h,Fred Fish1-0/+4
i860-pinsn.c, i860-tdep.c, config/i860/*: Remove incomplete i860 support that can't be integrated anyway due to lack of clear authorship.
1993-03-23Add h8500-tdep.c.Fred Fish1-0/+1
1993-03-23Tweak list of files to keep.Fred Fish1-1/+0