aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2000-02-23Re-sync with ../include/dis-asm.h - LEN param changed to unsigned int.Andrew Cagney1-0/+7
2000-02-23Add mi/ and testsuite/gdb.mi/ subdirectories.Andrew Cagney1-0/+33
Add --enable-gdbmi option to configury. Add mi rules to Makefile.in Add mi conditional output to event-top.c infrun.c main.c top.c. Add -i=mi option.
2000-02-22*** empty log message ***Jim Blandy1-0/+23
2000-02-22Cleanups and signal handler backtrace fix for GNU/Linux PPC port.Kevin Buettner1-0/+19
2000-02-22Changes for GNU/Linux PPC native gdb port.Kevin Buettner1-0/+3
2000-02-22Changes for GNU/Linux PPC native gdb port.Kevin Buettner1-0/+20
2000-02-212000-02-21 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni1-0/+8
From Philippe De Muyter <phdm@macqel.be> * event-loop.c (handle_file_event): In case of poll, enable printing of informational message if an error/exception is detected on the file descriptor.
2000-02-21* MAINTAINERS (Misc): Clarify that yes, anyone can edit web pages.Jim Kingdon1-0/+4
2000-02-21Include "expression.h" which "language.h" depends on.Andrew Cagney1-1/+1
2000-02-21Include "language.h" for longest_local_hex_string_custom().Andrew Cagney1-0/+5
2000-02-21Update gdbarch.sh so that it generates code including <gdb_wait.h>.Andrew Cagney1-0/+6
2000-02-21Add more maintainers. Expand the ARM related maintainers.Andrew Cagney1-0/+10
2000-02-20Add paragraph on multiple maintainers.Andrew Cagney1-0/+4
2000-02-202000-02-19 Philippe De Muyter <phdm@macqel.be>Fernando Nasser1-0/+6
* cli-out.c (cli_table_header): Type of parameter `alignment' is `enum ui_align', not `int'. (cli_field_string, cli_field_skip): Likewise.
2000-02-18*** empty log message ***Jim Blandy1-15/+2
2000-02-18*** empty log message ***Jim Blandy1-0/+21
2000-02-182000-02-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni1-0/+7
* remote.c (remote_async_detach): Use target_mourn_inferior(), to make sure that all is cleaned up after we disconnect from the target. (remote_detach): Ditto.
2000-02-172000-02-17 Fernando Nasser <fnasser@totem.to.cygnus.com>Fernando Nasser1-0/+2
Add the patcher separator line between two same-day patches (emacs thinks that they are not necessary).
2000-02-172000-02-17 Fernando Nasser <fnasser@totem.to.cygnus.com>Fernando Nasser1-0/+4
From Rodney Brown <RodneyBrown@pmsc.com> * ui-out.c (ui_out_set_flags): Fix typo, removing warning and potentially harming mistake.
2000-02-172000-02-17 Fernando Nasser <fnasser@totem.to.cygnus.com>Fernando Nasser1-0/+5
* arm-tdep.c: Use header file instead of extern declarations for the {get,set}_arm_regname* functions.
2000-02-162000-02-16 Fernando Nasser <fnasser@totem.to.cygnus.com>Fernando Nasser1-0/+8
* configure.in: Replaces obsolete gdbtk-variable.c with gdbtk-varobj.c. * configure: Regenerate. * Makefile.in: Remove obsolete/extraneous references to gdbtk-var* files.
2000-02-162000-02-16 Mark Kettenis <kettenis@gnu.org>Mark Kettenis1-0/+9
* target.c (do_target_signal_to_host): Do not use REALTIME_LO in the conversion of the signal number. TARGET_SIGNAL_REALTIME_33 is 33 by definition, whereas REALTIME_LO might be 32 on systems that have SIG32 such as Linux. Make sure that the signal number returned is within the range specified by REALTIME_LO and REALTIME_HI.
2000-02-162000-02-16 Mark Kettenis <kettenis@gnu.org>Mark Kettenis1-0/+4
* configure: Regenerated.
2000-02-162000-02-16 Fernando Nasser <fnasser@totem.to.cygnus.com>Fernando Nasser1-0/+9
* arm-tdep.c (set_disassembly_flavor, arm_othernames, _initialize_arm_tdep): Allows the user to choose between any of the flavors available for the disassembly to be used in the "info reg" command and elsewhere in gdb. It prevents having to maintain this information in two places by using the data kept in the opcodes directory.
2000-02-162000-02-09 Mark Kettenis <kettenis@gnu.org>Mark Kettenis1-0/+9
* configure.in: Check for lwpid_t, psaddr_t, prgregset_t and prfpregset_t in <sys/procfs.h>. * config.in: Add HAVE_LWPID_T, HAVE_PSADDR_T, HAVE_PRGREGSET_T, HAVE_PRFPREGSET_T. * gdb_proc_service.h: Only provide typedefs for lwpid_t, psaddr_t, prgregset_t and prfpregset_t if they are not already present.
2000-02-16From Rodney Brown: Define MERGEPID when needed.Andrew Cagney1-0/+5
2000-02-162000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda1-0/+5
* Makefile.in (diststuff): Run 'diststuff' in doc/ subdir, not 'do-doc'.
2000-02-15AIX 4.3 changes.Kevin Buettner1-0/+38
2000-02-15 * elfread.c (elf_symtab_read): Revert changes by Amit S. Kale. AJim Kingdon1-0/+5
sym->section->index number is not a SECT_OFF_* code.
2000-02-15Add H.J. Lu to check-in after approval list.Andrew Cagney1-0/+4
2000-02-14Add ChangeLog entry which had been omitted in checkin of Mark KettenisJim Kingdon1-0/+5
changes last week.
2000-02-14Remove extraneous code.Nick Clifton1-0/+4
2000-02-142000-02-14 Amit S. Kale <akale@veritas.com>Jim Kingdon1-0/+6
* elfread.c (elf_symtab_read): Move the use of sym to after where it is set. Checked in by Jim Kingdon <kingdon@redhat.com>
2000-02-14Nick Duffek is the UnixWare threads maintainer.Andrew Cagney1-0/+4
2000-02-14From Jason Merrill: (die_is_declaration): New fn..Andrew Cagney1-0/+8
2000-02-13Correct missing ChangeLog entry.Jim Kingdon1-0/+10
2000-02-132000-02-10 J.T. Conklin <jtc@redback.com>Jim Kingdon1-0/+11
* config/i386/nbsd.mt (GDBSERVER_DEPFILES): Add low-nbsd.o * configure.tgt (i[3456]86-*-netbsd*): add gdbserver to configdirs. * gdbserver/low-nbsd.c: New file. * gdbserver/Makefile.in: convert to autoconf. * gdbserver/configure.in: likewise. * gdbserver/configure: generate.
2000-02-13Explain how to contribute to GDB.Andrew Cagney1-0/+4
2000-02-12Maintenance - update djgpp, powerpc maintainers. Add some check-inAndrew Cagney1-0/+7
after approval maintainers.
2000-02-12Reformat only.Andrew Cagney1-0/+4
2000-02-12 * uw-thread.c: Remove __FUNCTION__ GNUism.Nicholas Duffek1-0/+4
2000-02-122000-02-11 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda1-1/+1
* ChangeLog: Tiny whitespace removal to test modification to logger scripts.
2000-02-112000-01-17 Amit S. Kale <akale@veritas.com>Jim Kingdon1-0/+7
* elfread.c (elf_symtab_read): Use offset for the section in which a symbol resides, instead of .text section for calculating address of a symbol. Checked in by Jim Kingdon <kingdon@redhat.com>
2000-02-112000-02-09 Mark Kettenis <kettenis@gnu.org>Jim Kingdon1-0/+13
* gnu-nat.c (proc_string): Make global. (do_mach_notify_dead_name): Suppress dead name notifications if we know that the task is dead. 1999-12-13 Mark Kettenis <kettenis@gnu.org> * gnu-nat.c (inf_validate_task_sc): Get task info via proc server instead of directly from the kernel. Add some hackery to make sure that the info isn't influenced by suspension of the task in the proc server itself.
2000-02-10 * defs.h (MERGEPID): Added. Patch submitted by Andrew Hobson andJim Kingdon1-0/+5
approved by Michael Snyder.
2000-02-10From Mark Kettenis: Re-order #includes. defs.h is always first.Andrew Cagney1-0/+4
2000-02-09Update nindy files - #include "gdb_wait.h" instead of "wait.h".Andrew Cagney1-0/+1
2000-02-09Replace ../include/wait.h with gdb_wait.h.Andrew Cagney1-0/+20
2000-02-09Stop GDB mis-aligning the stack when doing inferior function calls.Andrew Cagney1-0/+7
2000-02-09From JTC: Reduce default remote_timeout to two. Flush defunct code.Andrew Cagney1-0/+7