Use XOBNEW/XOBNEWVEC/OBSTACK_ZALLOC when possible
[binutils-gdb.git] / gdb / ada-lang.c
2018-05-21 Simon MarchiUse XOBNEW/XOBNEWVEC/OBSTACK_ZALLOC when possible
2018-05-04 Tom TromeyRemove cleanup from print_mention_exception
2018-05-04 Tom TromeyReturn std::string from ada_exception_catchpoint_cond_s...
2018-05-04 Tom TromeyRemove cleanup from old_renaming_is_invisible
2018-04-05 Tom TromeyChange streq to return bool
2018-03-30 Tom TromeyChange target_read_string to use unique_xmalloc_ptr
2018-03-27 Joel Brobeckerset varsize-limit: New GDB setting for maximum dynamic...
2018-03-27 Joel Brobeckerproblem looking up some symbols when they have a linkag...
2018-03-19 Tom TromeyConvert observers to C++
2018-02-15 Joel Brobeckerdelete ada-lang.c::ada_to_fixed_value_create advance...
2018-02-14 Joel BrobeckerRemove references to ada_name_for_lookup (deleted)
2018-01-31 Xavier Roirand(Ada) C++fy conditional string when catching exception.
2018-01-21 Andrew Burgessgdb: New API for tracking innermost block
2018-01-10 Pedro AlvesFix gdb.ada/complete.exp's "complete break ada" test...
2018-01-05 Pedro AlvesFix regresssion(internal-error) printing subprogram...
2018-01-05 Pedro AlvesFix gdb.ada/info_addr_mixed_case.exp (PR gdb/22670)
2018-01-05 Jerome Guitton(Ada) Fix Length attribute on array access
2018-01-05 Joel Brobeckermemory error printing component of record from convenie...
2018-01-03 Xavier Roirand(Ada) New command to stop at start of exception handler.
2018-01-02 Joel Brobecker[gdb/Ada] slices of arrays with dynamic strides
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-31 Tom TromeyC++-ify parser_state
2017-12-18 Joel Brobeckerimproved error message when getting an exception printi...
2017-12-18 Joel Brobecker(Ada) crash assigning to record component which is...
2017-12-18 Xavier RoirandAda: fix bad handling in ada_convert_actual
2017-12-15 Xavier Roirand(Ada) Handle same component names when searching in...
2017-12-14 Joel BrobeckerAda: unable to compare strings (Attempt to compare...
2017-12-11 Xavier Roirand(Ada) change tagged types base_address computation
2017-12-05 Simon MarchiRemove some unused variables
2017-12-01 Joel Brobecker(Ada) GDB crash printing expression with type casting
2017-11-29 Joel Brobeckerpreserve type length in ada-lang.c::to_fixed_range_type
2017-11-29 Pedro AlvesHandle custom completion match prefix / LCD
2017-11-24 Joel Brobecker(Ada) provide the exception message when hitting an...
2017-11-17 Joel Brobecker(Ada) fix handling of minimal symbols (UNOP_CAST and...
2017-11-17 Joel Brobeckerada-lang.c::ada_value_cast: remove unused parameter...
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...
next