fix typos in ada-lang.c comment
[binutils-gdb.git] / gdb / ada-lang.c
2017-11-09 Joel Brobeckerfix typos in ada-lang.c comment
2017-11-08 Pedro AlvesMake the linespec/location completer ignore data symbols
2017-11-08 Pedro AlvesSimplify completion_list_add_name | remove sym_text...
2017-11-08 Pedro AlvesIntroduce lookup_name_info and generalize Ada's FULL...
2017-11-08 Pedro AlvesPer-language symbol name hashing algorithm
2017-11-07 Tom TromeyConstify add_setshow_*
2017-11-07 Tom TromeyConstify add_info
2017-11-06 Ulrich WeigandTarget FP: Perform Ada fixed-point scaling in target...
2017-10-25 Ulrich WeigandTarget FP: Use target format throughout expression...
2017-10-11 Tom TromeyConstify add_prefix_cmd
2017-10-02 Pedro AlvesFix GDB build with G++ 4.8
2017-09-30 Tom TromeyUse a std::vector for ada_exceptions_list
2017-09-27 Ulrich WeigandMake init_type/arch_type take a size in bits
2017-09-27 Tom TromeyConstify some linespec functions
2017-09-11 Tom TromeyRemove cleanups from find_frame_funname
2017-09-11 Tom TromeyRename _const functions to use overloading instead
2017-09-09 John BaldwinRemove unnecessary function prototypes.
2017-09-04 Pedro AlvesIntroduce OP_VAR_MSYM_VALUE
2017-09-04 Pedro AlvesStop assuming no-debug-info functions return int
2017-09-04 Pedro AlvesKill init_sal
2017-08-26 Joel Brobeckerremove param "dispp" from ada-lang.c::ada_lookup_struct...
2017-08-22 Tom TromeyChange install_breakpoint to take a std::unique_ptr
2017-07-20 Pedro AlvesMake language_def O(1)
2017-07-20 Pedro Alvesget_int_var_value
2017-07-17 Pedro AlvesRewrite/enhance explicit locations completer, parse...
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...
next