aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
2005-09-03Make sure that a reasonable value is always returned byKevin Buettner1-1/+4
mn10300_dwarf2_reg_to_regnum().
2005-09-03 * mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): Use ARRAY_SIZE.Kevin Buettner2-3/+8
Change internal error to warning. Add i18n markup to warning string.
2005-09-03 * mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): New function.Kevin Buettner2-0/+37
(mn10300_gdbarch_init): Register mn10300_dwarf2_reg_to_regnum().
2005-09-03 * mn10300-tdep.c (is_my_frame_in_sp, is_my_frame_in_fp)Kevin Buettner2-18/+5
(is_my_frame_last): Delete these unused functions.
2005-09-03 * mn10300-tdep.c (mn10300_frame_prev_register): Change type ofKevin Buettner2-1/+6
``bufferp'' from ``void *'' to ``gdb_byte *''.
2005-09-03Remove inadvertent tab after mn10300-tdep.o entry.Kevin Buettner1-1/+1
2005-09-03 * mn10300-tdep.c (mn10300_use_struct_convention): Delete parameterKevin Buettner2-17/+38
``gcc_p''. Adjust all callers. (mn10300_store_return_value, mn10300_extract_return_value): Add new parameter ``gdbarch''. (mn10300_return_value): New function. (mn10300_gdbarch_init): Delete old-style return value code calls. Add call to set_gdbarch_return_value().
2005-09-03*** empty log message ***gdbadmin1-1/+1
2005-09-02 * mn10300-tdep.c (regcache.h): Delete duplicate include.Kevin Buettner3-2/+6
* Makefile.in (mn10300-tdep.o): Update dependencies.
2005-09-02 * mn10300-tdep.c (osabi.h): Include.Kevin Buettner3-1/+12
(mn10300_gdbarch_init): Invoke gdbarch_init_osabi(). * Makefile.in (mn10300-tdep.o): Update dependencies.
2005-09-02Fix date.Kevin Buettner1-1/+1
2005-09-02 * mn10300-linux-tdep.c: New file.Kevin Buettner5-3/+504
* Makefile.in (mn10300-linux-tdep.o): New Makefile target. * config/mn10300/linux.mt (TDEPFILES): Add mn10300-linux-tdep.o and corelow.o. * mn10300-tdep.h (E_E8_REGNUM, E_E9_REGNUM, E_E10_REGNUM) (E_FPCR_REGNUM, E_FS0_REGNUM): New constants.
2005-09-02* infcall.c (call_function_by_hand): Remove code handlingMark Kettenis5-93/+19
deprecated_push_arguments. Bail out early if push_dummy_call isn't available. * gdbarch.sh (deprecated_push_arguments): Delete. Adjust a few comments accordingly. * gdbarch.h, gdbarch.c: Regenerate.
2005-09-02Fix date of last entry.Mark Kettenis1-1/+1
2005-09-02*** empty log message ***gdbadmin1-1/+1
2005-09-0120050901 Paul Gilliam <pgilliam@us.ibm.com>Paul Gilliam3-12/+28
* ppc-tdep.h (struct gdbarch_tdep): Better explanation of using -1 for nonexistant registers. * rs6000-tdep.c (rs6000_register_reggroup_p): Don't assume that tdep->ppc_vr0_regnum and tdep->ppc_ev0_regnum are not -1.
2005-09-01 * arm-linux-tdep.c (arm_linux_push_arguments): Delete.Richard Earnshaw2-142/+6
(arm_linux_init_abi): Don't register it.
2005-09-01*** empty log message ***gdbadmin1-1/+1
2005-08-31* symfile.c (symbol_file_command, set_initial_language)Mark Kettenis2-60/+71
(symfile_bfd_open, get_section_index, add_symtab_fns) (find_sym_fns): Reformat code and comments. Tweak comments.
2005-08-31* m68k-tdep.c (m68k_register_name): Use ARRAY_SIZE.Mark Kettenis2-2/+5
2005-08-31Fix gcc-4.0.1 compile error for i386-freebsd4.10 target.Jim Wilson2-1/+5
* i386fbsd-tdep.c (i386fbsd_sc_reg_offset): Make it non-static.
2005-08-31*** empty log message ***gdbadmin1-1/+1
2005-08-30*** empty log message ***gdbadmin1-1/+1
2005-08-29* environ.c (unset_in_environ): Use strncmp instead ofMark Kettenis5-38/+40
DEPRECATED_STREQN. * exec.c (exec_file_attach): Remove DEPRECATED_HPUX_TEXT_END. * language.c (set_case_command, language_enum): Use strcmp instead of DEPRECATED_STREQ. * source.c (select_source_symtab): Sprinkle a few consts. Use strcmp instead of DEPRECATED_STREQ.
2005-08-29* solib-svr4.c (svr4_current_sos, svr4_fetch_objfile_link_map):Mark Kettenis2-8/+8
Use XZALLOC and xzalloc instead of xmalloc where appropriate.
2005-08-29*** empty log message ***gdbadmin1-1/+1
2005-08-28*** empty log message ***gdbadmin1-1/+1
2005-08-27 (Variables, Symbols): Document the "<incomplete type>" message andEli Zaretskii2-0/+31
its reasons.
2005-08-27 * main.c (print_gdb_help): Don't advertise the (long non-existent)Eli Zaretskii4-71/+14
option --mapped. * gdb.texinfo (File Options): Don't document --mapped, it's gone since 19-Jan-2004. (Files): Likewise.
2005-08-27*** empty log message ***gdbadmin1-1/+1
2005-08-26*** empty log message ***gdbadmin1-1/+1
2005-08-25*** empty log message ***gdbadmin1-1/+1
2005-08-24*** empty log message ***gdbadmin1-1/+1
2005-08-23*** empty log message ***gdbadmin1-1/+1
2005-08-22*** empty log message ***gdbadmin1-1/+1
2005-08-21* doublest.c (floatformat_mantissa): Use xsnprintf instead ofMark Kettenis2-3/+8
sprintf.
2005-08-21* vaxobsd-tdep.c: New file.Mark Kettenis4-1/+198
* config/vax/obsd.mt (TDEPFILES): Add vaxobsd-tdep.o. * Makefile.in (vaxobsd-tdep.o): New dependency.
2005-08-21* ppcobsd-tdep.c: Include "frame.h" and "frame-unwind.h". Don'tMark Kettenis3-31/+146
include "tramp-frame.h". (ppcobsd_sigtramp_cache_init): Remove function. (ppcobsd_sigtramp): Remove variable. (ppcobsd_page_size, ppcobsd_sigreturn_offset): New variables. (ppcobsd_sigtramp_p): New function. (ppcobsd_sigtramp_frame_cache, ppcobsd_sigtramp_frame_this_id) (ppcobsd_sigtramp_frame_prev_register): New functions. (ppcobsd_sigtramp_frame_unwind): New variable. (ppcobsd_sigtramp_frame_sniffer): New function. (ppcobsd_init_abi): Adjust to register new sigtramp sniffer instead of the old one. * Makefile.in (ppcobsd-tdep.o): Update dependencies.
2005-08-21* infcall.c (call_function_by_hand): ForMark Kettenis2-23/+33
RETURN_VALUE_ABI_RETURNS_ADDRESS and RETURN_VALUE_ABI_PRESERVES_ADDRESS, use gdbarch_return_value to get return value.
2005-08-21* valarith.c (value_equal, value_less): Avoid compiler bug onMark Kettenis2-4/+19
systems where `long double' values are returned in static storage.
2005-08-21*** empty log message ***gdbadmin1-1/+1
2005-08-20*** empty log message ***gdbadmin1-1/+1
2005-08-19*** empty log message ***gdbadmin1-1/+1
2005-08-18* stack.c: Reformat. Improve comments. Include "valprint.h".Mark Kettenis3-454/+424
(args_info, locals_info, backtrace_command, backtrace_command_1) (backtrace_full_command, frame_info, frame_command, down_command) (down_silently_base, down_silently_command, up_command) (up_silently_base, up_silently_command, parse_frame_specification) (current_frame_command, print_frame_args_vars, catch_info) (args_plus_locals_info), print_frame_label_vars) (print_block_frame_labels, print_block_frame_locals) (func_command): Remove prototypes. (print_stack_frame, backtrace_command_stub, backtrace_command, backtrace_full_command, print_frame_args, print_frame_arg_vars, print_args_stub, func_command): Remove redundant casts. (addressprint): Remove extern declaration. (frame_command): Make static. (struct print_stack_frame_args, struct print_args_args): Rename `fi' member to `frame'. (print_stack_frame, print_frame_nameless_args, print_frame_args) (set_current_sal_from_frame, print_frame_info, print_frame) (show_stack_frame, print_block_frame_locals) (print_frame_local_vars, print_frame_label_vars) (print_frame_arg_vars, select_and_print_frame): Rename `fi' argument to `frame'. (func_command): Rename `fp' variable to `frame'. (get_language): Restructure. * Makefile.in (stack.o): Update dependencies.
2005-08-18*** empty log message ***gdbadmin1-1/+1
2005-08-17 * NEWS (ms1-elf): New target.Kevin Buettner2-0/+8
2005-08-17* m68k-tdep.c (m68k_return_value): Properly return contents ofMark Kettenis2-6/+21
structures passed in memory.
2005-08-17* infcmd.c (print_return_value): Move CHECK_TYPEDEF up. Deal withMark Kettenis2-1/+5
RETURN_VALUE_ABI_PRESERVED_ADDRESS.
2005-08-17* ppc-sysv-tdep.c (do_ppc_sysv_return_value): Fix the code thatMark Kettenis2-40/+26
deals with the broken GCC convention.
2005-08-17*** empty log message ***gdbadmin1-1/+1