Introduce class completion_tracker & rewrite completion<->readline interaction
[deliverable/binutils-gdb.git] / gdb / ada-lang.c
2017-07-17  Pedro AlvesIntroduce class completion_tracker & rewrite completion...
2017-06-14  Pedro AlvesIntroduce gdb::byte_vector, add allocator that default...
2017-06-07  Pedro AlvesIntroduce compiled_regex, eliminate make_regfree_cleanup
2017-06-02  Simon MarchiC++ify breakpoint class hierarchy (destructors only)
2017-05-20  Tom TromeyUse watchpoint's language when re-parsing expression
2017-04-25  Pedro AlvesDon't memset non-POD types: struct bp_location
2017-04-05  Pedro Alves-Wwrite-strings: The Rest
2017-04-05  Pedro Alves-Wwrite-strings: Constify word break character arrays
2017-03-20  Artemiy VolkovAdd ability to return rvalue reference values from...
2017-02-23  Pedro AlvesUse gdb::function_view in iterate_over_symtabs & co
2017-02-02  Pedro AlvesEliminate make_cleanup_ui_file_delete / make ui_file...
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-12-22  Simon MarchiClass-ify ui_out
2016-11-28  Yao QiRestrict checking value.lval on using address
2016-11-24  John BaldwinDo not use std::move when assigning an anonymous object...
2016-11-17  Pedro Alvesgdb/ada-lang.c: one malloc -> unique_ptr<[]>
2016-11-15  Pedro Alvesgdb::{unique_ptr,move} -> std::{unique_ptr,move}
2016-11-08  Pedro AlvesUse ui_file_as_string throughout more
2016-11-08  Pedro AlvesUse ui_file_as_string in gdb/ada-lang.c
2016-11-08  Pedro Alves'struct expression *' -> gdb::unique_xmalloc_ptr<expres...
2016-09-06  Ulrich WeigandAdd missing format for built-in floating-point types
2016-09-06  Ulrich WeigandFix typo in ada_language_arch_info
2016-07-06  John BaldwinUse unsigned integer constant with left shifts.
2016-06-24  Tom TromeyMove logic out of symbol_find_demangled_name
2016-06-24  Tom TromeyMove filename extensions into language_defn
2016-06-21  Pedro Alves[Ada catchpoints] Fix "warning: failed to get exception...
2016-04-22  Pedro AlvesCentralize yacc interface names remapping (yyparse...
2016-04-15  Pedro AlvesFix gdb build with --enable-build-with-cxx --disable-nls
2016-04-12  Pedro Alvesada-lang.c: Introduce type_as_string and use it
2016-01-25  Mark WielaardFix GCC6 -Wmisleading-indentation issues.
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-12-07  Pierre-Marie de... Enhance the menu to select function overloads with...
2015-11-09  Joel Brobecker[Ada] GDB crash during "finish" of function with out...
2015-10-13  Pedro AlvesMore char constification
2015-10-13  Pedro Alvesada-lang.c:ada_value_primitive_packed_val: const correc...
2015-10-13  Pedro Alvesada-lang.c: malloc/alloca casts for C++
2015-10-09  Joel Brobecker[Ada] ada_unpack_from_contents: Error if target buffer...
2015-10-09  Joel Brobecker[Ada] Buffer overflow in ada_unpack_from_contents
2015-10-09  Joel Brobeckermake is_scalar_type non-static and use it in ada-lang.c
2015-10-09  Joel Brobecker[Ada] Better handling of dynamic types in ada_value_pri...
2015-10-09  Joel Brobecker[Ada] split data unpacking code out of ada_value_primit...
2015-10-09  Joel BrobeckerReorder variable declarations in ada_value_primitive_pa...
2015-10-09  Joel Brobeckeruse gdb_byte in ada-lang.c::ada_value_primitive_packed_...
2015-10-09  Joel BrobeckerMore explicit local variable names in ada_value_primiti...
2015-09-25  Simon MarchiAdd some more casts (1/2)
2015-09-25  Simon MarchiAdd casts to memory allocation related calls
2015-09-23  Pierre-Marie de... [Ada] Fix handling of array renamings
2015-09-19  Doug Evanssymtab.h (general_symbol_info) <mangled_lang>: delete...
2015-09-14  Pierre-Marie de... [Ada] Fix the evaluation of access to packed array...
2015-09-10  Simon MarchiSmall refactor in ada-lang.c:scan_discrim_bound
2015-09-10  Simon MarchiConstify variables in ada-lang.c
2015-09-03  Pierre-Marie de... [Ada] Make string_char_type a true TYPE_CODE_CHAR type...
2015-09-01  Pierre-Marie de... [Ada] Fix completion for multiple function matches
2015-08-26  Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-08-25  Pierre-Marie de... DWARF: handle non-local references in nested functions
2015-08-13  Pierre-Marie de... [Ada] Add support for subprogram renamings
2015-08-01  Pierre-Marie de... Replace the block_found global with explicit data-flow
2015-07-31  Simon MarchiMostly trivial enum fixes
2015-07-14  Simon MarchiRemove CHECK_TYPEDEF, use check_typedef instead
2015-05-20  Joel Brobeckergdb/ada-lang.c: Rename local variable typename into...
2015-05-15  Jerome GuittonArray indexed by non-contiguous enumeration types
2015-05-15  Jerome GuittonNon bit-packed packed arrays as variable-length fields
2015-05-15  Joel Brobecker[Ada] problem printing negative integer values in packe...
2015-05-08  Joel Brobecker[Ada] error trying to call function when parameter...
2015-05-05  Joel BrobeckerFurther document ada-lang.c::value_assign_to_component...
2015-05-05  Joel Brobeckercompare object sizes before comparing them with value_c...
2015-05-05  Joel BrobeckerGDB crash trying to subscript array of variant record.
2015-05-05  Joel Brobecker[Ada] array of variant record subscripting
2015-05-05  Joel BrobeckerAdd valaddr support in dynamic property resolution.
2015-04-27  Pierre-Marie de... [Ada] Cache all static structures and reset cache durin...
2015-04-27  Joel Brobecker[Ada] Preserve typedef layer when getting struct element
2015-03-07  Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-03-06  Gary BensonNew common function "startswith"
2015-02-27  Pedro AlvesC++ keyword cleanliness, mostly auto-generated
2015-02-02  Joel Brobecker[Ada] Do not re-cache symbol-lookup result found from...
2015-02-02  Joel Brobecker[Ada] pspace_data->sym_cache is always NULL
2015-01-31  Gary Bensonnew callback parameter expansion_notify for expand_symt...
2015-01-15  Joel Brobecker[Ada] 'first/'last/'length of array whose bound is...
2015-01-13  Joel Brobecker[python/Ada] gdb.lookup_type fails to looking primitive...
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-12-23  Doug EvansLook up primitive types as symbols.
2014-12-23  Doug EvansAdd langdef arg to la_lookup_symbol_nonlocal.
2014-12-23  Doug EvansReplace some symbol accessor macros with functions.
2014-12-13  Joel BrobeckerInternal error trying to print uninitialized string.
2014-12-12  Tom Tromeythe "compile" command
2014-11-20  Doug EvansSplit struct symtab into two: struct symtab and compuni...
2014-11-20  Joel Brobecker[Ada] XA type is not redundant if the ranges' subtypes...
2014-11-19  Joel Brobecker[Ada] gdb.ada/complete.exp failure on x86_64-windows
2014-11-19  Joel Brobecker[Ada] Ignore __XA types when redundant.
2014-11-19  Joel Brobeckervarsize-limit error printing element of packed array...
2014-11-18  Doug Evanssymtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR...
2014-11-18  Doug EvansSYMTAB_OBJFILE: New macro.
2014-11-07  Doug EvansUse ALL_PRIMARY_SYMTABS instead of ALL_SYMTABS in some...
2014-10-14  Joel Brobecker[Ada] Error adding/subtracting pointer value to/from...
2014-10-08  Gary BensonRemove spurious exceptions.h inclusions
2014-09-10  Joel BrobeckerAda: Print bounds/length of pointer to array with dynam...
2014-09-10  Joel BrobeckerAda subscripting of pointer to array with dynamic bounds
2014-08-19  Pedro AlvesHandle partially optimized out values similarly to...
2014-08-18  Joel Brobeckerada_evaluate_subexp<OP_VAR_VALUE>: Avoid static fixing...
2014-08-18  Joel Brobeckeravoid "if ... else if ... else" logic in ada-lang.c...
next
This page took 0.510318 seconds and 107 git commands to generate.