Fix setting breakpoints or stepping on line 65535
[binutils-gdb.git] / gdb / ada-lang.c
2019-12-27 Christian BiesingerMake symbol_set_names a member function
2019-12-16 Christian BiesingerUse an accessor function for general_symbol_info::language
2019-12-04 Tom TromeyRemove gdbarch_bits_big_endian
2019-11-22 Christian BiesingerReplace SYMBOL_*_NAME accessors with member functions
2019-11-22 Christian BiesingerReplace the MSYMBOL_*_NAME macros with member functions
2019-11-21 Peeter JootAdjust byte order variable display/change if DW_AT_endi...
2019-11-08 Tom TromeyConstify command_line_input
2019-11-05 Tom TromeyRemove la_get_string member
2019-10-29 Simon MarchiClean up ada-lang.h
2019-10-29 Simon MarchiRemove unused includes in ada-*.c files
2019-10-26 Tom de Vries[gdb] Fix more typos in comments (2)
2019-10-18 Tom de Vries[gdb] Fix more typos in comments
2019-10-15 Andrew Burgessgdb: Remove vec.{c,h} and update code to not include...
2019-10-02 Tom TromeyAdd $_ada_exception convenience variable
2019-10-02 Tom TromeyBack out earlier Ada exception change
2019-10-02 Tom TromeyHandle copy relocations
2019-10-01 Tom TromeyUse styled_string in more places
2019-10-01 Tom TromeyIntroduce metadata style
2019-09-23 Christian BiesingerMake ada_decode not use a static buffer
2019-09-18 Christian BiesingerChange boolean options to bool instead of int
2019-09-10 Tom TromeyChange map_matching_symbols to take a lookup_name_info
2019-09-10 Tom TromeyChange iterate_over_symbols to return bool
2019-09-10 Tom TromeyChange map_matching_symbols to take a symbol_found_call...
2019-09-03 Tom TromeyHandle biased types
2019-08-15 Tom TromeyFix bug with character enumeration literal
2019-08-07 Tom TromeyUse obstack_strdup more
2019-08-06 Philippe WaroquiersMake first and last lines of 'command help documentatio...
2019-08-02 Alexandre Olivasupport Ada EH ABI v1
2019-07-17 Tom TromeyRename field_int to field_signed
2019-07-10 Tom TromeyChange Ada catchpoints to be bp_catchpoint
2019-07-09 Tom TromeyRename common to gdbsupport
2019-07-01 Tom TromeyRemove is_a_field_of_this from ada_lookup_symbol
2019-06-19 Tom TromeyFix crash when setting breakpoint condition
2019-06-16 Tom TromeyRemove unnecessary casts of NULL
2019-06-14 Tom TromeyAllow re-assigning to convenience variables
2019-06-10 Tom TromeyUpdate help text in ada-lang.c
2019-06-04 Pedro AlvesIntroduce and use make_unique_xstrdup
2019-05-28 Tom TromeyRemove find_old_style_renaming_symbol
2019-05-14 Tom TromeyFix assertion failure in coerce_unspec_val_to_type
2019-05-10 Tom TromeyAdd completion for Ada catch commands
2019-05-08 Tom TromeyConvert ada-lang.c to type-safe registry API
2019-05-04 Tom TromeyRemove "struct" from foreach statements
2019-05-01 Tom TromeyFix bug in assignment to nested packed structure
2019-05-01 Tom TromeyFix big-endian aggregate assignment in Ada
2019-04-30 Tom TromeyFix "catch exception" with dynamic linking
2019-04-29 Andrew Burgessgdb: Introduce new language field la_is_string_type_p
2019-04-29 Andrew Burgessgdb: Introduce new language field la_struct_too_deep_el...
2019-04-29 Andrew Burgessgdb/ada: Update some predicate functions to return...
2019-04-19 Tom TromeyPrint non-Ada unions without crashing
2019-04-12 Andrew Burgessgdb: Remove LANG_MAGIC
2019-04-08 Tom TromeyRename gdb exception types
2019-04-08 Tom TromeyRewrite TRY/CATCH
2019-04-08 Tom TromeyMake exceptions use std::string and be self-managing
2019-04-06 Tom TromeyRevert the header-sorting patch
2019-04-06 Tom TromeySort includes for files gdb/[a-f]*.[chyl].
2019-04-05 Tom TromeyMove innermost_block_tracker global to parse_state
2019-04-05 Tom TromeyMove completion parsing to parser_state
2019-03-29 Keith SeitzAllow really large fortran array bounds: TYPE_LENGTH...
2019-03-25 Tom TromeyRemove null_block_symbol
2019-03-25 Tom TromeyMore block constification
2019-03-18 Tom TromeyFix Ada "ptype" bug with array types
2019-02-17 Tom TromeyFix pager bugs with style output
2019-02-17 Joel Brobecker(Ada) fix GDB crash printing packed array
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
next