aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
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
2008-09-10 * ada-lang.c (ada_array_length): Use builtin_type_int32 insteadUlrich Weigand1-0/+7
2008-09-09gdb/Pedro Alves1-0/+4
2008-09-09 * gnu-nat.c (gnu_pid_to_exec_file): Delete.Pedro Alves1-0/+5
2008-09-09 * gnu-nat.c (gnu_attach): Push target before fetching the list ofPedro Alves1-0/+5
2008-09-08 * valops.c (value_cast_structs): Return NULL for failure.Daniel Jacobowitz1-0/+6
2008-09-08 * inferior.h (context_switch_to): Delete.Pedro Alves1-0/+26
2008-09-08 * infrun.c (context_switch): Don't context-switch the continuations.Pedro Alves1-3/+1
2008-09-08 Remove global continuations in favour of a per-threadPedro Alves1-0/+52
2008-09-08 Remove the global stop_step in favour of a per-threadPedro Alves1-0/+23
2008-09-08 Remove the global step_multi in favour of a per-threadPedro Alves1-0/+19
2008-09-08 Remove the global stop_signal in favour of a per-threadPedro Alves1-0/+53
2008-09-08 * gdbthread.h (struct thread_info): Add comments aroundPedro Alves1-0/+17
2008-09-08 * inferior.h (stop_bpstat): Delete.Pedro Alves1-0/+42