aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
2000-02-21* MAINTAINERS (Misc): Clarify that yes, anyone can edit web pages.Jim Kingdon2-1/+5
2000-02-21Include "expression.h" which "language.h" depends on.Andrew Cagney2-1/+2
2000-02-21Include "language.h" for longest_local_hex_string_custom().Andrew Cagney2-0/+6
2000-02-21Update gdbarch.sh so that it generates code including <gdb_wait.h>.Andrew Cagney2-1/+7
2000-02-21Add more maintainers. Expand the ARM related maintainers.Andrew Cagney2-3/+35
2000-02-20Add paragraph on multiple maintainers.Andrew Cagney2-0/+10
2000-02-202000-02-19 Philippe De Muyter <phdm@macqel.be>Fernando Nasser2-4/+10
* 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-1/+1
2000-02-18*** empty log message ***Jim Blandy1-15/+2
2000-02-18*** empty log message ***Jim Blandy1-0/+21
2000-02-18* buildsym.h (add_free_pendings): Declare.Jim Blandy2-10/+21
* buildsym.c (add_free_pendings): New function. (make_blockvector): 32x64 fix using longest_local_hex_string(). (start_subfile): initialize variable 'subfile'.
2000-02-182000-02-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni2-2/+9
* 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 Nasser2-1/+5
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 Nasser2-10/+6
* 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 Nasser4-13/+14
* 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 Kettenis2-4/+21
* 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 Mark Kettenis <kettenis@gnu.org>Mark Kettenis1-315/+431
* configure: Regenerated.
2000-02-162000-02-16 Fernando Nasser <fnasser@totem.to.cygnus.com>Fernando Nasser2-95/+145
* 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 Kettenis4-2/+35
* 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 Cagney2-0/+7
2000-02-162000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda2-1/+6
* Makefile.in (diststuff): Run 'diststuff' in doc/ subdir, not 'do-doc'.
2000-02-162000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda2-0/+5
* Makefile.in (diststuff): New target.
2000-02-16Note author of previous change.Kevin Buettner1-1/+1
2000-02-16Fix wording regarding Intel's IA-64 architecture.Kevin Buettner2-1/+6
2000-02-16* gdb.base/break.exp ("breakpoint line number"): Make sure theJim Blandy1-0/+9
default source file is set properly before running this test.
2000-02-15AIX 4.3 changes.Kevin Buettner4-34/+136
2000-02-15 * elfread.c (elf_symtab_read): Revert changes by Amit S. Kale. AJim Kingdon2-1/+7
sym->section->index number is not a SECT_OFF_* code.
2000-02-15Add H.J. Lu to check-in after approval list.Andrew Cagney2-0/+5
2000-02-14Add ChangeLog entry which had been omitted in checkin of Mark KettenisJim Kingdon1-0/+5
changes last week.
2000-02-142000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni2-1/+6
* lib/gdb.exp: Tell the testsuite that now gdbtk is in the gdbtk/library directory, not in gdbtcl2.
2000-02-14Remove extraneous code.Nick Clifton2-8/+4
2000-02-142000-02-14 Amit S. Kale <akale@veritas.com>Jim Kingdon2-1/+7
* 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 Cagney2-0/+5
2000-02-14From Jason Merrill: (die_is_declaration): New fn..Andrew Cagney2-1/+18
2000-02-13Correct missing ChangeLog entry.Jim Kingdon1-0/+10
2000-02-132000-02-10 J.T. Conklin <jtc@redback.com>Jim Kingdon7-89/+1501
* 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 Cagney2-0/+150
2000-02-12Maintenance - update djgpp, powerpc maintainers. Add some check-inAndrew Cagney2-3/+17
after approval maintainers.
2000-02-12Reformat only.Andrew Cagney2-22/+67
2000-02-12 * uw-thread.c: Remove __FUNCTION__ GNUism.Nicholas Duffek2-5/+10
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 Kingdon2-2/+8
* 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 Kingdon2-19/+57
* 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 Kingdon2-0/+6
approved by Michael Snyder.
2000-02-10From Mark Kettenis: Re-order #includes. defs.h is always first.Andrew Cagney2-1/+5
2000-02-09Update nindy files - #include "gdb_wait.h" instead of "wait.h".Andrew Cagney3-2/+3
2000-02-09Replace ../include/wait.h with gdb_wait.h.Andrew Cagney51-128/+224
2000-02-09Stop GDB mis-aligning the stack when doing inferior function calls.Andrew Cagney3-0/+17