summaryrefslogtreecommitdiff
path: root/gdb/ada-lang.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* (Ada) New function ada_is_access_to_unconstrained_arrayXavier Roirand2018-09-101-3/+12
* (Ada) fix handling of expression with parameterless function callJoel Brobecker2018-09-081-1/+1
* ada-lang.c::ada_value_cast: remove unnecessary parenthesesJoel Brobecker2018-09-081-1/+1
* minor reformatting in ada-lang.c::ada_to_fixed_valueJoel Brobecker2018-09-081-3/+1
* Handle PPC64 function descriptor in Ada decodingJerome Guitton2018-09-081-0/+5
* (Ada) "catch assert" spurious internal errorJoel Brobecker2018-09-081-8/+5
* (Ada) infinite loop when hitting unhandled exception catchpointJoel Brobecker2018-09-081-1/+1
* (Ada) assigning packed array aggregate with variable as componentJoel Brobecker2018-09-081-5/+12
* Use block_symbol in linespec APIsKeith Seitz2018-08-291-1/+1
* Make ada-lang.c::add_angle_brackets return an std::stringSimon Marchi2018-08-261-8/+3
* Remove "repeat" argument from command_line_inputTom Tromey2018-08-171-1/+1
* Replace some uses of xstrprintf with string_printfSimon Marchi2018-08-071-4/+2
* Simple unused variable removalsTom Tromey2018-07-221-1/+0
* Remove ptid_get_pidTom Tromey2018-07-031-1/+1
* Remove la_errorTom Tromey2018-06-181-1/+0
* Remove last Ada cleanupsTom Tromey2018-06-041-113/+81
* Remove type_name_no_tag and rename type_name_no_tag_or_errorTom Tromey2018-06-011-5/+5
* Remove TYPE_TAG_NAMETom Tromey2018-06-011-12/+5
* fix "stale cleanup" internal-warning when using "catch assert" commandJoel Brobecker2018-05-221-1/+1
* Change ada_catchpoint::excep_string to be a std::stringTom Tromey2018-05-211-96/+36
* Remove cleanup from ada_collect_symbol_completion_matchesTom Tromey2018-05-211-3/+0
* Remove cleanup from ada-lang.cTom Tromey2018-05-211-20/+9
* Use XOBNEW/XOBNEWVEC/OBSTACK_ZALLOC when possibleSimon Marchi2018-05-201-2/+1
* Remove cleanup from print_mention_exceptionTom Tromey2018-05-041-5/+3
* Return std::string from ada_exception_catchpoint_cond_stringTom Tromey2018-05-041-22/+14
* Remove cleanup from old_renaming_is_invisibleTom Tromey2018-05-041-28/+7
* Change streq to return boolTom Tromey2018-04-051-3/+2
* Change target_read_string to use unique_xmalloc_ptrTom Tromey2018-03-301-3/+2