Age | Commit message (Expand) | Author | Files | Lines |
2009-07-02 | * gdbtypes.h (builtin_type_ieee_single, builtin_type_ieee_double, | Ulrich Weigand | 21 | -194/+252 |
2009-07-02 | * gdbtypes.h (builtin_type_int0, builtin_type_int8, builtin_type_uint8, | Ulrich Weigand | 37 | -263/+353 |
2009-07-02 | * gdbtypes.h (builtin_type_true_char): Remove. | Ulrich Weigand | 5 | -31/+45 |
2009-07-02 | * gdbtypes.h (builtin_type_void): Remove. | Ulrich Weigand | 5 | -17/+22 |
2009-07-02 | * ada-lang.c (assign_component): Use platform-specific integer type | Ulrich Weigand | 11 | -21/+48 |
2009-07-02 | * gdbtypes.c (lookup_array_range_type): Add prototype. | Ulrich Weigand | 12 | -62/+62 |
2009-07-02 | * m2-typeprint.c (m2_print_bounds, m2_is_long_set_of_type): Remove | Ulrich Weigand | 4 | -11/+7 |
2009-07-02 | ChangeLog: | Ulrich Weigand | 4 | -56/+56 |
2009-07-02 | * gdbtypes.h (struct builtin_type): Add internal_fn member. | Ulrich Weigand | 8 | -176/+279 |
2009-07-02 | * jv-lang.h (java_int_type, java_byte_type, java_short_type, | Ulrich Weigand | 5 | -95/+200 |
2009-07-02 | *** empty log message *** | gdbadmin | 1 | -1/+1 |
2009-07-01 | * NEWS: Mention biarch amd64-linux gdbserver and hardware watchpoint | Doug Evans | 2 | -0/+13 |
2009-07-01 | 2009-07-01 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 2 | -0/+5 |
2009-07-01 | *** empty log message *** | gdbadmin | 1 | -1/+1 |
2009-06-30 | (HFILES_NO_SRCDIR): Remove entries for deleted files. | Nick Roberts | 1 | -4/+2 |
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/testsuite/ | Jan Kratochvil | 2 | -9/+27 |
2009-06-30 | Add h/w watchpoint support to x86-linux, win32-i386. | Doug Evans | 2 | -0/+686 |
2009-06-30 | gdb/ | Jan Kratochvil | 4 | -8/+22 |
2009-06-30 | gdb/testsuite/ | Jan Kratochvil | 2 | -1/+6 |
2009-06-30 | gdb/testsuite/ | Jan Kratochvil | 2 | -3/+6 |
2009-06-30 | Add h/w watchpoint support to x86-linux, win32-i386. | Doug Evans | 13 | -36/+558 |
2009-06-30 | ChangeLog: | Paul Pluzhnikov | 5 | -32/+133 |
2009-06-30 | * dwarf2read.c (inherit_abstract_dies): Work around GCC PR 40573. | Daniel Jacobowitz | 4 | -30/+34 |
2009-06-30 | * mi/mi-cmd-stack.c (parse_print_values): New. | Vladimir Prus | 4 | -17/+35 |
2009-06-30 | * varobj.c (varobj_get_type): Use type_to_string. | Vladimir Prus | 2 | -17/+6 |
2009-06-30 | *** empty log message *** | gdbadmin | 1 | -1/+1 |
2009-06-29 | gdb/testsuite/ | Jan Kratochvil | 3 | -0/+110 |
2009-06-29 | * infrun.c (handle_inferior_event): Context switch to the new | Pedro Alves | 2 | -0/+7 |
2009-06-29 | * ada-lang.h (ada_convert_actual): Add GDBARCH argument. | Ulrich Weigand | 4 | -21/+30 |
2009-06-29 | * ada-lang.c (resolve): Use per-architecture void type instead | Ulrich Weigand | 2 | -18/+23 |
2009-06-29 | * ada-valprint.c (ada_print_scalar): Accept NULL type argument | Ulrich Weigand | 4 | -14/+28 |
2009-06-29 | * ada-lang.c (to_fixed_range_type): Add ORIG_TYPE argument. | Ulrich Weigand | 3 | -41/+54 |
2009-06-29 | * ada-lang.c (ada_index_type): Update comment. | Ulrich Weigand | 2 | -1/+8 |
2009-06-29 | * ada-lang.c (ada_index_type): Make static. Add NAME argument. | Ulrich Weigand | 3 | -77/+72 |
2009-06-29 | * dbxread.c (read_dbx_symtab): Clear has_line_numbers when ending | Pedro Alves | 2 | -0/+8 |
2009-06-29 | gdb | Tom Tromey | 8 | -4/+660 |
2009-06-29 | 2009-06-29 Sami Wagiaalla <swagiaal@redhat.com> | Sami Wagiaalla | 7 | -38/+127 |
2009-06-29 | * value.h (value_subscript, value_subscripted_rvalue, | Ulrich Weigand | 14 | -129/+114 |
2009-06-29 | * gdbtypes.h (make_function_type): Remove OBJFILE parameter. | Ulrich Weigand | 6 | -14/+26 |
2009-06-29 | * gdbtypes.h (struct builtin_type): Remove builtin_core_addr, | Ulrich Weigand | 12 | -199/+363 |
2009-06-29 | * darwin-nat-info.c (darwin_debug_regions_recurse): Use | Ulrich Weigand | 2 | -1/+6 |
2009-06-29 | * Makefile.in (ALL_64_TARGET_OBS): Add amd64-windows-tdep.o. | Ulrich Weigand | 3 | -3/+16 |
2009-06-29 | *** empty log message *** | gdbadmin | 1 | -1/+1 |
2009-06-28 | ChangeLog: | Paul Pluzhnikov | 4 | -52/+30 |
2009-06-28 | gdb/ | Daniel Jacobowitz | 42 | -216/+2195 |
2009-06-28 | * frame.c (frame_unwind_id): Renamed to ... | Daniel Jacobowitz | 10 | -21/+51 |
2009-06-28 | *** empty log message *** | gdbadmin | 1 | -1/+1 |
2009-06-27 | * gdb.cp/exception.exp: Don't require $hex before inner frame in | Andreas Schwab | 2 | -4/+9 |