aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2008-09-192008-09-19 Andrew Stubbs <ams@codesourcery.com>Andrew Stubbs2-0/+22
2008-09-19*** empty log message ***gdbadmin1-1/+1
2008-09-18*** empty log message ***gdbadmin1-1/+1
2008-09-17 Fix a crash on uninitialized ECS->EVENT_THREAD for a newly found thread.Jan Kratochvil2-8/+18
2008-09-17*** empty log message ***gdbadmin1-1/+1
2008-09-16 * breakpoint.c (bpstat_stop_status): Clear breakpoint_at forDavid Daney2-3/+14
2008-09-16 * gstdint.h: Delete.Joel Brobecker2-33/+4
2008-09-16*** empty log message ***gdbadmin1-1/+1
2008-09-15* infcall.c (generic_push_dummy_code): Remove.Mark Kettenis2-45/+10
2008-09-15 * dwarf2read.c (struct abbrev_info): Make members name, form 16 bits.Doug Evans2-4/+9
2008-09-15 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_unwind_cache): RecordDave Anglin2-2/+8
2008-09-15 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum): Remove surroundingDave Anglin3-19/+22
2008-09-15 * dwarf2read.c (struct die_info): Make members tag, num_attrs 16 bits.Doug Evans2-4/+15
2008-09-15*** empty log message ***gdbadmin1-1/+1
2008-09-14 * hppa-linux-tdep.c (hppa_linux_supply_fpregset): Correct iteration.Dave Anglin2-2/+6
2008-09-14 * defs.h (GCC_GENERATED_STDINT_H): Define.Joel Brobecker2-0/+18
2008-09-14*** empty log message ***gdbadmin1-1/+1
2008-09-13 * varobj.c (varobj_set_display_format): Use xfree.Tom Tromey7-14/+20
2008-09-13 * ada-lang.c (remove_extra_symbols): Remove stub symbols ifJoel Brobecker2-142/+127
2008-09-13 * dwarf2read.c (add_partial_subprogram): New procedure.Joel Brobecker2-18/+69
2008-09-13 * gdb.mi/mi-nonstop.exp: Do not check thread state while aDaniel Jacobowitz4-20/+42
2008-09-13 * symfile.c (build_id_verify): Free 'found'.Tom Tromey2-1/+9
2008-09-13*** empty log message ***gdbadmin1-1/+1
2008-09-12 * corefile.c (write_memory): Remove unnecessary copying.Doug Evans2-4/+3
2008-09-12 * sol-thread.c (_initialize_sol_thread): Add FIXME regardingDoug Evans2-0/+7
2008-09-12 * dwarf2read.c (comp_unit_head): Rename first_die_ptr toDoug Evans2-40/+38
2008-09-12gdb/Pedro Alves5-2/+17
2008-09-12*** empty log message ***gdbadmin1-1/+1
2008-09-11 * gdb.base/stack-checking.c (big_frame): Reduce stack consumptionUlrich Weigand2-0/+9
2008-09-11 * fork-child.c (startup_inferior): Use target_wait and target_resumeUlrich Weigand3-18/+70
2008-09-11Add missing ChangeLog entry.Ulrich Weigand1-0/+16
2008-09-11 * gdbtypes.h (builtin_type_void_data_ptr, builtin_type_void_func_ptr,Ulrich Weigand4-120/+67
2008-09-11 * solib-svr4.c (LM_ADDR_FROM_LINK_MAP): Use builtin types ofUlrich Weigand3-18/+37
2008-09-11 * bsd-uthread.c (bsd_uthread_read_memory_address): New function.Ulrich Weigand2-10/+18
2008-09-11 * procfs.c (procfs_address_to_host_pointer): Use target_gdbarchUlrich Weigand2-5/+12
2008-09-11 * auxv.c (default_auxv_parse): Use gdbarch_ptr_bit (target_gdbarch)Ulrich Weigand3-2/+9
2008-09-11 * expprint.c (print_subexp_standard): Compare against builtin typeUlrich Weigand4-57/+61
2008-09-11 * valops.c: Include "objfiles.h" and "symtab.h".Ulrich Weigand9-40/+106
2008-09-11ChangeLog:Ulrich Weigand7-35/+13
2008-09-11 * valarith.c (value_x_unop): Use builtin_type_int8 as type forUlrich Weigand2-4/+10
2008-09-11 * infcall.c (value_arg_coerce): Add GDBARCH parameter. Use itsUlrich Weigand2-16/+26
2008-09-11 * cp-abi.h (cplus_method_ptr_size): Add TO_TYPE parameter.Ulrich Weigand8-75/+152
2008-09-11 * stack.c (return_command): Use frame architecture to determineUlrich Weigand4-16/+47
2008-09-11 * alpha-tdep.c (alpha_register_type): Use builtin_type (gdbarch)Ulrich Weigand30-119/+184
2008-09-11 * ada-lang.c (ada_coerce_to_simple_array_type): Use builtin_type_int32Ulrich Weigand18-36/+62
2008-09-11 * defs.h (struct gdbarch): Add forward declaration.Ulrich Weigand7-30/+29
2008-09-11 * gdbtypes.h (struct builtin_type): Remove builtin_true_charUlrich Weigand5-24/+42
2008-09-11 * gdbtypes.h (builtin_type_void): Remove macro, add declaration.Ulrich Weigand9-29/+39
2008-09-11 * eval.c (evaluate_subexp_standard): Use exp->gdbarch types insteadUlrich Weigand3-12/+22
2008-09-11 * ada-valprint.c: Include "objfiles.h".Ulrich Weigand2-3/+20