summaryrefslogtreecommitdiff
path: root/gdb/ada-lang.c
Commit message (Expand)AuthorAgeFilesLines
* Fix crash when setting breakpoint conditionTom Tromey2019-06-191-7/+27
* Remove unnecessary casts of NULLTom Tromey2019-06-161-2/+1
* Allow re-assigning to convenience variablesTom Tromey2019-06-141-1/+5
* Update help text in ada-lang.cTom Tromey2019-06-101-5/+13
* Introduce and use make_unique_xstrdupPedro Alves2019-06-041-2/+1
* Remove find_old_style_renaming_symbolTom Tromey2019-05-281-171/+9
* Fix assertion failure in coerce_unspec_val_to_typeTom Tromey2019-05-141-1/+2
* Add completion for Ada catch commandsTom Tromey2019-05-101-2/+18
* Convert ada-lang.c to type-safe registry APITom Tromey2019-05-081-47/+16
* Remove "struct" from foreach statementsTom Tromey2019-05-031-2/+2
* Fix bug in assignment to nested packed structureTom Tromey2019-05-011-3/+4
* Fix big-endian aggregate assignment in AdaTom Tromey2019-05-011-6/+8
* Fix "catch exception" with dynamic linkingTom Tromey2019-04-301-25/+83
* gdb: Introduce new language field la_is_string_type_pAndrew Burgess2019-04-291-0/+1
* gdb: Introduce new language field la_struct_too_deep_ellipsisAndrew Burgess2019-04-291-1/+2
* gdb/ada: Update some predicate functions to return boolAndrew Burgess2019-04-291-4/+4
* Print non-Ada unions without crashingTom Tromey2019-04-191-4/+13
* gdb: Remove LANG_MAGICAndrew Burgess2019-04-121-2/+1
* Rename gdb exception typesTom Tromey2019-04-081-7/+7
* Rewrite TRY/CATCHTom Tromey2019-04-081-21/+14
* Make exceptions use std::string and be self-managingTom Tromey2019-04-081-3/+3
* Revert the header-sorting patchTom Tromey2019-04-061-38/+33
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-33/+38
* Move innermost_block_tracker global to parse_stateTom Tromey2019-04-041-13/+18
* Move completion parsing to parser_stateTom Tromey2019-04-041-16/+19
* Allow really large fortran array bounds: TYPE_LENGTH to ULONGESTKeith Seitz2019-03-291-4/+4
* Remove null_block_symbolTom Tromey2019-03-241-2/+2
* More block constificationTom Tromey2019-03-241-3/+4
* Fix Ada "ptype" bug with array typesTom Tromey2019-03-181-7/+10
* Fix pager bugs with style outputTom Tromey2019-02-171-24/+24
* (Ada) fix GDB crash printing packed arrayJoel Brobecker2019-02-171-1/+13
* Fix memory leak in create_ada_exception_catchpointTom Tromey2019-02-151-4/+4
* C++-ify bp_locationTom Tromey2019-02-151-21/+3
* Normalize includes to use common/Tom Tromey2019-01-251-2/+2
* Make minimal symbol range adapter a method on objfileTom Tromey2019-01-171-2/+2
* Add compunits range adapter to objfileTom Tromey2019-01-171-4/+4
* Change all_objfiles adapter to be a method on program_spaceTom Tromey2019-01-171-7/+7
* expand a bit the in-GDB help for the "catch exception" help textJoel Brobecker2019-01-121-1/+8
* Remove ALL_COMPUNITSTom Tromey2019-01-091-47/+53
* Remove ALL_OBJFILE_COMPUNITSTom Tromey2019-01-091-4/+1
* Remove ALL_MSYMBOLS and ALL_OBJFILE_MSYMBOLSTom Tromey2019-01-091-43/+46
* Remove most uses of ALL_OBJFILESTom Tromey2019-01-091-3/+2
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Use gdb:array_view in call_function_by_hand & friendsPedro Alves2018-11-211-1/+3
* delete ada-lang.c::move_bits, sharing and re-using copy_bitwise insteadJoel Brobecker2018-11-141-78/+10
* OBVIOUS Fix a typo in ada-lang.c add_prefix_cmd for "set ada"Philippe Waroquiers2018-11-031-1/+1
* (Ada) fix "error in expression" when using watch -location commandJoel Brobecker2018-11-011-1/+12
* (Ada) Fix resolving of homonym components in tagged typesJerome Guitton2018-09-101-4/+10
* (Ada) Cleanup code by using ada_is_access_to_unconstrained_array call.Xavier Roirand2018-09-101-1/+1
* (Ada/MI) Fix -var-evaluate-expression for access to unconstrained arraysXavier Roirand2018-09-101-0/+24