Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-02-21 | * MAINTAINERS (Misc): Clarify that yes, anyone can edit web pages. | Jim Kingdon | 2 | -1/+5 | |
2000-02-21 | Include "expression.h" which "language.h" depends on. | Andrew Cagney | 2 | -1/+2 | |
2000-02-21 | Include "language.h" for longest_local_hex_string_custom(). | Andrew Cagney | 2 | -0/+6 | |
2000-02-21 | Update gdbarch.sh so that it generates code including <gdb_wait.h>. | Andrew Cagney | 2 | -1/+7 | |
2000-02-21 | Add more maintainers. Expand the ARM related maintainers. | Andrew Cagney | 2 | -3/+35 | |
2000-02-20 | Add paragraph on multiple maintainers. | Andrew Cagney | 2 | -0/+10 | |
2000-02-20 | 2000-02-19 Philippe De Muyter <phdm@macqel.be> | Fernando Nasser | 2 | -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 Blandy | 1 | -1/+1 | |
2000-02-18 | *** empty log message *** | Jim Blandy | 1 | -15/+2 | |
2000-02-18 | *** empty log message *** | Jim Blandy | 1 | -0/+21 | |
2000-02-18 | * buildsym.h (add_free_pendings): Declare. | Jim Blandy | 2 | -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-18 | 2000-02-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com> | Elena Zannoni | 2 | -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-17 | 2000-02-17 Fernando Nasser <fnasser@totem.to.cygnus.com> | Fernando Nasser | 1 | -0/+2 | |
Add the patcher separator line between two same-day patches (emacs thinks that they are not necessary). | |||||
2000-02-17 | 2000-02-17 Fernando Nasser <fnasser@totem.to.cygnus.com> | Fernando Nasser | 2 | -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-17 | 2000-02-17 Fernando Nasser <fnasser@totem.to.cygnus.com> | Fernando Nasser | 2 | -10/+6 | |
* arm-tdep.c: Use header file instead of extern declarations for the {get,set}_arm_regname* functions. | |||||
2000-02-16 | 2000-02-16 Fernando Nasser <fnasser@totem.to.cygnus.com> | Fernando Nasser | 4 | -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-16 | 2000-02-16 Mark Kettenis <kettenis@gnu.org> | Mark Kettenis | 2 | -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-16 | 2000-02-16 Mark Kettenis <kettenis@gnu.org> | Mark Kettenis | 1 | -0/+4 | |
* configure: Regenerated. | |||||
2000-02-16 | 2000-02-16 Mark Kettenis <kettenis@gnu.org> | Mark Kettenis | 1 | -315/+431 | |
* configure: Regenerated. | |||||
2000-02-16 | 2000-02-16 Fernando Nasser <fnasser@totem.to.cygnus.com> | Fernando Nasser | 2 | -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-16 | 2000-02-09 Mark Kettenis <kettenis@gnu.org> | Mark Kettenis | 4 | -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-16 | From Rodney Brown: Define MERGEPID when needed. | Andrew Cagney | 2 | -0/+7 | |
2000-02-16 | 2000-02-15 Jason Molenda (jsm@bugshack.cygnus.com) | Jason Molenda | 2 | -1/+6 | |
* Makefile.in (diststuff): Run 'diststuff' in doc/ subdir, not 'do-doc'. | |||||
2000-02-16 | 2000-02-15 Jason Molenda (jsm@bugshack.cygnus.com) | Jason Molenda | 2 | -0/+5 | |
* Makefile.in (diststuff): New target. | |||||
2000-02-16 | Note author of previous change. | Kevin Buettner | 1 | -1/+1 | |
2000-02-16 | Fix wording regarding Intel's IA-64 architecture. | Kevin Buettner | 2 | -1/+6 | |
2000-02-16 | * gdb.base/break.exp ("breakpoint line number"): Make sure the | Jim Blandy | 1 | -0/+9 | |
default source file is set properly before running this test. | |||||
2000-02-15 | AIX 4.3 changes. | Kevin Buettner | 4 | -34/+136 | |
2000-02-15 | * elfread.c (elf_symtab_read): Revert changes by Amit S. Kale. A | Jim Kingdon | 2 | -1/+7 | |
sym->section->index number is not a SECT_OFF_* code. | |||||
2000-02-15 | Add H.J. Lu to check-in after approval list. | Andrew Cagney | 2 | -0/+5 | |
2000-02-14 | Add ChangeLog entry which had been omitted in checkin of Mark Kettenis | Jim Kingdon | 1 | -0/+5 | |
changes last week. | |||||
2000-02-14 | 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com> | Elena Zannoni | 2 | -1/+6 | |
* lib/gdb.exp: Tell the testsuite that now gdbtk is in the gdbtk/library directory, not in gdbtcl2. | |||||
2000-02-14 | Remove extraneous code. | Nick Clifton | 2 | -8/+4 | |
2000-02-14 | 2000-02-14 Amit S. Kale <akale@veritas.com> | Jim Kingdon | 2 | -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-14 | Nick Duffek is the UnixWare threads maintainer. | Andrew Cagney | 2 | -0/+5 | |
2000-02-14 | From Jason Merrill: (die_is_declaration): New fn.. | Andrew Cagney | 2 | -1/+18 | |
2000-02-13 | Correct missing ChangeLog entry. | Jim Kingdon | 1 | -0/+10 | |
2000-02-13 | 2000-02-10 J.T. Conklin <jtc@redback.com> | Jim Kingdon | 7 | -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-13 | Explain how to contribute to GDB. | Andrew Cagney | 2 | -0/+150 | |
2000-02-12 | Maintenance - update djgpp, powerpc maintainers. Add some check-in | Andrew Cagney | 2 | -3/+17 | |
after approval maintainers. | |||||
2000-02-12 | Reformat only. | Andrew Cagney | 2 | -22/+67 | |
2000-02-12 | * uw-thread.c: Remove __FUNCTION__ GNUism. | Nicholas Duffek | 2 | -5/+10 | |
2000-02-12 | 2000-02-11 Jason Molenda (jsm@bugshack.cygnus.com) | Jason Molenda | 1 | -1/+1 | |
* ChangeLog: Tiny whitespace removal to test modification to logger scripts. | |||||
2000-02-11 | 2000-01-17 Amit S. Kale <akale@veritas.com> | Jim Kingdon | 2 | -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-11 | 2000-02-09 Mark Kettenis <kettenis@gnu.org> | Jim Kingdon | 2 | -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 and | Jim Kingdon | 2 | -0/+6 | |
approved by Michael Snyder. | |||||
2000-02-10 | From Mark Kettenis: Re-order #includes. defs.h is always first. | Andrew Cagney | 2 | -1/+5 | |
2000-02-09 | Update nindy files - #include "gdb_wait.h" instead of "wait.h". | Andrew Cagney | 3 | -2/+3 | |
2000-02-09 | Replace ../include/wait.h with gdb_wait.h. | Andrew Cagney | 51 | -128/+224 | |
2000-02-09 | Stop GDB mis-aligning the stack when doing inferior function calls. | Andrew Cagney | 3 | -0/+17 | |