aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
1999-07-07import gdb-1999-07-07 post reformatJason Molenda1-0/+4
1999-07-07import gdb-1999-07-07 pre reformatJason Molenda1-0/+53
1999-07-05import gdb-1999-07-05 snapshotJason Molenda1-0/+201
1999-06-28import gdb-1999-06-28 snapshotJason Molenda1-0/+106
1999-06-21import gdb-1999-06-21 snapshotJason Molenda1-1/+58
1999-06-14import gdb-1999-06-14 snapshotJason Molenda1-0/+459
1999-06-07import gdb-1999-06-07 snapshotJason Molenda1-0/+217
1999-06-01import gdb-1999-06-01 snapshotJason Molenda1-0/+101
1999-05-25import gdb-1999-05-25 snapshotJason Molenda1-4/+257
1999-05-19import gdb-1999-0519Jason Molenda1-0/+43
1999-05-11import gdb-1999-05-10Stan Shebs1-0/+129
1999-05-05import gdb-19990504 snapshotStan Shebs1-0/+130
1999-04-26import gdb-19990422 snapshotStan Shebs1-145/+931
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+1116
1999-04-16Initial creation of sourceware repositoryStan Shebs1-758/+0
1999-02-111999-02-11 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda1-0/+4
* configure, aclocal.m4: Regenerate with correct version of aclocal.
1999-02-111999-02-10 Syd Polk <spolk@cygnus.com>Syd Polk1-0/+6
* 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 Molenda1-0/+6
* 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-10 Declare Gould configuration obsolete:Stan Shebs1-0/+8
* 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-09* sparcl-tdep.c: UDP download works in cygwinDJ Delorie1-0/+4
1999-02-091999-02-08 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda1-0/+6
* 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 Shebs1-5/+9
1999-02-08Add support for StrongARM host/target.Nick Clifton1-0/+5
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-03* config/i386/cygwin.mh: Move TERMCAP test code to configure.in.Christopher Faylor1-0/+7
* configure.in: Treat libtermcap.a detection as a special case when hosting on cygwin. * configure: Regenerate.
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 Zannoni1-0/+13
* 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 Zannoni1-0/+16
* 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 Hunt1-0/+5
* printcmd.c (print_scalar_formatted): Use strcat to concat all the output together before calling fprintf_filtered().
1999-02-011999-02-01 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda1-0/+8
* 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.
1999-02-01*** empty log message ***Jim Blandy1-0/+38
1999-02-01*** empty log message ***Edith Epstein1-3/+3
1999-02-01 * buildsym.h, buildsym.c: Convert to ANSI-only.Stan Shebs1-0/+2
1999-01-31 * buildsym.h, buildsym.c: Reformat to standard.Stan Shebs1-0/+2
1999-01-31 * buildsym.c (merge_symbol_lists): Remove unused variable.Stan Shebs1-0/+5
(_initialize_buildsym): Remove, does nothing.
1999-01-311999-01-31 J.T. Conklin <jtc@redbacknetworks.com>Stan Shebs1-0/+7
* i386-stub.c, m32r-stub.c, m68k-stub.c, sh-stub.c, sparc-stub.c, sparcl-stub, sparclet-stub.c: Change declaration of putDebugChar to include explicit void return type as per documentation. Fix up occasions where stubs erroneously checked return type.
1999-01-31 From J.T. Conklin <jtc@redbacknetworks.com>:Stan Shebs1-0/+5
* remote.c (remote_query): Fix tipo.
1999-01-30Fri Jan 29 19:10:09 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni1-12/+12
Fix typos in ChangeLog
1999-01-29 * configure.tgt (v850): Add wildcard to match.Stan Shebs1-2/+6
Also remove sanitization for v850e and ea.
1999-01-29Fri Jan 29 16:44:01 1999 Edith Epstein <eepstein@sophia.cygnus.com>Edith Epstein1-0/+8
* inferior.h: ran indent * fork-child.c: ran indent * infrun.c : ran indent
1999-01-29Fri Jan 29 12:57:34 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni1-0/+3
* infrun.c (_initialize_infrun): do not stop or print anything when a SIGWINCH is received.
1999-01-29Fri Jan 29 12:57:34 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni1-0/+8
* Makefile.in (m2-exp.tab.c): use YACC not BISON. (f-exp.tab.c): ditto (jv-exp.tab.c): ditto (c-exp.tab.c): ditto (YACC): define as @YACC@
1999-01-291999-01-29 Martin Hunt <hunt@cygnus.com>Martin Hunt1-0/+12
Changes from Keith Seitz <keiths@cygnus.com> * valops.c (value_assign): Add calls to register_changed_hook and memory_changed_hook to inform UIs that the user has changed the target's registers/memory. * findvar.c (write_register_gen): Remove call to pc_changed_hook. * defs.h: Remove declaration for pc_changed_hook and add declarations for register_changed_hook and memory_changed_hook. * top.c: Ditto.
1999-01-29Fix for PR 17980:Mark Alexander1-0/+4
* procfs.c (wait_fd): Handle deleted threads correctly.
1999-01-281999-01-28 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda1-0/+4
* utils.c (init_page_info): Force window size if running under emacs. emacs-detection stolen from readline.
1999-01-281999-01-27 James Ingham <jingham@cygnus.com>Jim Ingham1-2/+0
* gdbtk-wrapper.c: Missed a couple of places where FILE->GDB_FILE in the fputs_unfiltered_hook needed to propagate.
1999-01-28This is the merge of the Itcl3.0 gdbtk development branch into theJim Ingham1-0/+6
trunk. To build it, you will have to do update -dP in the itcl directory, and update tcl, tk, tix and libgui as well.