2009-11-19 |
Joel Brobecker | * ada-lang.c (ada_decode): Add handling of "TB... |
blob | commitdiff |
2009-11-19 |
Joel Brobecker | * ada-lang.c (ada_remove_Xbn_suffix): New function. |
blob | commitdiff | diff to current |
2009-07-02 |
Ulrich Weigand | * defs.h (extract_signed_integer, extract_unsigned_int... |
blob | commitdiff | diff to current |
2009-07-02 |
Ulrich Weigand | * defs.h (strlen_paddr, paddr, paddr_nz): Remove. |
blob | commitdiff | diff to current |
2009-07-02 |
Ulrich Weigand | * breakpoint.h (struct breakpoint): New member GDBARCH. |
blob | commitdiff | diff to current |
2009-07-02 |
Ulrich Weigand | * gdbtypes.c (make_pointer_type, make_reference_type, |
blob | commitdiff | diff to current |
2009-07-02 |
Ulrich Weigand | * gdbtypes.h (TYPE_OBJFILE_OWNED, TYPE_OWNER): New... |
blob | commitdiff | diff to current |
2009-07-02 |
Ulrich Weigand | * gdbtypes.h (builtin_type_ieee_single, builtin_type_i... |
blob | commitdiff | diff to current |
2009-07-02 |
Ulrich Weigand | * ada-lang.c (assign_component): Use platform-specific... |
blob | commitdiff | diff to current |
2009-06-29 |
Ulrich Weigand | * ada-lang.h (ada_convert_actual): Add GDBARCH argument. |
blob | commitdiff | diff to current |
2009-06-29 |
Ulrich Weigand | * ada-lang.c (resolve): Use per-architecture void... |
blob | commitdiff | diff to current |
2009-06-29 |
Ulrich Weigand | * ada-valprint.c (ada_print_scalar): Accept NULL type... |
blob | commitdiff | diff to current |
2009-06-29 |
Ulrich Weigand | * ada-lang.c (to_fixed_range_type): Add ORIG_TYPE... |
blob | commitdiff | diff to current |
2009-06-29 |
Ulrich Weigand | * ada-lang.c (ada_index_type): Update comment. |
blob | commitdiff | diff to current |
2009-06-29 |
Ulrich Weigand | * ada-lang.c (ada_index_type): Make static. Add NAME... |
blob | commitdiff | diff to current |
2009-06-29 |
Ulrich Weigand | * value.h (value_subscript, value_subscripted_rvalue, |
blob | commitdiff | diff to current |
2009-06-23 |
Joel Brobecker | * ada-lang.c (decode_packed_array): If the... |
blob | commitdiff | diff to current |
2009-06-23 |
Joel Brobecker | * ada-lang.c (evaluate_subexp): Delete. Use... |
blob | commitdiff | diff to current |
2009-05-28 |
Tom Tromey | 2009-05-27 Tom Tromey <tromey@redhat.com> |
blob | commitdiff | diff to current |
2009-05-18 |
Ulrich Weigand | * ada-lang.c (ada_find_any_type): Move check for primi... |
blob | commitdiff | diff to current |
2009-05-18 |
Ulrich Weigand | * ada-lang.c (desc_data_type): Remove, replace by ... |
blob | commitdiff | diff to current |
2009-05-18 |
Ulrich Weigand | * ada-lang.c (ada_coerce_to_simple_array_type): Reimpl... |
blob | commitdiff | diff to current |
2009-04-23 |
Joel Brobecker | * ada-lang.c: Remove an extra empty line. No... |
blob | commitdiff | diff to current |
2009-04-16 |
Joel Brobecker | * ada-lang.c (symtab_for_sym): Delete. |
blob | commitdiff | diff to current |
2009-04-16 |
Joel Brobecker | * ada-lang.c (extract_string): Delete. |
blob | commitdiff | diff to current |
2009-04-14 |
Pierre Muller | ARI fix: sprintf rule. |
blob | commitdiff | diff to current |
2009-03-24 |
Joel Brobecker | * ada-lang.c (resolve_subexp) [UNOP_QUAL]:... |
blob | commitdiff | diff to current |
2009-03-24 |
Joel Brobecker | * ada-lang.c (ada_evaluate_subexp) [UNOP_IN_RAN... |
blob | commitdiff | diff to current |
2009-03-24 |
Joel Brobecker | * ada-lang.c (ada_evaluate_subexp) [OP_ATR_MODU... |
blob | commitdiff | diff to current |
2009-03-24 |
Joel Brobecker | * ada-lang.c (ada_evaluate_subexp): [OP_ATR_FIR... |
blob | commitdiff | diff to current |
2009-03-24 |
Joel Brobecker | * ada-lang.c (ada_get_field_index): Add handlin... |
blob | commitdiff | diff to current |
2009-03-20 |
Tom Tromey | gdb: |
blob | commitdiff | diff to current |
2009-03-20 |
Tom Tromey | 2009-03-20 Tom Tromey <tromey@redhat.com> |
blob | commitdiff | diff to current |
2009-03-13 |
Joel Brobecker | * ada-lang.c (ada_evaluate_subexp): Merge case... |
blob | commitdiff | diff to current |
2009-03-13 |
Joel Brobecker | * ada-lang.c (ada_evaluate_subexp) <BINOP_DIV... |
blob | commitdiff | diff to current |
2009-03-13 |
Joel Brobecker | * ada-lang.c (ada_delta): Change the type of... |
blob | commitdiff | diff to current |
2009-03-13 |
Joel Brobecker | * language.c (lang_bool_type): Return a builtin... |
blob | commitdiff | diff to current |
2009-03-13 |
Joel Brobecker | * ada-lang.c (ada_evaluate_subexp) [OP_VAR_VALU... |
blob | commitdiff | diff to current |
2009-03-12 |
Joel Brobecker | Fix crash printing packed record with packed... |
blob | commitdiff | diff to current |
2009-03-12 |
Joel Brobecker | Fix segfault when printing short_integer'last. |
blob | commitdiff | diff to current |
2009-03-03 |
Joel Brobecker | Remove some unused routines. |
blob | commitdiff | diff to current |
2009-02-21 |
Pedro Alves | 2008-02-21 Pedro Alves <pedro@codesorcery.com> |
blob | commitdiff | diff to current |
2009-02-05 |
Thiago Jung Bauermann | 2009-02-05 Thiago Jung Bauermann <bauerman@br.ibm... |
blob | commitdiff | diff to current |
2009-02-04 |
Jerome Guitton | * ada-lang.c (ada_template_to_fixed_record_type_1... |
blob | commitdiff | diff to current |
2009-01-13 |
Pedro Alves | 2009-01-13 Jim Blandy <jimb@codesourcery.com> |
blob | commitdiff | diff to current |
2008-12-28 |
Jan Kratochvil | Fix TYPE_HIGH_BOUND for TYPE_CODE_RANGE using arbitrar... |
blob | commitdiff | diff to current |
2008-12-15 |
Jerome Guitton | * ada-lang.c (ada_value_slice_ptr): Rename to... |
blob | commitdiff | diff to current |
2008-11-24 |
Tom Tromey | * ada-lang.c (value_from_contents_and_address): Move... |
blob | commitdiff | diff to current |
2008-11-15 |
Joel Brobecker | * ada-lang.c (ada_evaluate_subexp): Improve handling... |
blob | commitdiff | diff to current |
2008-10-28 |
Tom Tromey | gdb |
blob | commitdiff | diff to current |
2008-10-22 |
Joel Brobecker | * gdbtypes.c (copy_type): New function. |
blob | commitdiff | diff to current |
2008-10-22 |
Joel Brobecker | * target.h (struct target_ops): Add new field... |
blob | commitdiff | diff to current |
2008-10-16 |
Joel Brobecker | * breakpoint.h (enum bptype): New enum bp_catch... |
blob | commitdiff | diff to current |
2008-10-07 |
Joel Brobecker | * ada-lang.c (ada_evaluate_subexp) [OP_ATR_SIZE... |
blob | commitdiff | diff to current |
2008-10-01 |
Joel Brobecker | * ada-lang.c (is_digits_suffix): Delete unused... |
blob | commitdiff | diff to current |
2008-09-30 |
Joel Brobecker | * ada-lang.c (ada_modulus): Correct to avoid... |
blob | commitdiff | diff to current |
2008-09-30 |
Joel Brobecker | * ada-lang.c (ada_lookup_struct_elt_type):... |
blob | commitdiff | diff to current |
2008-09-30 |
Joel Brobecker | * ada-lang.c (standard_exc): New static constant. |
blob | commitdiff | diff to current |
2008-09-30 |
Joel Brobecker | * ada-lang.c (ADA_RETAIN_DOTS): Delete this... |
blob | commitdiff | diff to current |
2008-09-30 |
Joel Brobecker | * ada-lang.c (ada_evaluate_subexp) [UNOP_IND... |
blob | commitdiff | diff to current |
2008-09-30 |
Tom Tromey | gdb |
blob | commitdiff | diff to current |
2008-09-27 |
Tom Tromey | gdb |
blob | commitdiff | diff to current |
2008-09-13 |
Joel Brobecker | * ada-lang.c (remove_extra_symbols): Remove... |
blob | commitdiff | diff to current |
2008-09-11 |
Ulrich Weigand | * ada-lang.c (ada_coerce_to_simple_array_type): Use... |
blob | commitdiff | diff to current |
2008-09-11 |
Ulrich Weigand | * ada-lang.c (value_pos_atr): Add TYPE argument. ... |
blob | commitdiff | diff to current |
2008-09-11 |
Ulrich Weigand | * ada-lang.c (cast_to_fixed): Do not cast to builtin_t... |
blob | commitdiff | diff to current |
2008-09-11 |
Ulrich Weigand | * valops.c (value_ind): No longer allow dereferencing an |
blob | commitdiff | diff to current |
2008-09-11 |
Ulrich Weigand | * eval.c (evaluate_subexp_standard): Use builtin_type_int8 |
blob | commitdiff | diff to current |
2008-09-11 |
Ulrich Weigand | * eval.c (evaluate_subexp_standard): Add calls to... |
blob | commitdiff | diff to current |
2008-09-11 |
Ulrich Weigand | * value.h (value_add, value_sub): Remove. |
blob | commitdiff | diff to current |
2008-09-11 |
Ulrich Weigand | * language.h (struct language_arch_info): New members |
blob | commitdiff | diff to current |
2008-09-10 |
Joel Brobecker | * ada-lang.c (ada_parent_type): Add handling... |
blob | commitdiff | diff to current |
2008-09-10 |
Joel Brobecker | * ada-lang.c (is_digits_suffix): New function. |
blob | commitdiff | diff to current |
2008-09-10 |
Joel Brobecker | * ada-lang.c (ada_evaluate_subexp) [OP_ATR_SIZE... |
blob | commitdiff | diff to current |
2008-09-10 |
Joel Brobecker | * ada-lang.c (ada_evaluate_subexp) [BINOP_ADD... |
blob | commitdiff | diff to current |
2008-09-10 |
Ulrich Weigand | * ada-lang.c (ada_array_length): Use builtin_type_int3... |
blob | commitdiff | diff to current |
2008-09-05 |
Ulrich Weigand | * breakpoint.h (struct bp_location): Change type of... |
blob | commitdiff | diff to current |
2008-08-24 |
Tom Tromey | gdb: |
blob | commitdiff | diff to current |
2008-08-19 |
Paul N. Hilfinger | * ada-lang.c (discrete_type_high_bound,discrete_type_lo... |
blob | commitdiff | diff to current |
2008-08-16 |
Paul N. Hilfinger | (pos_atr): Account for the possibility that the argumen... |
blob | commitdiff | diff to current |
2008-07-21 |
Tom Tromey | gdb |
blob | commitdiff | diff to current |
2008-07-15 |
Daniel Jacobowitz | * block.c (block_function): Renamed to ... |
blob | commitdiff | diff to current |
2008-06-06 |
Paul N. Hilfinger | ada_value_assign: Correct big-endian case to take into... |
blob | commitdiff | diff to current |
2008-05-27 |
Andreas Schwab | * symtab.h (enum address_class): Remove LOC_REGPARM and |
blob | commitdiff | diff to current |
2008-05-22 |
Ulrich Weigand | * symtab.h (enum address_class): Remove LOC_BASEREG and |
blob | commitdiff | diff to current |
2008-05-22 |
Ulrich Weigand | * symtab.h (enum address_class): Remove LOC_LOCAL_ARG. |
blob | commitdiff | diff to current |
2008-05-19 |
Pedro Alves | * symtab.h (lookup_symbol_in_language): Update comment. |
blob | commitdiff | diff to current |
2008-05-19 |
Ulrich Weigand | * symtab.h (lookup_symbol_in_language): Remove SYMTAB... |
blob | commitdiff | diff to current |
2008-05-19 |
Ulrich Weigand | * language.h (struct language_defn): Remove SYMTAB... |
blob | commitdiff | diff to current |
2008-05-09 |
Joel Brobecker | * ada-lang.c (ada_evaluate_subexp) [BINOP_ASSIG... |
blob | commitdiff | diff to current |
2008-05-05 |
Aleksandar Ristovski | * ada-lang.c: Update throughout to use symbol_matches_... |
blob | commitdiff | diff to current |
2008-05-02 |
Joel Brobecker | * ada-lang.c (unwrap_value): Handle the case... |
blob | commitdiff | diff to current |
2008-04-30 |
Daniel Jacobowitz | * ada-lang.c (ada_value_primitive_packed_val): Only... |
blob | commitdiff | diff to current |
2008-04-22 |
Jan Kratochvil | * ada-lang.c (get_selections): Variable PROMPT made... |
blob | commitdiff | diff to current |
2008-04-06 |
Vladimir Prus | Fix breakpoint condition that use member variables. |
blob | commitdiff | diff to current |
2008-04-03 |
Joel Brobecker | * symtab.c (multiple_symbols_ask, multiple_symb... |
blob | commitdiff | diff to current |
2008-02-07 |
Joel Brobecker | * ada-lang.c (symbol_completion_add): Make... |
blob | commitdiff | diff to current |
2008-02-07 |
Joel Brobecker | * ada-lang.c: #include "vec.h". |
blob | commitdiff | diff to current |
2008-02-05 |
Joel Brobecker | * language.h (struct language_defn): Add new... |
blob | commitdiff | diff to current |
2008-01-18 |
Markus Deuling | * gdbarch.sh (function_list): Add new property bits_bi... |
blob | commitdiff | diff to current |
next |