aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2008-09-11 * ada-lang.c (value_pos_atr): Add TYPE argument. Use it asUlrich Weigand2-9/+19
2008-09-11 * ada-lang.c (cast_to_fixed): Do not cast to builtin_type_double.Ulrich Weigand2-7/+17
2008-09-11 * valops.c (value_ind): No longer allow dereferencing anUlrich Weigand4-10/+25
2008-09-11 * ada-valprint.c (ada_val_print_1): When implicitly dereferencingUlrich Weigand6-15/+15
2008-09-11 * eval.c (evaluate_subexp_standard): Use builtin_type_int8Ulrich Weigand6-5/+14
2008-09-11 * value.h (coerce_enum, coerce_number): Remove prototypes.Ulrich Weigand4-26/+9
2008-09-11 * ax-gdb.c: Include "language.h".Ulrich Weigand2-170/+192
2008-09-11 * eval.c (evaluate_subexp_standard): Add calls to binop_promoteUlrich Weigand4-31/+119
2008-09-11 * value.h (unop_promote, binop_promote): Add prototypes.Ulrich Weigand4-328/+294
2008-09-11 * value.h (value_add, value_sub): Remove.Ulrich Weigand8-90/+156
2008-09-11 * eval.c (evaluate_subexp_for_sizeof): Use builtin_int type ofUlrich Weigand2-6/+12
2008-09-11 * expression.h (enum exp_opcode): Document OP_COMPLEX to takeUlrich Weigand5-5/+18
2008-09-11 * language.h (struct language_arch_info): New membersUlrich Weigand12-75/+133
2008-09-11 * jv-lang.c (enum java_primitive_types): New type.Ulrich Weigand2-1/+49
2008-09-11 * value.h (value_bitstring_subscript): New prototype.Ulrich Weigand4-29/+85
2008-09-11 * expression.h (struct expression): New member GDBARCH.Ulrich Weigand12-195/+255
2008-09-11 * parser-defs.h (write_exp_msymbol): Remove TEXT_SYMBOL_TYPEUlrich Weigand10-74/+40
2008-09-11*** empty log message ***gdbadmin1-1/+1
2008-09-10 * ada-lang.c (ada_parent_type): Add handling of the case whereJoel Brobecker2-9/+44
2008-09-10 * ada-lang.c (is_digits_suffix): New function.Joel Brobecker2-107/+61
2008-09-10 * Makefile.in (gnu-nat.o): New rule.Pedro Alves2-0/+11
2008-09-10 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.Joel Brobecker2-0/+28
2008-09-10 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,Joel Brobecker26-67/+82
2008-09-10 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid typeJoel Brobecker2-1/+6
2008-09-10 * ada-lang.c (ada_evaluate_subexp) [OP_ATR_SIZE]: UseJoel Brobecker2-2/+7
2008-09-10 * ada-lang.c (ada_evaluate_subexp) [BINOP_ADD, BINOP_SUB]:Joel Brobecker2-0/+13
2008-09-10 * inf-ttrace.c (inf_ttrace_follow_fork): Declare locals at thePedro Alves2-8/+15
2008-09-10 * ada-lang.c (ada_array_length): Use builtin_type_int32 insteadUlrich Weigand2-4/+10
2008-09-10*** empty log message ***gdbadmin1-1/+1
2008-09-09gdb/Pedro Alves5-10/+118
2008-09-09 * gnu-nat.c (gnu_pid_to_exec_file): Delete.Pedro Alves2-9/+5
2008-09-09 * gnu-nat.c (gnu_attach): Push target before fetching the list ofPedro Alves2-1/+8
2008-09-09*** empty log message ***gdbadmin1-1/+1
2008-09-08 * valops.c (value_cast_structs): Return NULL for failure.Daniel Jacobowitz5-5/+100
2008-09-08 * inferior.h (context_switch_to): Delete.Pedro Alves7-145/+51
2008-09-08 * infrun.c (context_switch): Don't context-switch the continuations.Pedro Alves2-7/+3
2008-09-08 Remove global continuations in favour of a per-threadPedro Alves8-99/+237
2008-09-08 Remove the global stop_step in favour of a per-threadPedro Alves6-40/+53
2008-09-08 Remove the global step_multi in favour of a per-threadPedro Alves6-41/+64
2008-09-08 Remove the global stop_signal in favour of a per-threadPedro Alves16-131/+274
2008-09-08 * gdbthread.h (struct thread_info): Add comments aroundPedro Alves6-19/+37