aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
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 * infttrace.c (child_resume): Simplify and rework to avoidJeff Law2-80/+28
TT_PROC_CONTINUE.
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-10*** empty log message ***gdbadmin1-1/+1
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-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-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-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* 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-06*** empty log message ***gdbadmin1-1/+1
2002-09-05* gdb.threads/killed.exp: Fix test failure message.Jim Blandy2-1/+5
2002-09-052002-09-05 Michael Snyder <msnyder@redhat.com>Michael Snyder2-3/+7
* arm-tdep.c (arm_extract_return_value): Use new regcache method.
2002-09-052002-09-05 Michael Snyder <msnyder@redhat.com>Michael Snyder2-2/+10
* arm-tdep.c (arm_init_extra_frame_info): Distinguish between generic_dummy_frame method and old method. Also distinguish between ARM_FP_REGNUM and THUMB_FP_REGNUM.
2002-09-052002-09-05 Michael Snyder <msnyder@redhat.com>Michael Snyder2-6/+11
* mips-tdep.c (mips_n32n64_push_arguments): Remove alignment adjustment that doesn't conform to the ABI. (mips_extract_struct_value_address): Retrieve V0_REGNUM from saved regcache, not from current regcache.
2002-09-052002-09-05 Andrew Cagney <ac131313@redhat.com>Andrew Cagney5-46/+58
* NEWS: Update for 5.3. Add new section ``Changes since 5.3''. * README: Update. Index: doc/ChangeLog 2002-09-05 Andrew Cagney <ac131313@redhat.com> * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release engineer.
2002-09-05Mention that 5.3 branch was created (note, this was an insert).Andrew Cagney1-0/+4
2002-09-052002-08-26 Michael Snyder <msnyder@redhat.com>Michael Snyder2-17/+31
* breakpoint.c (insert_breakpoints): Protect all references to 'process_warning'. Shorten long lines.
2002-09-05*** empty log message ***gdbadmin1-1/+1
2002-09-04 * lib/mi-support.exp: Update copyright.Keith Seitz2-7/+13
(mi_gdb_test): Increase the priority of the expected pattern so that it matches gdb_test.
2002-09-04* arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb modeJason Thorpe2-3/+8
if arm_apcs_32 is false.
2002-09-04*** empty log message ***gdbadmin1-1/+1
2002-09-03 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.Keith Seitz2-2/+8
Use integer comparison instead of string comparison for testing whether binary was built.
2002-09-03* gdb/avr-tdep.c (avr_gdbarch_init): Use generic_unwind_get_saved_register.Theodore A. Roth2-2/+6
2002-09-03 * tuiIO.c (tui_putc): New function to print one character.Stephane Carrez3-14/+248
(printable_part): New function from readline/complete.c. (PUTX): New macro, likewise. (print_filename): New function, likewise. (get_y_or_n): New function, likewise and adapted for TUI. (tui_rl_display_match_list): New function from readline/complete.c and writes on TUI command window. (tui_setup_io): Install or remove the readline hook rl_completion_display_matches_hook so that completion is written directly in TUI command window instead of in the TUI pipe. (tui_initialize_io): Use #ifdef TUI_USE_PIPE_FOR_READLINE for the TUI redirection pipe. (tui_getc): Likewise for call to tui_readline_output. (tui_readline_output): Likewise for function. * tui.c (tui_rl_startup_hook): Always take care of gdb prompt.
2002-09-03* gdb.threads/killed.exp, gdb.threads/killed.c: New test.Jim Blandy3-0/+125
2002-09-032002-09-03 David Carlton <carlton@math.stanford.edu>David Carlton2-4/+13
* dwarf2read.c (dwarf2_add_member_fn): Add the 'type' argument (PR gdb/653). Update call to smash_to_method_type. (read_structure_scope): Update call to dwarf2_add_member_fn.
2002-09-03 * gdb680.exp: New file to test to check for uiout list/tupleKeith Seitz2-0/+61
nesting bug.
2002-09-032002-09-03 Michal Ludvig <mludvig@suse.cz>Michal Ludvig3-0/+7
* x86-64-linux-tdep.c: Include gdb_string.h * x86-64-linux-nat.c: Ditto.
2002-09-03* ada-exp.y (yyname, yyrule): Remap global variables that appearJason Thorpe7-0/+22
when YYDEBUG is set to 1. * c-exp.y: Likewise. * f-exp.y: Likewise. * jv-exp.y: Likewise. * m2-exp.y: Likewise. * p-exp.y: Likewise.
2002-09-03*** empty log message ***gdbadmin1-1/+1
2002-09-02 * tuiWin.c (_newHeightOk): Fix compilation warnings.Stephane Carrez2-2/+6
2002-09-02 * gdb.texinfo (TUI Overview): Document status line fields.Stephane Carrez2-0/+33
2002-09-02 * gdb.texinfo (TUI Commands): Document info win command.Stephane Carrez2-0/+8
2002-09-02* Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) toJason Thorpe7-6/+22
dependency list. * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set solib_svr4_fetch_link_map_offsets to nbsd_ilp32_solib_svr4_fetch_link_map_offsets. * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o. * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o. * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o, solib-svr4.o, and solib-legacy.o. * config/i386/tm-nbsd.h: Include solib.h.
2002-09-02* configure.tgt (i[3456]86-*-netbsdelf*): Merge with...Jason Thorpe5-33/+13
(i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd. (i[3456]86-*-openbsd*): Make this a separate entry. Add a comment noting that this needs its own target configuration. * config/i386/nbsd.mt: New file. * config/i386/nbsdaout.mt: Remove. * config/i386/nbsdelf.mt: Ditto. * config/i386/tm-nbsdaout.h: Ditto.
2002-09-02* i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.Jason Thorpe3-27/+99
(i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset. (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or tdep->sigtramp_end. (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove. * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END) (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
2002-09-02*** empty log message ***gdbadmin1-1/+1