2009-07-20 Pedro Alves <pedro@codesourcery.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
2009-07-20  Pedro Alves2009-07-20 Pedro Alves <pedro@codesourcery.com>
2009-07-20  Mike Frysingerfix gdbtui build errors when pipe() is not available...
2009-07-20  Pedro Alves * gnu-nat.c: Include "inf-child.h".
2009-07-20  Ulrich Weigand * dwarf2loc.c (find_location_expression): Retrieve...
2009-07-20  Ulrich Weigand * infrun.c (wait_for_inferior): Invalidate registers...
2009-07-20  Thomas Schwinge2009-07-20 Thomas Schwinge <tschwinge@gnu.org>
2009-07-18  Michael Snyder2009-07-18 Michael Snyder <msnyder@vmware.com>
2009-07-18  Anthony GreenFix prologue analysis for moxie.
2009-07-17  Ulrich Weigand * solib.c (solib_bfd_open): Do not call ops->bfd_open.
2009-07-17  Ulrich Weigand * mi/mi-cmd-disas.c (mi_cmd_disassemble): Respect...
2009-07-16  Doug Evans * linux-thread.db.c (try_thread_db_load_1): Tweak...
2009-07-16  Paul Pluzhnikov2007-07-16 Paul Pluzhnikov <ppluzhnikov@google.com>
2009-07-15  Doug Evans Code reorg in preparation for adding comdat types...
2009-07-14  Stan Shebs * MAINTAINERS (Global Maintainers): Add Doug Evans.
2009-07-14  Stan Shebs gdb/
2009-07-14  Ulrich Weigand * objfiles.c (objfile_relocate): Do not relocate the...
2009-07-14  Ulrich Weigand * remote.c (process_stop_reply): Access expedited...
2009-07-13  Jan Kratochvilgdb/
2009-07-13  Anthony GreenAdd process recording support to the moxie gdb port.
2009-07-12  Michael Snyder2009-07-12 Michael Snyder <msnyder@vmware.com>
2009-07-11  Hui Zhu2009-07-11 Hui Zhu <teawater@gmail.com>
2009-07-10  Tom Tromeybfd
2009-07-10  Jan Kratochvilgdb/
2009-07-10  Phil Muldoon2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
2009-07-09  Doug Evans * i386-tdep.c (i386_displaced_step_fixup): Fix order...
2009-07-09  Jan Kratochvilgdb/
2009-07-09  Hui Zhu2009-07-09 Hui Zhu <teawater@gmail.com>
2009-07-09  Jan Kratochvilgdb/
2009-07-09  Pierre Muller * cli/cli-cmds.c (init_cli_cmds): Add "inf" alias...
2009-07-08  Ulrich Weigand * tui/tui-stack.c (tui_make_status_line): Display...
2009-07-07  Pierre Muller * breakpoint.c (set_raw_breakpoint): Remove static...
2009-07-07  Tom Tromeygdb
2009-07-07  Paul Pluzhnikov2009-07-07 Paul Pluzhnikov <ppluzhnikov@google.com>
2009-07-07  Paul Pluzhnikov2009-07-07 Paul Pluzhnikov <ppluzhnikov@google.com>
2009-07-07  Sami Wagiaalla2009-07-07 Sami Wagiaalla <swagiaal@redhat.com>
2009-07-07  Jan Kratochvilgdb/
2009-07-07  Vladimir Prus Fix hang in floating varobjs.
2009-07-07  Vladimir Prus * varobj.c: Remove unnecessary include.
2009-07-07  Tristan Gingold2009-07-07 Tristan Gingold <gingold@adacore.com>
2009-07-06  Aleksandar Ristovski* configure.tgt (i[34567]86-*-nto*): Add build_gdbserve...
2009-07-06  Jan Kratochvilgdb/
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...
next
This page took 0.219629 seconds and 107 git commands to generate.