* coff-pe-read.c (read_pe_exported_syms): Recognize
[platform/upstream/binutils.git] / gdb / ChangeLog
2009-07-05 Pedro Alves * coff-pe-read.c (read_pe_exported_syms): Recognize
2009-07-05 Pedro Alves * arm-wince-tdep.c (arm_wince_skip_main_prologue)...
2009-07-03 Tristan Gingold2009-06-29 Tristan Gingold <gingold@adacore.com>
2009-07-02 Pedro Alves * linux-fork.c (forks_exist_p): Drop unnecessary extern.
2009-07-02 Pedro Alvesgdb/
2009-07-02 Ulrich Weigand * gdbarch.sh (current_gdbarch): Remove global variable.
2009-07-02 Ulrich Weigand * defs.h (extract_signed_integer, extract_unsigned_int...
2009-07-02 Ulrich Weigand * defs.h (strlen_paddr, paddr, paddr_nz): Remove.
2009-07-02 Ulrich Weigand * disasm.h (gdb_disassembly): Add GDBARCH parameter.
2009-07-02 Ulrich Weigand * breakpoint.h (struct breakpoint): New member GDBARCH.
2009-07-02 Ulrich Weigand * frame.h (frame_unwind_arch): New.
2009-07-02 Ulrich Weigand * target.h (struct target_ops): New member to_thread_a...
2009-07-02 Ulrich Weigand * python/python-internal.h (struct language_defn)...
2009-07-02 Ulrich Weigand * arch-utils.c (selected_byte_order): Return target_by...
2009-07-02 Ulrich Weigand * gdbtypes.c (make_pointer_type, make_reference_type,
2009-07-02 Ulrich Weigand * gdbtypes.h (TYPE_OBJFILE_OWNED, TYPE_OWNER): New...
2009-07-02 Ulrich Weigand * i386-tdep.h (struct gdbarch_tdep): Add i386_eflags_t...
2009-07-02 Ulrich Weigand * gdbtypes.h (builtin_type_ieee_single, builtin_type_i...
2009-07-02 Ulrich Weigand * gdbtypes.h (builtin_type_int0, builtin_type_int8...
2009-07-02 Ulrich Weigand * gdbtypes.h (builtin_type_true_char): Remove.
2009-07-02 Ulrich Weigand * gdbtypes.h (builtin_type_void): Remove.
2009-07-02 Ulrich Weigand * ada-lang.c (assign_component): Use platform-specific...
2009-07-02 Ulrich Weigand * gdbtypes.c (lookup_array_range_type): Add prototype.
2009-07-02 Ulrich Weigand * m2-typeprint.c (m2_print_bounds, m2_is_long_set_of_t...
2009-07-02 Ulrich WeigandChangeLog:
2009-07-02 Ulrich Weigand * gdbtypes.h (struct builtin_type): Add internal_fn...
2009-07-02 Ulrich Weigand * jv-lang.h (java_int_type, java_byte_type, java_short...
2009-07-01 Doug Evans * NEWS: Mention biarch amd64-linux gdbserver and hardw...
2009-06-30 Nick Roberts*** empty log message ***
2009-06-30 Nick Roberts*** empty log message ***
2009-06-30 Jan Kratochvilgdb/
2009-06-30 Paul PluzhnikovChangeLog:
2009-06-30 Daniel Jacobowitz * dwarf2read.c (inherit_abstract_dies): Work around...
2009-06-30 Vladimir Prus * mi/mi-cmd-stack.c (parse_print_values): New.
2009-06-30 Vladimir Prus * varobj.c (varobj_get_type): Use type_to_string.
2009-06-29 Pedro Alves * infrun.c (handle_inferior_event): Context switch...
2009-06-29 Ulrich Weigand * ada-lang.h (ada_convert_actual): Add GDBARCH argument.
2009-06-29 Ulrich Weigand * ada-lang.c (resolve): Use per-architecture void...
2009-06-29 Ulrich Weigand * ada-valprint.c (ada_print_scalar): Accept NULL type...
2009-06-29 Ulrich Weigand * ada-lang.c (to_fixed_range_type): Add ORIG_TYPE...
2009-06-29 Ulrich Weigand * ada-lang.c (ada_index_type): Update comment.
2009-06-29 Ulrich Weigand * ada-lang.c (ada_index_type): Make static. Add NAME...
2009-06-29 Pedro Alves * dbxread.c (read_dbx_symtab): Clear has_line_numbers...
2009-06-29 Tom Tromeygdb
2009-06-29 Sami Wagiaalla2009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
2009-06-29 Ulrich Weigand * value.h (value_subscript, value_subscripted_rvalue,
2009-06-29 Ulrich Weigand * gdbtypes.h (make_function_type): Remove OBJFILE...
2009-06-29 Ulrich Weigand * gdbtypes.h (struct builtin_type): Remove builtin_cor...
2009-06-29 Ulrich Weigand * darwin-nat-info.c (darwin_debug_regions_recurse...
2009-06-29 Ulrich Weigand * Makefile.in (ALL_64_TARGET_OBS): Add amd64-windows...
2009-06-28 Paul PluzhnikovChangeLog:
2009-06-28 Daniel Jacobowitz gdb/
2009-06-28 Daniel Jacobowitz * frame.c (frame_unwind_id): Renamed to ...
2009-06-27 Michael Snyder2009-06-27 Michael Snyder <msnyder@vmware.com>
2009-06-26 Tristan GingoldFix indentation of:
2009-06-26 Tristan GingoldAdd missing entry for:
2009-06-25 Karen Osmond * linespec.c (find_method): Add new not_found_ptr...
2009-06-25 Karen Osmond * MAINTAINERS (Write After Approval): Add self.
2009-06-24 Ulrich Weigand * valops.c (value_one): Reimplement broken decimal...
2009-06-24 Ulrich Weigand * eval.c (evaluate_subexp_standard): Use expression...
2009-06-24 Ulrich Weigand * breakpoint.h (set_longjmp_breakpoint): Add THREAD...
2009-06-23 Cary Coutant * dwarf2read.c (dwarf_decode_lines): Ignore rows where...
2009-06-23 Jan Kratochvilgdb/
2009-06-23 Ulrich Weigand * jv-lang.h (JAVA_OBJECT_SIZE): Remove.
2009-06-23 Sami Wagiaalla2009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
2009-06-23 Ulrich Weigand * target-descriptions.h (struct type): Do not declare.
2009-06-23 Joel Brobecker * ada-lang.c (decode_packed_array): If the...
2009-06-23 Joel Brobecker * ada-lang.c (evaluate_subexp): Delete. Use...
2009-06-23 Paul Pluzhnikov2009-06-23 Paul Pluzhnikov <ppluzhnikov@google.com>
2009-06-23 Tom Tromeygdb
2009-06-22 Jan Kratochvilgdb/
2009-06-22 Sami Wagiaalla2009-05-07 Sami Wagiaalla <swagiaal@redhat.com>
2009-06-22 Ulrich Weigand * spu-tdep.c (spu_get_longjmp_target): New function.
2009-06-22 H.J. Lu2009-06-22 H.J. Lu <hongjiu.lu@intel.com>
2009-06-21 Michael Snyder2009-06-21 Michael Snyder <msnyder@vmware.com>
2009-06-20 Pedro Alves * solib-svr4.c (IGNORE_FIRST_LINK_MAP_ENTRY): Avoid...
2009-06-19 Tom TromeyFix typo in bug number
2009-06-19 Tom Tromey2009-06-19 Samuel Bronson <naesten@gmail.com>
2009-06-19 Tom Tromey2009-06-19 Samuel Bronson <naesten@gmail.com>
2009-06-19 Jerome Guitton * breakpoint.c (expand_line_sal_maybe): When explicit_...
2009-06-19 Tristan Gingold2009-06-19 Tristan Gingold <gingold@adacore.com>
2009-06-19 Tristan Gingold2009-06-19 Tristan Gingold <gingold@adacore.com>
2009-06-18 Michael Snyder2009-06-14 Hui Zhu <teawater@gmail.com>
2009-06-18 Michael Snyder2009-06-18 Hui Zhu <teawater@gmail.com>
2009-06-18 Paul Pluzhnikov2009-06-18 Paul Pluzhnikov <ppluzhnikov@google.com>
2009-06-17 Tom Tromey * dwarf2read.c (zlib_decompress_section): Use a cleanup.
2009-06-17 Ulrich Weigand * gdbarch.sh (pointer_to_address): Change to type...
2009-06-17 Ulrich WeigandChangeLog:
2009-06-17 Ulrich Weigand * gdbarch.sh (gcore_bfd_target): New gdbarch callback.
2009-06-17 Ulrich Weigand * gdbtypes.c (create_string_type): Receive character...
2009-06-17 Ulrich Weigand * gdbtypes.h (struct language_defn): Add forward decla...
2009-06-17 Ulrich Weigand * sparc64-nat.c (sparc64_gregset_supplies_p): Add...
2009-06-17 Ulrich Weigand * ada-tasks.c (read_known_tasks_array): Use target_gdb...
2009-06-17 Ulrich Weigand * dummy-frame.c (deprecated_pc_in_call_dummy): Add...
2009-06-17 Ulrich Weigand * buildsym.c (record_line): Remove call to gdbarch_add...
2009-06-17 Ulrich Weigand * ax-gdb.c (gen_bitfield_ref): Add EXP argument, use...
2009-06-17 Ulrich Weigand * prologue-value.c (make_pv_area): Add ADDR_BIT argument.
2009-06-17 Ulrich WeigandChangeLog:
2009-06-17 Ulrich Weigand * tui/tui-regs.c (tui_show_register_group): Remove...
2009-06-17 Ulrich Weigand * gdbarch.sh (construct_inferior_arguments): Remove.
next