Age | Commit message (Expand) | Author | Files | Lines |
2009-07-05 | * arm-wince-tdep.c (arm_wince_skip_main_prologue): New. | Pedro Alves | 1 | -0/+6 |
2009-07-03 | 2009-06-29 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 1 | -0/+28 |
2009-07-02 | * linux-fork.c (forks_exist_p): Drop unnecessary extern. | Pedro Alves | 1 | -0/+13 |
2009-07-02 | gdb/ | Pedro Alves | 1 | -0/+64 |
2009-07-02 | * gdbarch.sh (current_gdbarch): Remove global variable. | Ulrich Weigand | 1 | -0/+13 |
2009-07-02 | * defs.h (extract_signed_integer, extract_unsigned_integer, | Ulrich Weigand | 1 | -0/+626 |
2009-07-02 | * defs.h (strlen_paddr, paddr, paddr_nz): Remove. | Ulrich Weigand | 1 | -0/+219 |
2009-07-02 | * disasm.h (gdb_disassembly): Add GDBARCH parameter. | Ulrich Weigand | 1 | -0/+108 |
2009-07-02 | * breakpoint.h (struct breakpoint): New member GDBARCH. | Ulrich Weigand | 1 | -0/+198 |
2009-07-02 | * frame.h (frame_unwind_arch): New. | Ulrich Weigand | 1 | -0/+28 |
2009-07-02 | * target.h (struct target_ops): New member to_thread_architecture. | Ulrich Weigand | 1 | -0/+28 |
2009-07-02 | * python/python-internal.h (struct language_defn): Declare. | Ulrich Weigand | 1 | -0/+46 |
2009-07-02 | * arch-utils.c (selected_byte_order): Return target_byte_order_user. | Ulrich Weigand | 1 | -0/+47 |
2009-07-02 | * gdbtypes.c (make_pointer_type, make_reference_type, | Ulrich Weigand | 1 | -0/+76 |
2009-07-02 | * gdbtypes.h (TYPE_OBJFILE_OWNED, TYPE_OWNER): New macros. | Ulrich Weigand | 1 | -0/+95 |
2009-07-02 | * i386-tdep.h (struct gdbarch_tdep): Add i386_eflags_type and | Ulrich Weigand | 1 | -0/+34 |
2009-07-02 | * gdbtypes.h (builtin_type_ieee_single, builtin_type_ieee_double, | Ulrich Weigand | 1 | -0/+71 |
2009-07-02 | * gdbtypes.h (builtin_type_int0, builtin_type_int8, builtin_type_uint8, | Ulrich Weigand | 1 | -0/+73 |
2009-07-02 | * gdbtypes.h (builtin_type_true_char): Remove. | Ulrich Weigand | 1 | -0/+17 |
2009-07-02 | * gdbtypes.h (builtin_type_void): Remove. | Ulrich Weigand | 1 | -0/+15 |
2009-07-02 | * ada-lang.c (assign_component): Use platform-specific integer type | Ulrich Weigand | 1 | -0/+24 |
2009-07-02 | * gdbtypes.c (lookup_array_range_type): Add prototype. | Ulrich Weigand | 1 | -0/+18 |
2009-07-02 | * m2-typeprint.c (m2_print_bounds, m2_is_long_set_of_type): Remove | Ulrich Weigand | 1 | -0/+7 |
2009-07-02 | ChangeLog: | Ulrich Weigand | 1 | -0/+15 |
2009-07-02 | * gdbtypes.h (struct builtin_type): Add internal_fn member. | Ulrich Weigand | 1 | -0/+39 |
2009-07-02 | * jv-lang.h (java_int_type, java_byte_type, java_short_type, | Ulrich Weigand | 1 | -0/+41 |
2009-07-01 | * NEWS: Mention biarch amd64-linux gdbserver and hardware watchpoint | Doug Evans | 1 | -0/+6 |
2009-06-30 | *** empty log message *** | Nick Roberts | 1 | -1/+1 |
2009-06-30 | *** empty log message *** | Nick Roberts | 1 | -0/+4 |
2009-06-30 | gdb/ | Jan Kratochvil | 1 | -0/+6 |
2009-06-30 | ChangeLog: | Paul Pluzhnikov | 1 | -0/+6 |
2009-06-30 | * dwarf2read.c (inherit_abstract_dies): Work around GCC PR 40573. | Daniel Jacobowitz | 1 | -0/+4 |
2009-06-30 | * mi/mi-cmd-stack.c (parse_print_values): New. | Vladimir Prus | 1 | -0/+5 |
2009-06-30 | * varobj.c (varobj_get_type): Use type_to_string. | Vladimir Prus | 1 | -0/+4 |
2009-06-29 | * infrun.c (handle_inferior_event): Context switch to the new | Pedro Alves | 1 | -0/+5 |
2009-06-29 | * ada-lang.h (ada_convert_actual): Add GDBARCH argument. | Ulrich Weigand | 1 | -0/+9 |
2009-06-29 | * ada-lang.c (resolve): Use per-architecture void type instead | Ulrich Weigand | 1 | -0/+8 |
2009-06-29 | * ada-valprint.c (ada_print_scalar): Accept NULL type argument | Ulrich Weigand | 1 | -0/+11 |
2009-06-29 | * ada-lang.c (to_fixed_range_type): Add ORIG_TYPE argument. | Ulrich Weigand | 1 | -0/+14 |
2009-06-29 | * ada-lang.c (ada_index_type): Update comment. | Ulrich Weigand | 1 | -0/+4 |
2009-06-29 | * ada-lang.c (ada_index_type): Make static. Add NAME argument. | Ulrich Weigand | 1 | -0/+22 |
2009-06-29 | * dbxread.c (read_dbx_symtab): Clear has_line_numbers when ending | Pedro Alves | 1 | -0/+5 |
2009-06-29 | gdb | Tom Tromey | 1 | -0/+4 |
2009-06-29 | 2009-06-29 Sami Wagiaalla <swagiaal@redhat.com> | Sami Wagiaalla | 1 | -0/+7 |
2009-06-29 | * value.h (value_subscript, value_subscripted_rvalue, | Ulrich Weigand | 1 | -0/+33 |
2009-06-29 | * gdbtypes.h (make_function_type): Remove OBJFILE parameter. | Ulrich Weigand | 1 | -0/+11 |
2009-06-29 | * gdbtypes.h (struct builtin_type): Remove builtin_core_addr, | Ulrich Weigand | 1 | -0/+44 |
2009-06-29 | * darwin-nat-info.c (darwin_debug_regions_recurse): Use | Ulrich Weigand | 1 | -0/+5 |
2009-06-29 | * Makefile.in (ALL_64_TARGET_OBS): Add amd64-windows-tdep.o. | Ulrich Weigand | 1 | -0/+8 |
2009-06-28 | ChangeLog: | Paul Pluzhnikov | 1 | -0/+4 |