aboutsummaryrefslogtreecommitdiff
path: root/gdb/ada-lang.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-22Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger1-50/+48
2019-11-22Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger1-2/+2
2019-11-21Adjust byte order variable display/change if DW_AT_endianity is present.Peeter Joot1-2/+2
2019-11-08Constify command_line_inputTom Tromey1-1/+1
2019-11-05Remove la_get_string memberTom Tromey1-1/+0
2019-10-29Clean up ada-lang.hSimon Marchi1-449/+455
2019-10-29Remove unused includes in ada-*.c filesSimon Marchi1-7/+0
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-2/+2
2019-10-18[gdb] Fix more typos in commentsTom de Vries1-6/+6
2019-10-15gdb: Remove vec.{c,h} and update code to not include vec.hAndrew Burgess1-1/+0
2019-10-02Add $_ada_exception convenience variableTom Tromey1-230/+77
2019-10-02Back out earlier Ada exception changeTom Tromey1-82/+25
2019-10-02Handle copy relocationsTom Tromey1-0/+9
2019-10-01Use styled_string in more placesTom Tromey1-3/+5
2019-10-01Introduce metadata styleTom Tromey1-2/+3
2019-09-23Make ada_decode not use a static bufferChristian Biesinger1-39/+24
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