summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Collapse)AuthorAgeFilesLines
* import gdb-19990422 snapshotStan Shebs1999-04-261-89/+117
|
* Not part of the sourcesStan Shebs1999-04-2628-106665/+0
|
* Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1999-04-161535-0/+572700
|
* Initial creation of sourceware repositoryStan Shebs1999-04-1637-0/+116269
|
* Initial creation of sourceware repositoryStan Shebs1999-04-161677-555993/+0
|
* * config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so thatMark Alexander1999-02-151-0/+2
| | | | coffread.c will correctly handle char or short function parameters.
* * gdb.texinfo: Update the credits.Stan Shebs1999-02-122-18/+47
|
* 1999-02-11 Martin Hunt <hunt@cygnus.com>Martin Hunt1999-02-122-1/+5
| | | | * gdbtk-variable.c (variable_format): Enable binary format.
* *** empty log message ***Martin Hunt1999-02-111-0/+5
|
* 1999-02-11 Martin Hunt <hunt@cygnus.com>Martin Hunt1999-02-111-48/+20
| | | | | * gdbtk-hooks.c: Change ALL Tcl_Eval calls in hooks to call report_error() if there are errors.
* 1999-02-11 Martin Hunt <hunt@cygnus.com>Martin Hunt1999-02-114-125/+4
| | | | * gdbtk.c, gdbtk-cmds.c, gdbtk-hooks.c: Removed old IDE stuff.
* 1999-02-11 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda1999-02-113-183/+2219
| | | | * configure, aclocal.m4: Regenerate with correct version of aclocal.
* 1999-02-10 Syd Polk <spolk@cygnus.com>Syd Polk1999-02-114-2239/+213
| | | | | | * acinclude.m4: Fix for new location of itclConfig.sh and itkConfig.sh. * aclocal.m4: Regnerate. * configure: Regenerate.
* 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda1999-02-112-73/+101
| | | | | | * demangle.c: Fix comments to mention "set demangle-style" instead of "set demangle". Run through indent to fix minor indenting problems.
* * i386-tdep.c (gdb_print_insn_i386): Add missing returns.Bob Manson1999-02-111-0/+4
| | | | Disassembly fails on sparc host otherwise (for obvious reasons).
* 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda1999-02-112-5/+26
| | | | | * gdb.base/smoke.exp: Disambiguate two test case names (both called ``print'').
* Removing java sanitization!Stan Shebs1999-02-114-77/+0
|
* Declare Gould configuration obsolete:Stan Shebs1999-02-107-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...
* Fix a typo.Christopher Faylor1999-02-101-1/+1
|
* 1999-02-09 Martin Hunt <hunt@cygnus.com>Martin Hunt1999-02-095-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.
* *** empty log message ***Jim Blandy1999-02-091-6/+29
|
* * sparcl-tdep.c: UDP download works in cygwinDJ Delorie1999-02-092-1/+5
|
* 1999-02-08 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda1999-02-095-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.
* * NEWS: Mention new X packet and PowerPC variant support.Stan Shebs1999-02-092-5/+20
|
* * gdb.texinfo: Fix mistakes noticed in printout of lastStan Shebs1999-02-092-63/+52
| | | | draft, add Alpha to discussion of heuristic fence post.
* Add support for StrongARM host/target.Nick Clifton1999-02-083-1/+9
|
* dsrec.c (make_srec): cast targ_addr to int in call to sprintf, otherwise onDavid Taylor1999-02-081-0/+6
| | | | | big endian machines (e.g., sparc) with a bfd_vma of 64 bits, everything gets loaded at location 0. (PR 18929)
* From Frank Ch. Eigler <fche@cygnus.com>Andrew Cagney1999-02-071-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-05 James Ingham <jingham@cygnus.com>Jim Ingham1999-02-069-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
* Actually part of gdb.texinfo change.Stan Shebs1999-02-062-13/+15
|
* * gdb.texinfo: Many changes; update to Seventh Edition,Stan Shebs1999-02-064-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.
* * NEWS: Add mentions of various new things.Stan Shebs1999-02-061-0/+30
|
* 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda1999-02-053-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-04 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda1999-02-051-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.
* improve sanitationGavin Romig-Koch1999-02-042-39/+11
|
* Doh!Keith Seitz1999-02-042-1/+6
| | | | | * gdbtk-variable.c (variable_create): Allocate enough space to hold the NULL, too!
* * configure.in: Move termcap determination a later in the file to catchChristopher Faylor1999-02-042-265/+265
| | | | | setting of cygwin flag. * configure: Regenerate.
* Fix minor buglet.Jeff Law1999-02-041-1/+1
|
* 1999-02-03 Martin Hunt <hunt@cygnus.com>Martin Hunt1999-02-041-0/+5
| | | | | * console.test (clear_command_line): Add tests 1.5 - 1.8, which test the new Shift-Up and Shift-Down bindings.
* Whoops. Wrong changelog!Keith Seitz1999-02-031-0/+5
|
* * gdbtk-variable.c (variable_create): Add parentheses to the nameKeith Seitz1999-02-031-1/+8
| | | | so that casts do not confuse the expression parser.
* * config/i386/cygwin.mh: Move TERMCAP test code to configure.in.Christopher Faylor1999-02-033-96/+111
| | | | | | * configure.in: Treat libtermcap.a detection as a special case when hosting on cygwin. * configure: Regenerate.
* * gdbtool.ico: Add missing desktop image.Keith Seitz1999-02-032-0/+4
|
* * remote.c (remote_binary_download, remote_binary_length): NewKeith Seitz1999-02-031-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.
* Tue Feb 2 18:40:29 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni1999-02-023-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.
* Tue Feb 2 17:36:29 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni1999-02-023-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-02 Martin Hunt <hunt@cygnus.com>Martin Hunt1999-02-022-2/+12
| | | | | * gdbtk-cmds.c (get_register): For RAW display, concat all the pieces together before calling fputs.
* 1999-02-02 Martin Hunt <hunt@cygnus.com>Martin Hunt1999-02-021-0/+5
| | | | | * printcmd.c (print_scalar_formatted): Use strcat to concat all the output together before calling fprintf_filtered().
* Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni1999-02-021-0/+6
| | | | | | * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement. * gdb.c++/method.exp: Add missing close brace.
* 1999-02-01 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda1999-02-015-385/+584
| | | | | | | | * configure.in: Require autoconf 2.13. (AM_EXEEXT): Replace with new AC_EXEEXT. * acinclude.m4: Move itcl header macros from aclocal.m4 to here. * aclocal.m4: Regenerated. * configure: Regenerated.