gdb: Convert language la_print_type field to a method
[deliverable/binutils-gdb.git] / gdb / ada-lang.c
2019-02-15  Tom TromeyFix memory leak in create_ada_exception_catchpoint
2019-02-15  Tom TromeyC++-ify bp_location
2019-01-25  Tom TromeyNormalize includes to use common/
2019-01-17  Tom TromeyMake minimal symbol range adapter a method on objfile
2019-01-17  Tom TromeyAdd compunits range adapter to objfile
2019-01-17  Tom TromeyChange all_objfiles adapter to be a method on program_space
2019-01-12  Joel Brobeckerexpand a bit the in-GDB help for the "catch exception...
2019-01-10  Tom TromeyRemove ALL_COMPUNITS
2019-01-10  Tom TromeyRemove ALL_OBJFILE_COMPUNITS
2019-01-10  Tom TromeyRemove ALL_MSYMBOLS and ALL_OBJFILE_MSYMBOLS
2019-01-10  Tom TromeyRemove most uses of ALL_OBJFILES
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-11-21  Pedro AlvesUse gdb:array_view in call_function_by_hand & friends
2018-11-14  Joel Brobeckerdelete ada-lang.c::move_bits, sharing and re-using...
2018-11-03  Philippe WaroquiersOBVIOUS Fix a typo in ada-lang.c add_prefix_cmd for...
2018-11-01  Joel Brobecker(Ada) fix "error in expression" when using watch -locat...
2018-09-10  Jerome Guitton(Ada) Fix resolving of homonym components in tagged...
2018-09-10  Xavier Roirand(Ada) Cleanup code by using ada_is_access_to_unconstrai...
2018-09-10  Xavier Roirand(Ada/MI) Fix -var-evaluate-expression for access to...
2018-09-10  Xavier Roirand(Ada) New function ada_is_access_to_unconstrained_array
2018-09-08  Joel Brobecker(Ada) fix handling of expression with parameterless...
2018-09-08  Joel Brobeckerada-lang.c::ada_value_cast: remove unnecessary parentheses
2018-09-08  Joel Brobeckerminor reformatting in ada-lang.c::ada_to_fixed_value
2018-09-08  Jerome GuittonHandle PPC64 function descriptor in Ada decoding
2018-09-08  Joel Brobecker(Ada) "catch assert" spurious internal error
2018-09-08  Joel Brobecker(Ada) infinite loop when hitting unhandled exception...
2018-09-08  Joel Brobecker(Ada) assigning packed array aggregate with variable...
2018-08-29  Keith SeitzUse block_symbol in linespec APIs
2018-08-26  Simon MarchiMake ada-lang.c::add_angle_brackets return an std:...
2018-08-17  Tom TromeyRemove "repeat" argument from command_line_input
2018-08-07  Simon MarchiReplace some uses of xstrprintf with string_printf
2018-07-22  Tom TromeySimple unused variable removals
2018-07-03  Tom TromeyRemove ptid_get_pid
2018-06-18  Tom TromeyRemove la_error
2018-06-04  Tom TromeyRemove last Ada cleanups
2018-06-01  Tom TromeyRemove type_name_no_tag and rename type_name_no_tag_or_...
2018-06-01  Tom TromeyRemove TYPE_TAG_NAME
2018-05-22  Joel Brobeckerfix "stale cleanup" internal-warning when using "catch...
2018-05-21  Tom TromeyChange ada_catchpoint::excep_string to be a std::string
2018-05-21  Tom TromeyRemove cleanup from ada_collect_symbol_completion_matches
2018-05-21  Tom TromeyRemove cleanup from 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
next
This page took 0.531171 seconds and 107 git commands to generate.