aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2008-09-13 * ada-lang.c (remove_extra_symbols): Remove stub symbols ifJoel Brobecker1-0/+9
2008-09-13 * dwarf2read.c (add_partial_subprogram): New procedure.Joel Brobecker1-0/+7
2008-09-13 * symfile.c (build_id_verify): Free 'found'.Tom Tromey1-0/+5
2008-09-12 * corefile.c (write_memory): Remove unnecessary copying.Doug Evans1-0/+2
2008-09-12 * sol-thread.c (_initialize_sol_thread): Add FIXME regardingDoug Evans1-0/+3
2008-09-12 * dwarf2read.c (comp_unit_head): Rename first_die_ptr toDoug Evans1-0/+8
2008-09-12gdb/Pedro Alves1-0/+5
2008-09-11 * fork-child.c (startup_inferior): Use target_wait and target_resumeUlrich Weigand1-0/+9
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 Weigand1-0/+28
2008-09-11 * solib-svr4.c (LM_ADDR_FROM_LINK_MAP): Use builtin types ofUlrich Weigand1-0/+10
2008-09-11 * bsd-uthread.c (bsd_uthread_read_memory_address): New function.Ulrich Weigand1-0/+6
2008-09-11 * procfs.c (procfs_address_to_host_pointer): Use target_gdbarchUlrich Weigand1-0/+7
2008-09-11 * auxv.c (default_auxv_parse): Use gdbarch_ptr_bit (target_gdbarch)Ulrich Weigand1-0/+6
2008-09-11 * expprint.c (print_subexp_standard): Compare against builtin typeUlrich Weigand1-0/+12
2008-09-11 * valops.c: Include "objfiles.h" and "symtab.h".Ulrich Weigand1-0/+22
2008-09-11ChangeLog:Ulrich Weigand1-0/+7
2008-09-11 * valarith.c (value_x_unop): Use builtin_type_int8 as type forUlrich Weigand1-0/+7
2008-09-11 * infcall.c (value_arg_coerce): Add GDBARCH parameter. Use itsUlrich Weigand1-0/+9
2008-09-11 * cp-abi.h (cplus_method_ptr_size): Add TO_TYPE parameter.Ulrich Weigand1-0/+34
2008-09-11 * stack.c (return_command): Use frame architecture to determineUlrich Weigand1-0/+15
2008-09-11 * alpha-tdep.c (alpha_register_type): Use builtin_type (gdbarch)Ulrich Weigand1-0/+44
2008-09-11 * ada-lang.c (ada_coerce_to_simple_array_type): Use builtin_type_int32Ulrich Weigand1-0/+26
2008-09-11 * gdbtypes.h (struct builtin_type): Remove builtin_true_charUlrich Weigand1-0/+18
2008-09-11 * gdbtypes.h (builtin_type_void): Remove macro, add declaration.Ulrich Weigand1-0/+17
2008-09-11 * eval.c (evaluate_subexp_standard): Use exp->gdbarch types insteadUlrich Weigand1-0/+6
2008-09-11 * ada-valprint.c: Include "objfiles.h".Ulrich Weigand1-0/+7
2008-09-11 * ada-lang.c (value_pos_atr): Add TYPE argument. Use it asUlrich Weigand1-0/+9
2008-09-11 * ada-lang.c (cast_to_fixed): Do not cast to builtin_type_double.Ulrich Weigand1-0/+10
2008-09-11 * valops.c (value_ind): No longer allow dereferencing anUlrich Weigand1-0/+8
2008-09-11 * ada-valprint.c (ada_val_print_1): When implicitly dereferencingUlrich Weigand1-0/+9
2008-09-11 * eval.c (evaluate_subexp_standard): Use builtin_type_int8Ulrich Weigand1-0/+9
2008-09-11 * value.h (coerce_enum, coerce_number): Remove prototypes.Ulrich Weigand1-0/+8
2008-09-11 * ax-gdb.c: Include "language.h".Ulrich Weigand1-0/+31
2008-09-11 * eval.c (evaluate_subexp_standard): Add calls to binop_promoteUlrich Weigand1-0/+11
2008-09-11 * value.h (unop_promote, binop_promote): Add prototypes.Ulrich Weigand1-0/+12
2008-09-11 * value.h (value_add, value_sub): Remove.Ulrich Weigand1-0/+25
2008-09-11 * eval.c (evaluate_subexp_for_sizeof): Use builtin_int type ofUlrich Weigand1-0/+6
2008-09-11 * expression.h (enum exp_opcode): Document OP_COMPLEX to takeUlrich Weigand1-0/+9
2008-09-11 * language.h (struct language_arch_info): New membersUlrich Weigand1-0/+35
2008-09-11 * jv-lang.c (enum java_primitive_types): New type.Ulrich Weigand1-0/+6
2008-09-11 * value.h (value_bitstring_subscript): New prototype.Ulrich Weigand1-0/+8
2008-09-11 * expression.h (struct expression): New member GDBARCH.Ulrich Weigand1-0/+38
2008-09-11 * parser-defs.h (write_exp_msymbol): Remove TEXT_SYMBOL_TYPEUlrich Weigand1-0/+16
2008-09-10 * ada-lang.c (ada_parent_type): Add handling of the case whereJoel Brobecker1-0/+9
2008-09-10 * ada-lang.c (is_digits_suffix): New function.Joel Brobecker1-0/+15
2008-09-10 * Makefile.in (gnu-nat.o): New rule.Pedro Alves1-0/+4
2008-09-10 * ada-lang.c (ada_evaluate_subexp) [OP_ATR_SIZE]: UseJoel Brobecker1-0/+5
2008-09-10 * ada-lang.c (ada_evaluate_subexp) [BINOP_ADD, BINOP_SUB]:Joel Brobecker1-0/+5
2008-09-10 * inf-ttrace.c (inf_ttrace_follow_fork): Declare locals at thePedro Alves1-0/+6