aboutsummaryrefslogtreecommitdiff
path: root/gdb/.Sanitize
AgeCommit message (Collapse)AuthorFilesLines
1999-04-16Initial creation of sourceware repositoryStan Shebs1-853/+0
1999-02-11Removing java sanitization!Stan Shebs1-41/+0
1999-02-04improve sanitationGavin Romig-Koch1-33/+6
1999-01-30comment out kod piece, since kod.c and kodecosdll.c are not checkedBrendan Kehoe1-39/+39
into CVS.
1999-01-29No longer sanitize out refs to v850e or v850eaStan Shebs1-27/+0
1999-01-28This is the merge of the Itcl3.0 gdbtk development branch into theJim Ingham1-1/+1
trunk. To build it, you will have to do update -dP in the itcl directory, and update tcl, tk, tix and libgui as well.
1999-01-26am33 sanitize changesJeff Law1-27/+0
1999-01-19Shame on Jimbo.Jason Molenda1-1/+2
1999-01-151999-01-15 Fernando Nasser <fnasser@totem.to.cygnus.com>Fernando Nasser1-0/+41
* .Sanitize: add Kernel Objects Display (a.k.a. KOD) sanitization.
1999-01-12remove acinclude.m4 until it gets committed.David Taylor1-1/+0
1999-01-04keep split ChangeLogStan Shebs1-0/+1
1998-12-31all remaining *.c *.h files from hp merge.David Taylor1-0/+6
1998-12-14CARP:Andrew Cagney1-0/+2
Consolidate the semi-dynamic target system dependant GDB parameters moving them all into a new file.
1998-12-09Fixes.Jeff Law1-0/+1
1998-11-25For top level:Gavin Romig-Koch1-0/+27
* config.sub (mips64vr4xxx,mips64vr4xxxel): New. For gcc: * config.sub (mips64vr4xxx,mips64vr4xxxel): New. * configure.in (mips64vr4xxx,mips64vr4xxxel): New. * config/mips/t-vr4xxx: New. * config/mips/elfb4xxx.h: New. * config/mips/elfl4xxx.h: New. * configure: Rebuilt. For gas: * config/tc-mips.c (md_begin): Added mip64vr4xxx as a possible CPU_TARGET. For gdb: * configure.tgt: Handle mips64*vr4xxx. For ld: * configure.tgt: Handle mips64*vr4xxx.
1998-11-20Added fr30-tdep.c.Zdenek Radouch1-0/+1
1998-10-22Written policy on GDB checkins.Stan Shebs1-0/+1
1998-10-14Results of first-pass at looking for problems with making the targetAndrew Cagney1-1/+1
architecture a vector.
1998-10-06Sanitize anything mentioning CARP.Andrew Cagney1-0/+41
1998-10-02The GDB engineers ate Steve's hacks; and there was much rejoicing.Stan Shebs1-44/+0
1998-08-14No longer need to sanitize out tx39 bitsStan Shebs1-27/+0
1998-08-12sanitize-vr5400 -> sanitize-cygnus, for 98r2Ken Raeburn1-6/+6
1998-07-24remove d30v sanitizationIan Lance Taylor1-41/+1
1998-07-09 * mn10300-tdep.c (mn10300_generic_register_names): New variable.Jeff Law1-0/+27
(set_machine_hook): New function. Copy the appropriate register names into reg_names. (_initialize_mn10300_tdep): Set up to call set_machine_hook. * tm-mn10300 (NUM_REGS): Bump to 32. (REGISTER_NAMES): Updated accordingly. start-sanitize-am33 * mn10300-tdep.c (am33_register_names): New variable. (mn10300_analyze_prologue): Handle regs saved by am33 prologues. * tm-mn10300.h (E0_REGNUM): Define. end-sanitize-am33 Initial am33 support.
1998-07-01Wed Jul 1 13:10:58 1998 Jim Ingham <jingham@cygnus.com>Jim Ingham1-1/+1
* Moved gdbtk_hooks.c & gdbtk_cmds.c to gdbtk-hooks.c & gdbtk-cmds.c to comply with the gdb conventions. Changed the configure & makefile to reflect the change...
1998-06-18fix sanitization; add ax-gdb.c ax-gdb.h ax-general.c ax.hrelease1-0/+4
1998-06-11Thu Jun 11 15:05:10 1998 Jason Molenda (crash@bugshack.cygnus.com)Jason Molenda1-1/+0
* btowc.c: Removed. * configure.in: Don't see if we need to replace btowc(). * Makefile.in: Don't include LIBOBJS. * configure: Regenerated. * gnu-regex.c (regex_compile): Only support i18n [:foo:] if we have btowc().
1998-06-10Wed Jun 10 14:06:05 1998 Jason Molenda (crash@bugshack.cygnus.com)Jason Molenda1-0/+1
* configure.in: Add some tests for gnu-regex.c's benefit. See if btowc() function is provided in C library. * configure, config.in: Regenerated. * Makefile.in (CLIBS, CDEPS): Add @LIBOBJS@ to build btowc.c if necessary. * btowc.c: New file. * gnu-regex.c: Reorder wchar.h and wctype.h includes for Solaris' benefit. Drop namespace preserving defines for now. Mods based on the modifications used in GNU grep 2.2 to make gnu-regex.c compile on other OSes.
1998-06-09Tue Jun 9 15:27:09 1998 Jim Ingham <jingham@cygnus.com>Jim Ingham1-0/+36
* gdbtk.c: Added hooks to run gdbtk under the TclPro debugger. To do this, build gdbtk with: make CFLAGS="-g -DTCLPRO_DEBUGGER" Then set the environment variable TCLPRO_DEBUG_DIR to point to wherever you have installed the TclPro debugger. Finally, in the Alpha of the TclPro Debugger, you have to start up the TclPro Debugger BEFORE you start gdbtk. Unfortunately, the debugger does not understand Itcl 1.5 style classes... * .Sanitize: Sanitize out references to the TclPro debugger, since it is not yet released.
1998-05-27add vr4111 as a sanitization tag to get rid of vr4111 and vr4102 mentions.Jason Molenda1-1/+41
1998-05-26add nec4102rom.c to things-to-keep (asklarof sez that the 4102 is aJason Molenda1-0/+1
variant of the VR4100 and does not need to be sanitized.)
1998-05-15Java sanitization.Stu Grossman1-5/+41
1998-04-21Add ns32knbsd-nat.c to things-to-keep.Jason Molenda1-11/+12
1998-04-15Reflect departures of old gdbtk versionsStan Shebs1-1/+1
1998-04-09Wed Apr 8 19:14:11 1998 John Metzler <jmetzler@cygnus.com>John Metzler1-0/+1
* .Sanitize (Things-to-lose): gdbcfgxref * gdbcfgxref: Corelates target triples, mk, mt files, target dependent headers and sources.
1998-03-23fix random sanitization errorsAngela Marie Thomas1-1/+1
1998-03-17always keep SH4 support now (& remove an unused variable decl)Stan Shebs1-27/+0
1998-03-06Scrap the un-needed vr4111 stuff.Gavin Romig-Koch1-27/+0
1998-03-03 * configure.tgt (mips64*vr4320*el-*-elf*,mips64*vr4320*-*-elf*) :Gavin Romig-Koch1-0/+27
Added.
1998-02-12Remote protocol for d10v. Mainly responsible for translating GDB d10vAndrew Cagney1-0/+1
addresses into those expected by the remote d10v monitor.
1998-01-27Fix some mswin sanitization problems.Fred Fish1-0/+28
1998-01-26Fix minor sanitization problems.Fred Fish1-0/+26
1998-01-22Add sanitize-sky for txvu stuff.Ron Unrau1-0/+41
1998-01-15Initial vr4111 Sanitization marks.Gavin Romig-Koch1-0/+27
1998-01-12Sanitization for new ARM files.Nick Clifton1-0/+2
1998-01-02Moved all gdbtk change entries into new file ChangeLog-gdbtkStan Shebs1-1/+1
1998-01-02always keep ChangeLog-97Stan Shebs1-0/+1
1997-12-31Add dve3900-rom.c.Mark Alexander1-0/+1
1997-12-11always keep tracepoint.{c,h}Keith Seitz1-2/+2
1997-11-25Flush ser-go32-para.c, never worked and never used.Stan Shebs1-1/+0