aboutsummaryrefslogtreecommitdiff
path: root/gdb/ada-lang.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-11-01(Ada) fix "error in expression" when using watch -location commandJoel Brobecker1-1/+12
2018-09-10(Ada) Fix resolving of homonym components in tagged typesJerome Guitton1-4/+10
2018-09-10(Ada) Cleanup code by using ada_is_access_to_unconstrained_array call.Xavier Roirand1-1/+1
2018-09-10(Ada/MI) Fix -var-evaluate-expression for access to unconstrained arraysXavier Roirand1-0/+24
2018-09-10(Ada) New function ada_is_access_to_unconstrained_arrayXavier Roirand1-3/+12
2018-09-08(Ada) fix handling of expression with parameterless function callJoel Brobecker1-1/+1
2018-09-08ada-lang.c::ada_value_cast: remove unnecessary parenthesesJoel Brobecker1-1/+1
2018-09-08minor reformatting in ada-lang.c::ada_to_fixed_valueJoel Brobecker1-3/+1
2018-09-08Handle PPC64 function descriptor in Ada decodingJerome Guitton1-0/+5
2018-09-08(Ada) "catch assert" spurious internal errorJoel Brobecker1-8/+5
2018-09-08(Ada) infinite loop when hitting unhandled exception catchpointJoel Brobecker1-1/+1
2018-09-08(Ada) assigning packed array aggregate with variable as componentJoel Brobecker1-5/+12
2018-08-29Use block_symbol in linespec APIsKeith Seitz1-1/+1
2018-08-26Make ada-lang.c::add_angle_brackets return an std::stringSimon Marchi1-8/+3
2018-08-17Remove "repeat" argument from command_line_inputTom Tromey1-1/+1
2018-08-07Replace some uses of xstrprintf with string_printfSimon Marchi1-4/+2
2018-07-22Simple unused variable removalsTom Tromey1-1/+0
2018-07-03Remove ptid_get_pidTom Tromey1-1/+1
2018-06-18Remove la_errorTom Tromey1-1/+0
2018-06-04Remove last Ada cleanupsTom Tromey1-113/+81
2018-06-01Remove type_name_no_tag and rename type_name_no_tag_or_errorTom Tromey1-5/+5
2018-06-01Remove TYPE_TAG_NAMETom Tromey1-12/+5
2018-05-22fix "stale cleanup" internal-warning when using "catch assert" commandJoel Brobecker1-1/+1
2018-05-21Change ada_catchpoint::excep_string to be a std::stringTom Tromey1-96/+36
2018-05-21Remove cleanup from ada_collect_symbol_completion_matchesTom Tromey1-3/+0
2018-05-21Remove cleanup from ada-lang.cTom Tromey1-20/+9
2018-05-20Use XOBNEW/XOBNEWVEC/OBSTACK_ZALLOC when possibleSimon Marchi1-2/+1
2018-05-04Remove cleanup from print_mention_exceptionTom Tromey1-5/+3
2018-05-04Return std::string from ada_exception_catchpoint_cond_stringTom Tromey1-22/+14
2018-05-04Remove cleanup from old_renaming_is_invisibleTom Tromey1-28/+7
2018-04-05Change streq to return boolTom Tromey1-3/+2
2018-03-30Change target_read_string to use unique_xmalloc_ptrTom Tromey1-3/+2
2018-03-27set varsize-limit: New GDB setting for maximum dynamic object sizeJoel Brobecker1-0/+7