Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-09-16 | daily update | Alan Modra | 1 | -1/+1 | |
2002-09-15 | * i386-tdep.c (gdb_print_insn_i386): Removed. | Mark Kettenis | 2 | -12/+21 | |
(i386_print_insn): New function. (i386_gdbarch_init): Set print_insn to i386_print_insns. (_initialize_i386_tdep): Don't initialize tm_print_insn and tm_print_insn_info. | |||||
2002-09-15 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2002-09-15 | daily update | Alan Modra | 1 | -1/+1 | |
2002-09-14 | * gdbtypes.c (check_stub_method_group): Initialize found_stub to | Mark Kettenis | 2 | -1/+6 | |
zero. | |||||
2002-09-14 | * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression | Corinna Vinschen | 2 | -13/+14 | |
for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined. Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P. | |||||
2002-09-14 | * gdb.base/command.exp: Don't expect a "Program exited normally" | Corinna Vinschen | 2 | -2/+7 | |
string after running the commands execution on breakpoint tests. | |||||
2002-09-14 | * win32-nat.c (child_create_inferior): Honor 'tty' command. | Christopher Faylor | 3 | -0/+72 | |
2002-09-14 | * gdbtypes.c (check_stub_method): Make static. | Daniel Jacobowitz | 10 | -37/+433 | |
(check_stub_method_group): New function. * gdbtypes.h: Update prototypes. * cp-support.c: New file. * cp-support.h: New file. * stabsread.c: Include "cp-abi.h" and "cp-support.h". (update_method_name_from_physname): New function. (read_member_functions): Correct method names for operators and v3 constructors/destructors. Separate v2 constructors and destructors. * Makefile.in (stabsread.o): Update dependencies. (SFILES): Add cp-support.c. (COMMON_OBS): Add cp-support.o. (cp_support_h, cp-support.o): Add. * cp-valprint.c (cp_print_class_method): Call check_stub_method_group instead of check_stub_method. Remove extraneous QUITs. * p-valprint.c (pascal_object_print_class_method): Likewise. * valops.c (search_struct_method): Likewise. (find_method_list, value_struct_elt_for_reference): Likewise. | |||||
2002-09-14 | daily update | Alan Modra | 1 | -1/+1 | |
2002-09-14 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2002-09-13 | 2002-09-13 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 4 | -2/+39 | |
* gdbarch.sh (SIGTRAMP_END): Change to a predicate function. * gdbarch.h, gdbarch.c: Regenerate. | |||||
2002-09-13 | 2002-09-13 Andrew Cagney <ac131313@redhat.com> | Andrew Cagney | 3 | -39/+6 | |
* frame.c (find_saved_register): Delete function. * frame.h (find_saved_register): Delete declaration. Fix PR gdb/631. | |||||
2002-09-13 | Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 2 | -11/+24 | |
* mips-tdep.c (read_next_frame_reg): Re-hack using frame_register_unwind. | |||||
2002-09-13 | Fix line numbers. | Keith Seitz | 2 | -16/+17 | |
2002-09-13 | * mi-var-child.exp: Use mi_step_to and mi_execute_to instead | Keith Seitz | 2 | -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 Carrez | 3 | -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 cleared | Stephane Carrez | 2 | -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 buffer | Stephane Carrez | 2 | -3/+11 | |
is large enough to hold the complete line. | |||||
2002-09-13 | Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 2 | -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 Vinschen | 2 | -1/+5 | |
2002-09-13 | Do not count FAKE operands when deciding if any operands have been skipped. | Nick Clifton | 2 | -1/+14 | |
2002-09-13 | Fix Book-E opcodes | Nick Clifton | 2 | -272/+396 | |
2002-09-13 | * gdb.base/call-strs.exp: Fix a small typo in one of the comments. | Joel Brobecker | 2 | -1/+5 | |
2002-09-13 | * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture | Joel Brobecker | 5 | -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 to | Joel Brobecker | 3 | -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 | daily update | Alan Modra | 1 | -1/+1 | |
2002-09-13 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2002-09-12 | * exec.c (xfer_memory): Fix compilation warning with old versions | Joel Brobecker | 3 | -24/+34 | |
of GCC. * tracepoint.c (trace_find_tracepoint_command): Likewise. | |||||
2002-09-12 | 2002-09-12 David Carlton <carlton@math.stanford.edu> | David Carlton | 2 | -514/+519 | |
* symtab.h: Run through gdb_indent.h. Add 2002 to Copyright year list. | |||||
2002-09-12 | Import chnages from master config repository. | Nick Clifton | 3 | -10/+26 | |
2002-09-12 | * elf32-i386.c (dtpoff_base, tpoff): Don't crash if tls_segment is | Jakub Jelinek | 2 | -8/+22 | |
NULL. (elf_i386_relocate_section): Return false after printing error about unresolvable relocation. | |||||
2002-09-12 | Fix handling of R_ARM_THM_PC11 | Nick Clifton | 2 | -14/+22 | |
2002-09-12 | Handle DW_OP_GNU_push_tls_address. | Nick Clifton | 4 | -24/+42 | |
Synch up with the gcc's dwarf2.h | |||||
2002-09-12 | * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded | Alan Modra | 3 | -1/+8 | |
mach constants. * MAINTAINERS: Add myself to write after approval list. | |||||
2002-09-12 | * ppc-dis.c (powerpc_dialect): Add missing PPC_OPCODE_CLASSIC. | Alan Modra | 2 | -1/+6 | |
2002-09-12 | merge from gcc | DJ Delorie | 7 | -396/+214 | |
2002-09-12 | * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX. | Joel Brobecker | 2 | -0/+5 | |
2002-09-12 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2002-09-12 | daily update | Alan Modra | 1 | -1/+1 | |
2002-09-11 | * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for | Joel Brobecker | 2 | -0/+6 | |
Interix. | |||||
2002-09-11 | * mi-main.c (mi_cmd_data_list_register_names): Use cleanups | Keith Seitz | 2 | -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 Law | 1 | -1/+1 | |
2002-09-11 | New TI port supports both C4x and C3x series of DSPs. | Nick Clifton | 4 | -5/+9 | |
2002-09-11 | Check functionname_ptr and line_ptr before deciding we've found a symbol. | Nick Clifton | 2 | -1/+6 | |
2002-09-11 | Update translations | Nick Clifton | 12 | -4058/+8583 | |
2002-09-11 | * config/tc-i386.c (md_apply_fix3): Allow addend for | Jakub Jelinek | 2 | -3/+6 | |
BFD_RELOC_386_TLS_LDO_32, BFD_RELOC_386_TLS_LE and BFD_RELOC_386_TLS_LE_32. | |||||
2002-09-11 | 2002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com> | Michael Snyder | 2 | -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 | daily update | Alan Modra | 1 | -1/+1 | |
2002-09-11 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |