aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
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
1999-02-03 * gdbtk-variable.c (variable_create): Add parentheses to the nameKeith Seitz1-1/+8
so that casts do not confuse the expression parser.
1999-02-03* config/i386/cygwin.mh: Move TERMCAP test code to configure.in.Christopher Faylor3-96/+111
* configure.in: Treat libtermcap.a detection as a special case when hosting on cygwin. * configure: Regenerate.
1999-02-03 * gdbtool.ico: Add missing desktop image.Keith Seitz2-0/+4
1999-02-03 * remote.c (remote_binary_download, remote_binary_length): NewKeith Seitz1-0/+22
static globals for dealing with binary transmissions. (remote_write_bytes): Add support for binary downloads by shadowing the "M" packet with a new "X" packet. This defaults to ON; if the stub does not understand this, it will fall back to using "M". (putpkt): Add support for binary downloading. * monitor.c (monitor_expect): The mon2000 monitor on the MSA2000 will also emit random DC1/DC3 chars. * m32r-stub.c: Change all char's to unsigned char's to support binary downloading. (handle_exception): Add support for binary downloading via a new "X" packet. (getpacket): Do NOT strip eighth bit of incoming chars. Watch out for escaped characters in the incoming stream. (putpacket): Do NOT strip eighth bit of incoming chars. (bin2mem): New function to write binary data directly to memory. * m32r-rom.c: Add new "mon2000" target.
1999-02-02Tue Feb 2 18:40:29 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni3-62/+20
* hp-psymtab-read.c (hpread_build_psymtabs): Coerce first arg passed to make_cleanup to the correct type. (hpread_quick_traverse): Change fifth arg to call to hpread_end_psymtab to be 0. Compare CURR_MODULE_END to 0 rather than NULL. Get rid of ifdef'ed out code. (scan_procs): Get rid of ifdef'ed out code. * somread.c (som_symfile_read): Coerce first argument passed to make_cleanup to the correct type.
1999-02-02Tue Feb 2 17:36:29 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni3-76/+96
* hp-psymtab-read.c (do_pxdb): New function. Check whether the file needs to be processed by pxdb (an HP debug info massaging tool), if so call it. (hpread_build_psymtabs): Initialize scan_start to 0 and simplify flow of control. * somread.c (som_symfile_read): Add call to do_pxdb (), in hp-psymtab-read.c. * symfile.c (symbol_file_add): Remove ifdef'ed out HPUX specific code. (symfile_bfd_open): Remove HPUXHPPA ifdef'ed code. Code is now in hp-psymtab-read.c.
1999-02-021999-02-02 Martin Hunt <hunt@cygnus.com>Martin Hunt2-2/+12
* gdbtk-cmds.c (get_register): For RAW display, concat all the pieces together before calling fputs.