aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-09-11 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value forJoel Brobecker2-0/+6
Interix.
2002-09-11 * mi-main.c (mi_cmd_data_list_register_names): Use cleanupsKeith Seitz2-12/+34
for the uiout list. Do the cleanups when returning an error. (mi_cmd_data_list_changed_registers): Ditto. (mi_cmd_data_list_register_values): Use cleanups for the uiout list and tuples. Do the cleanups when returning errors.
2002-09-11 * elf32-h8300.c (elf32_h8_relax_section): Fix typo.Jeff Law1-1/+1
2002-09-11New TI port supports both C4x and C3x series of DSPs.Nick Clifton4-5/+9
2002-09-11Check functionname_ptr and line_ptr before deciding we've found a symbol.Nick Clifton2-1/+6
2002-09-11Update translationsNick Clifton12-4058/+8583
2002-09-11 * config/tc-i386.c (md_apply_fix3): Allow addend forJakub Jelinek2-3/+6
BFD_RELOC_386_TLS_LDO_32, BFD_RELOC_386_TLS_LE and BFD_RELOC_386_TLS_LE_32.
2002-09-112002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>Michael Snyder2-0/+9
* procfs.c (do_detach): Clear current signal, not just fault. Corrects problem with breakpoint trap signal leaking to detached process on Tru64.
2002-09-11daily updateAlan Modra1-1/+1
2002-09-11*** empty log message ***gdbadmin1-1/+1
2002-09-102002-09-10 Michael Snyder <msnyder@redhat.com>Michael Snyder2-1/+7
* buildsym.c (finish_block): Protect against null pointer.
2002-09-102002-09-10 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-3/+8
* infcmd.c (default_print_registers_info): Send all output to ``file'' instead of ``gdb_stdout''.
2002-09-10 * mi-simplerun.exp (test_controlled_execution): Follow renaming ofKeith Seitz5-8/+16
mi_run_to to mi_execute_to. * mi-var-cmd.exp: Likewise. * mi0-simplerun.exp: Likewise. * mi0-var-cmd.exp: Likewise.
2002-09-10 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb'sKeith Seitz2-36/+68
runto proc. (mi_run_to_main): Use mi_runto. (mi_execute_to): Renamed from mi_run_to. Changed all callers.
2002-09-10 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precedeKeith Seitz2-34/+14
regexp for stopping at main. Could have multiple event notifications. Don't assume that main was declared with no parameters. (mi_next): Use mi_step_to. (mi_step): Use mi_next_to.
2002-09-102002-09-10 Michael Snyder <msnyder@redhat.com>Michael Snyder2-2/+9
* mips-tdep.c (mips_extract_struct_value_address): Make val a LONGEST, and use signed register read (addresses are sign- extended for mips).
2002-09-10 * tui-hooks.c (tui_event_loop): New function.Stephane Carrez4-3/+104
(tui_command_loop): New function to override gdb loop and make sure uiout is set according to TUI mode. (tui_command_loop): Install the specific TUI command hook. * tuiIO.c (tui_initialize_io): Initialize tui_old_uiout. (tui_uiout, tui_old_uiout): Make public. * tuiIO.h (tui_uiout, tui_old_uiout): Declare.
2002-09-10 * event-loop.c (gdb_do_one_event): Make public.Stephane Carrez3-2/+7
* event-loop.h (gdb_do_one_event): Declare.
2002-09-10* test commitFrank Ch. Eigler0-0/+0
2002-09-102002-09-10 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-1/+32
* COPYING.NEWLIB: More updates.
2002-09-10 * infttrace.c (child_resume): Simplify and rework to avoidJeff Law2-80/+28
TT_PROC_CONTINUE.
2002-09-10Call new functions do_sections, do_sections64, depending on corefile (32-bitNick Clifton2-54/+145
or 64-bit).
2002-09-10Add Ben Elliston as a maintainer for configure and testsuite changes.Nick Clifton2-0/+26
Add paragraphs about testsuite and config patches.
2002-09-10 * gdb.base/default.exp: Fix expected string in `info float' test.Corinna Vinschen2-1/+5
2002-09-10Reviewed and approved by Kevin Buettner <kevinb@redhat.com>Fred Fish2-3/+8
2002-09-09 Fred Fish <fnf@intrinsity.com> * printcmd.c (print_scalar_formatted): "len" is the number of target bytes, NOT the number of target bits.
2002-09-10daily updateAlan Modra1-1/+1
2002-09-10*** empty log message ***gdbadmin1-1/+1
2002-09-09 * config/tc-hppa.c (md_apply_fix3): Don't set fx_done forJeff Law3-4/+11
marker relocations such as ENTRY/EXIT. * config/tc-hppa.h (MD_APPLY_SYM_VALUE): Definition applies to both OBJ_ELF and OBJ_SOM.
2002-09-09 * config/mips.exp: Update comments.Ben Elliston9-28/+11
* config/mips-idt.exp: Likewise. * config/nind.exp: Likewise. * config/slite.exp: Likewise. * config/sparclet.exp: Likewise. * config/udi.exp: Likewise. * config/vx.exp: Likewise. * config/vxworks29k.exp: Likewise.
2002-09-092002-09-09 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2-0/+6
From: Emmanuel Thome' <thome@lix.polytechnique.fr> * top.c (init_main): Set rl_terminal_name.
2002-09-092002-09-09 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-2/+20
* COPYING.NEWLIB: Update.
2002-09-09 * elfxx-ia64.c (elfNN_ia64_relax_section): Handle PCREL21MRichard Henderson2-2/+11
and PCREL21F like PCREL21B.
2002-09-092002-09-08 Ben Elliston <bje@redhat.com>Ben Elliston13-23/+26
* gas/hppa/basic/basic.exp: Update DejaGnu mail address. * gas/hppa/parse/parse.exp: Likewise. * gas/hppa/reloc/reloc.exp: Likewise. * gas/hppa/unsorted/unsorted.exp: Likewise. * gas/mn10200/basic.exp: Likewise. * gas/mn10300/basic.exp: Likewise. * gas/sh/basic.exp: Likewise. * gas/sh/sh64/sh64.exp: Likewise. * gas/v850/basic.exp: Likewise. * lib/gas-defs.exp: Likewise. * gas/all/gas.exp: Removing limping support for DejaGnu 1.1.1. * gasp/gasp.exp: Likewise.
2002-09-09daily updateAlan Modra1-1/+1
2002-09-09*** empty log message ***gdbadmin1-1/+1
2002-09-08 * ada-lang.c (ada_array_bound, ada_type_match,Aidan Skinner4-12/+12
_initialize_ada_language): Fix K&R definitions. * ada-tasks.c (get_current_task): Fix K&R definitions. * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
2002-09-08daily updateAlan Modra1-1/+1
2002-09-08*** empty log message ***gdbadmin1-1/+1
2002-09-07* MAINTAINERS: Remove CE from list of maintainership responsibilities. Add XP.Christopher Faylor2-1/+6
2002-09-07*** empty log message ***gdbadmin1-1/+1
2002-09-07daily updateAlan Modra1-1/+1
2002-09-06* i386-tdep.c (i386_register_virtual_type,Mark Kettenis2-12/+19
i386_register_convertible, i386_register_convert_to_virtual, i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P instead of IS_FP_REGNUM and IS_SSE_REGNUM. (i386_gdbarch_init): Fix comment. Add comments on calls that set sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum. Don't set push_arguments twice.
2002-09-06* i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start andMark Kettenis4-12/+17
sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end. * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and sigtramp_end to NULL. * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove defines. (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
2002-09-06 * configure.tgt (h8300-*-hms*, h8500-*-hms*): Restore.Jeff Law2-2/+6
2002-09-06* i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spuriousMark Kettenis2-1/+3
whitespace.
2002-09-06* gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.Mark Kettenis5-4/+133
* gdbarch.h, gdbarch.c: Re-generate. * blockframe.c (find_pc_sect_partial_function): Convert to use SIGTRAMP_START_P predicate.
2002-09-06correct entryAlan Modra1-3/+2
2002-09-06merge from gccDJ Delorie2-1/+5
2002-09-06daily updateAlan Modra1-1/+1
2002-09-06*** empty log message ***gdbadmin1-1/+1