aboutsummaryrefslogtreecommitdiff
path: root/gdb/ada-lang.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-3/+3
2019-09-10Change map_matching_symbols to take a lookup_name_infoTom Tromey1-13/+7
2019-09-10Change iterate_over_symbols to return boolTom Tromey1-2/+4
2019-09-10Change map_matching_symbols to take a symbol_found_callback_ftypeTom Tromey1-16/+18
2019-09-03Handle biased typesTom Tromey1-1/+1
2019-08-15Fix bug with character enumeration literalTom Tromey1-0/+8
2019-08-06Use obstack_strdup moreTom Tromey1-2/+1
2019-08-07Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers1-6/+6
2019-08-02support Ada EH ABI v1Alexandre Oliva1-3/+49
2019-07-17Rename field_int to field_signedTom Tromey1-2/+2
2019-07-10Change Ada catchpoints to be bp_catchpointTom Tromey1-6/+14
2019-07-09Rename common to gdbsupportTom Tromey1-4/+4
2019-07-01Remove is_a_field_of_this from ada_lookup_symbolTom Tromey1-8/+4
2019-06-19Fix crash when setting breakpoint conditionTom Tromey1-7/+27
2019-06-16Remove unnecessary casts of NULLTom Tromey1-2/+1
2019-06-14Allow re-assigning to convenience variablesTom Tromey1-1/+5
2019-06-10Update help text in ada-lang.cTom Tromey1-5/+13
2019-06-04Introduce and use make_unique_xstrdupPedro Alves1-2/+1
2019-05-28Remove find_old_style_renaming_symbolTom Tromey1-171/+9
2019-05-14Fix assertion failure in coerce_unspec_val_to_typeTom Tromey1-1/+2
2019-05-10Add completion for Ada catch commandsTom Tromey1-2/+18
2019-05-08Convert ada-lang.c to type-safe registry APITom Tromey1-47/+16
2019-05-03Remove "struct" from foreach statementsTom Tromey1-2/+2
2019-05-01Fix bug in assignment to nested packed structureTom Tromey1-3/+4
2019-05-01Fix big-endian aggregate assignment in AdaTom Tromey1-6/+8
2019-04-30Fix "catch exception" with dynamic linkingTom Tromey1-25/+83
2019-04-29gdb: Introduce new language field la_is_string_type_pAndrew Burgess1-0/+1
2019-04-29gdb: Introduce new language field la_struct_too_deep_ellipsisAndrew Burgess1-1/+2
2019-04-29gdb/ada: Update some predicate functions to return boolAndrew Burgess1-4/+4
2019-04-19Print non-Ada unions without crashingTom Tromey1-4/+13
2019-04-12gdb: Remove LANG_MAGICAndrew Burgess1-2/+1
2019-04-08Rename gdb exception typesTom Tromey1-7/+7
2019-04-08Rewrite TRY/CATCHTom Tromey1-21/+14
2019-04-08Make exceptions use std::string and be self-managingTom Tromey1-3/+3
2019-04-06Revert the header-sorting patchTom Tromey1-38/+33
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-33/+38
2019-04-04Move innermost_block_tracker global to parse_stateTom Tromey1-13/+18
2019-04-04Move completion parsing to parser_stateTom Tromey1-16/+19
2019-03-29Allow really large fortran array bounds: TYPE_LENGTH to ULONGESTKeith Seitz1-4/+4
2019-03-24Remove null_block_symbolTom Tromey1-2/+2
2019-03-24More block constificationTom Tromey1-3/+4
2019-03-18Fix Ada "ptype" bug with array typesTom Tromey1-7/+10
2019-02-17Fix pager bugs with style outputTom Tromey1-24/+24
2019-02-17(Ada) fix GDB crash printing packed arrayJoel Brobecker1-1/+13
2019-02-15Fix memory leak in create_ada_exception_catchpointTom Tromey1-4/+4
2019-02-15C++-ify bp_locationTom Tromey1-21/+3
2019-01-25Normalize includes to use common/Tom Tromey1-2/+2
2019-01-17Make minimal symbol range adapter a method on objfileTom Tromey1-2/+2
2019-01-17Add compunits range adapter to objfileTom Tromey1-4/+4
2019-01-17Change all_objfiles adapter to be a method on program_spaceTom Tromey1-7/+7