aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
2002-09-132002-09-13 Andrew Cagney <cagney@redhat.com>Andrew Cagney4-2/+39
* gdbarch.sh (SIGTRAMP_END): Change to a predicate function. * gdbarch.h, gdbarch.c: Regenerate.
2002-09-132002-09-13 Andrew Cagney <ac131313@redhat.com>Andrew Cagney3-39/+6
* frame.c (find_saved_register): Delete function. * frame.h (find_saved_register): Delete declaration. Fix PR gdb/631.
2002-09-13Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-11/+24
* mips-tdep.c (read_next_frame_reg): Re-hack using frame_register_unwind.
2002-09-13 Fix line numbers.Keith Seitz2-16/+17
2002-09-13 * mi-var-child.exp: Use mi_step_to and mi_execute_to insteadKeith Seitz2-165/+40
of a bunch of repeated send_gdb/gdb_expect statements.
2002-09-13 * tui.c (tui_rl_switch_mode): Remove unecessary TUI switch printfs.Stephane Carrez3-5/+22
(tui_initialize_readline): Allow to use space to leave SingleKey to enter one gdb command. (tui_enable): Restore the TUI keymap when we are back to TUI. (tui_disable): Restore normal keymap when leaving TUI. * tuiIO.c (tui_redisplay_readline): Restore the SingleKey mode when the buffer becomes empty and we are in tui_one_command_mode.
2002-09-13 * tuiIO.c (tui_setup_io): rl_already_prompted must be clearedStephane Carrez2-1/+6
when leaving TUI mode so that gdb prompt is displayed.
2002-09-13 * tuiStack.c (tui_make_status_line): Make sure the local bufferStephane Carrez2-3/+11
is large enough to hold the complete line.
2002-09-13Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-39/+32
* mips-tdep.c (mips_get_saved_register): Re-hack using frame_register_unwind.
2002-09-13 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.Corinna Vinschen2-1/+5
2002-09-13 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.Joel Brobecker2-1/+5
2002-09-13 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architectureJoel Brobecker5-2/+57
vector. Will be useful for Interix. * gdbarch.h, gdbarch.c: Regenerate. * valops.c (value_allocate_space_in_inferior): Replace hard-coded name of the malloc function by NAME_OF_MALLOC.
2002-09-13 * value.h (find_function_in_inferior): Add const keyword toJoel Brobecker3-2/+9
one of the parameters. Allows us to invoke this function with a const char *. * valops.c (find_function_in_inferior): Likewise.
2002-09-13*** empty log message ***gdbadmin1-1/+1
2002-09-12 * exec.c (xfer_memory): Fix compilation warning with old versionsJoel Brobecker3-24/+34
of GCC. * tracepoint.c (trace_find_tracepoint_command): Likewise.
2002-09-122002-09-12 David Carlton <carlton@math.stanford.edu>David Carlton2-514/+519
* symtab.h: Run through gdb_indent.h. Add 2002 to Copyright year list.
2002-09-12 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-codedAlan Modra3-1/+8
mach constants. * MAINTAINERS: Add myself to write after approval list.
2002-09-12 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.Joel Brobecker2-0/+5
2002-09-12*** empty log message ***gdbadmin1-1/+1
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-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-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 * 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.