aboutsummaryrefslogtreecommitdiff
path: root/gdb/ada-lang.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-01-12expand a bit the in-GDB help for the "catch exception" help textJoel Brobecker1-1/+8
2019-01-09Remove ALL_COMPUNITSTom Tromey1-47/+53
2019-01-09Remove ALL_OBJFILE_COMPUNITSTom Tromey1-4/+1
2019-01-09Remove ALL_MSYMBOLS and ALL_OBJFILE_MSYMBOLSTom Tromey1-43/+46
2019-01-09Remove most uses of ALL_OBJFILESTom Tromey1-3/+2
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-21Use gdb:array_view in call_function_by_hand & friendsPedro Alves1-1/+3
2018-11-14delete ada-lang.c::move_bits, sharing and re-using copy_bitwise insteadJoel Brobecker1-78/+10
2018-11-03OBVIOUS Fix a typo in ada-lang.c add_prefix_cmd for "set ada"Philippe Waroquiers1-1/+1