]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/ada-lang.c
Skip gdb.server/ tests if lack of XML support
[thirdparty/binutils-gdb.git] / gdb / ada-lang.c
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...
2014-08-18  Joel BrobeckerFix indentation level in ada-lang.c::ada_evaluate_subexp.
2014-08-07  Gary BensonInclude string.h in common-defs.h
2014-08-07  Gary BensonMove stdarg.h to common-defs.h
2014-08-07  Gary BensonMove stdio.h to common-defs.h
2014-06-18  Tom Tromeyconstify some blockvector APIs
2014-06-18  Tom Tromeyconstify struct block in some places
2014-06-13  Tom Tromeymake calls to help_list use enumerator
2014-06-07  Keith SeitzRevert patchset for c++/16253: it causes a large perfor...
2014-06-04  Tom Tromeyhandle VLA in a struct or union
2014-04-28  Joel BrobeckerImprove Ada dynamic range type handling.
2014-04-28  Joel Brobeckerremove unnecessary second call to static_unwrap_type...
2014-04-24  Joel Brobeckerada-lang.c: Expand standard_exc's introductory comment.
2014-04-14  Keith SeitzRemove symbol_matches_domain. This fixes
2014-04-14  Sanimir Agovicvla: update type from newly created value
2014-04-11  Joel BrobeckerRevert the entire VLA series.
2014-04-11  Sanimir Agovicvla: update type from newly created value
2014-04-11  Sanimir Agovicrefactoring: rename create_range_type to create_static_...
2014-03-27  Sergio Durigan JuniorRemove `expout*' globals from parser-defs.h
2014-03-17  Pierre-Marie de... [Ada] Crash with references to GNAT packed arrays handling
2014-03-10  Joel BrobeckerMissing space before '(' in ada-lang.c::ada_evaluate_subexp
2014-03-10  Jerome Guitton[Ada] Full view of tagged type with ptype
2014-02-26  Tom Tromeystart change to progspace independence
next