aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
1999-06-01import gdb-1999-06-01 snapshotJason Molenda25-153/+580
1999-05-25import gdb-1999-05-25 snapshotJason Molenda119-524/+1283
1999-05-23Sync up with Cygnus CVS repository (cvs import doesn't handle theseJason Molenda4-274/+0
automatically, alas. This cleanpu must be automated in the near future). Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com> * h8-cfg.texi: Remove, hasn't been used in years. 1999-05-10 Martin Hunt <hunt@cygnus.com> * debugify.c, debugify.h: Removed because they are no longer used. Tue Mar 16 15:29:04 1999 Stan Shebs <shebs@andros.cygnus.com> * go32-xdep.c: Remove, no longer used by anything.
1999-05-19import gdb-1999-0519Jason Molenda18-656/+797
1999-05-11import gdb-1999-05-10Stan Shebs3-0/+1932
1999-05-11import gdb-1999-05-10Stan Shebs17-364/+806
1999-05-05import gdb-19990504 snapshotStan Shebs5-0/+695
1999-05-05import gdb-19990504 snapshotStan Shebs77-592/+1049
1999-04-27import gdb-19990422 snapshotStan Shebs8-0/+1806
1999-04-26import gdb-19990422 snapshotStan Shebs234-4447/+5840
1999-04-26import gdb-19990422 snapshotStan Shebs1-89/+117
1999-04-26Not part of the sourcesStan Shebs28-106665/+0
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1535-0/+572700
1999-04-16Initial creation of sourceware repositoryStan Shebs37-0/+116269
1999-04-16Initial creation of sourceware repositoryStan Shebs1677-555993/+0
1999-02-15 * config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so thatMark Alexander1-0/+2
coffread.c will correctly handle char or short function parameters.
1999-02-12 * gdb.texinfo: Update the credits.Stan Shebs2-18/+47
1999-02-121999-02-11 Martin Hunt <hunt@cygnus.com>Martin Hunt2-1/+5
* gdbtk-variable.c (variable_format): Enable binary format.
1999-02-11*** empty log message ***Martin Hunt1-0/+5
1999-02-111999-02-11 Martin Hunt <hunt@cygnus.com>Martin Hunt1-48/+20
* gdbtk-hooks.c: Change ALL Tcl_Eval calls in hooks to call report_error() if there are errors.
1999-02-111999-02-11 Martin Hunt <hunt@cygnus.com>Martin Hunt4-125/+4
* gdbtk.c, gdbtk-cmds.c, gdbtk-hooks.c: Removed old IDE stuff.
1999-02-111999-02-11 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda3-183/+2219
* configure, aclocal.m4: Regenerate with correct version of aclocal.
1999-02-111999-02-10 Syd Polk <spolk@cygnus.com>Syd Polk4-2239/+213
* acinclude.m4: Fix for new location of itclConfig.sh and itkConfig.sh. * aclocal.m4: Regnerate. * configure: Regenerate.
1999-02-111999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda2-73/+101
* demangle.c: Fix comments to mention "set demangle-style" instead of "set demangle". Run through indent to fix minor indenting problems.
1999-02-11 * i386-tdep.c (gdb_print_insn_i386): Add missing returns.Bob Manson1-0/+4
Disassembly fails on sparc host otherwise (for obvious reasons).
1999-02-111999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda2-5/+26
* gdb.base/smoke.exp: Disambiguate two test case names (both called ``print'').
1999-02-11Removing java sanitization!Stan Shebs4-77/+0
1999-02-10 Declare Gould configuration obsolete:Stan Shebs7-450/+468
* configure.host, configure.tgt: Comment out Gould configs. * Makefile.in: Comment out Gould-related actions. * gould-xdep.c, gould-tdep.c, config/gould/*: Comment out. * NEWS: Mention obsolete status. And the first one bites the dust...
1999-02-10Fix a typo.Christopher Faylor1-1/+1
1999-02-091999-02-09 Martin Hunt <hunt@cygnus.com>Martin Hunt5-36/+81
* gdbtk-hooks.c: Remove gdbtk_ignorable_warning prototype. It is in gdbtk.h. (report_error): New function. Displays debugging information if a hook function fails. All hook functions should probably call this. (gdbtk_warning): Call report_error() if there is a problem. (gdbtk_register_changed): Call report_error() if there is a problem. (gdbtk_memory_changed): Call report_error() if there is a problem. (gdbtk_ignorable_warning): Pass along class argument. If there is a problem, call report_error(). * gdbtk-cmds.c: Remove TclDebug prototype. It is in gdbtk.h. (gdb_loadfile): Add class name to gdbtk_ignorable_warning call. * gdbtk.c (TclDebug): Add "priority" argument. Calls "dbug" instead of "debug". Removed non-ANSI ifdefs. * gdbtk.h: Fixed protos for gdbtk_ignorable_warning and TclDebug.
1999-02-09*** empty log message ***Jim Blandy1-6/+29
1999-02-09* sparcl-tdep.c: UDP download works in cygwinDJ Delorie2-1/+5
1999-02-091999-02-08 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda5-130/+145
* gnu-regex.c: Check ENABLE_NLS instead of HAVE_LIBINTL_H. * configure.in: Don't check for libintl.h. * configure, config.in: Regenerated. Fixes a problem on debian systems, a conflict between the /usr/include/libintl.h and the routines that are actually linked in, up in ../intl.
1999-02-09 * NEWS: Mention new X packet and PowerPC variant support.Stan Shebs2-5/+20
1999-02-09 * gdb.texinfo: Fix mistakes noticed in printout of lastStan Shebs2-63/+52
draft, add Alpha to discussion of heuristic fence post.
1999-02-08Add support for StrongARM host/target.Nick Clifton3-1/+9
1999-02-08dsrec.c (make_srec): cast targ_addr to int in call to sprintf, otherwise onDavid Taylor1-0/+6
big endian machines (e.g., sparc) with a bfd_vma of 64 bits, everything gets loaded at location 0. (PR 18929)
1999-02-07From Frank Ch. Eigler <fche@cygnus.com>Andrew Cagney1-0/+15
* infrun.c (wait_for_inferior): Allow SIGTRAP to be "pass"ed to target program. (But the comments are cagney's and not Frank's.)
1999-02-061999-02-05 James Ingham <jingham@cygnus.com>Jim Ingham9-381/+683
* Makefile.in: Add GDBTK_CFLAGS - this is now used to hold -fwritable-strings when compiling with Tk8.1. * configure.in: Add GDBTK_CFLAGS, set it to -fwritable-strings for Tcl/Tk8.1 & greater. * acinclude.m4: Move the rest of the defines to find Itcl, Itk & Tix from aclocal.m4 to here. * aclocal.m4: regenerate. * configure: regenerate. * gdbtk-hooks.c (x_event): Tcl_ObjGetVar2 was removed from Tcl8.1. Use Tcl_GetVar2 instead. * gdbtk-hooks.c (gdbtk_trace_find): Fix up call to Tcl_GlobalEvalObj for Tcl/Tk 8.1. * gdbtk-hooks.c (gdbtk_trace_start_stop): Call to Tcl_EvalObj was inefficient, replace with call to Tcl_GlobalEval. * gdbtk.c: Don't swap out the Tcl_Alloc calls in gdbtk.c. We took care of that in Tcl itself for 8.1. * gdbtk.c: Remove const from the script string since Tcl8.1 has taken to scribbling sentinals into strings passed to it again... * gdbtk-cmds.c (wrapped_call): Change declaration of 1st arg from char * to PTR to eliminate warning. * gdbtk-cmds.c (perror_with_name_wrapper): Ditto
1999-02-06Actually part of gdb.texinfo change.Stan Shebs2-13/+15
1999-02-06 * gdb.texinfo: Many changes; update to Seventh Edition,Stan Shebs4-514/+445
merge some HP changes into mainline, describe some previously undocumented features, describe more of the target commands available, eliminate obsolete section on renamed commands. * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
1999-02-06 * NEWS: Add mentions of various new things.Stan Shebs1-0/+30
1999-02-051999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda3-1/+503
* gdb.base/miscexprs.exp: Change patterns to match GDB's actual output formatting. * gdb.base/smoke.exp: GDB removes leading 0's. * gdb.base/volatile.exp: Don't check type of remuneration; that variable is no longer defined in constvars.c. * gdb.base/step-test.c (main): Exit with explicit exit code. * gdb.base/step-test.exp: Remove two nexti checks--they are not portable.
1999-02-051999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda1-0/+11
* gdb.base/help.exp ("help delete display"): Fix test to match gdb's output. * gdb.base/long_long.c (known_types): Initialize values to zero. * gdb.base/long_long.exp: Step one more line so 'dec' is initialized in "get to known place". GDB doesn't prepend unnecessary zeros to the front of numbers. Explicitly ask for hex formatting. Use unique test case names.
1999-02-04improve sanitationGavin Romig-Koch2-39/+11
1999-02-04Doh!Keith Seitz2-1/+6
* gdbtk-variable.c (variable_create): Allocate enough space to hold the NULL, too!
1999-02-04* configure.in: Move termcap determination a later in the file to catchChristopher Faylor2-265/+265
setting of cygwin flag. * configure: Regenerate.
1999-02-04Fix minor buglet.Jeff Law1-1/+1
1999-02-041999-02-03 Martin Hunt <hunt@cygnus.com>Martin Hunt1-0/+5
* console.test (clear_command_line): Add tests 1.5 - 1.8, which test the new Shift-Up and Shift-Down bindings.
1999-02-03 Whoops. Wrong changelog!Keith Seitz1-0/+5