aboutsummaryrefslogtreecommitdiff
path: root/gdb/ada-lang.h
AgeCommit message (Expand)AuthorFilesLines
2024-06-14Simplify ada_lookup_encoded_symbolTom Tromey1-3/+2
2024-02-20gdb: pass frames as `const frame_info_ptr &`Simon Marchi1-1/+1
2024-01-28Use domain_search_flags in lookup_global_symbol_languageTom Tromey1-3/+3
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-12-06Always use expand_symtabs_matching in ada-lang.cTom Tromey1-3/+11
2023-07-21Remove ancient Ada workaroundTom Tromey1-2/+0
2023-06-12Transfer ownership of exception string to ada_catchpointTom Tromey1-1/+1
2023-02-16Rename parameter of create_ada_exception_catchpointTom Tromey1-1/+1
2023-02-16Constify ada_main_nameTom Tromey1-1/+1
2023-02-16Remove unused declaration from ada-lang.hTom Tromey1-2/+0
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-10-18gdb, ada: update ada_lookup_simple_minsymMarkus Metzger1-1/+2
2022-10-17Improve Ada support in .gdb_indexTom Tromey1-1/+1
2022-10-10Change GDB to use frame_info_ptrTom Tromey1-2/+2
2022-04-12Allow ada_decode not to decode operatorsTom Tromey1-2/+4
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-20gdb/ada-lang.h: Reformat comment to follow coding standardsJoel Brobecker1-2/+2
2021-10-05Remove 'varsize-limit'Tom Tromey1-2/+0
2021-06-25Add non-wrapping mode to ada_decodeTom Tromey1-1/+6
2021-03-10Use bool for "parse_completion"Tom Tromey1-6/+6
2021-03-08Convert ada-exp.y to use operationsTom Tromey1-0/+8
2021-03-08Split out some Ada type resolution codeTom Tromey1-0/+38
2021-03-02Rewrite GNAT-encoded fixed point types in DWARF readerTom Tromey1-6/+0
2021-03-02Return a vector from ada_lookup_symbol_listTom Tromey1-3/+2
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-16/+16
2020-11-01ada-lang.c: Renaming some fixed-point-related routinesJoel Brobecker1-1/+1
2020-10-09Return std::string from ada_encodeTom Tromey1-1/+1
2020-08-07Use gdb::function_view in iterate_over_live_ada_tasksTom Tromey1-2/+3
2020-06-15Remove read_memory_stringTom Tromey1-1/+1
2020-05-15update name of several Ada fixed-point type handling functionsJoel Brobecker1-2/+2
2020-05-11Fix Ada value printing on PPC64Tom Tromey1-0/+5
2020-03-30Change ada_which_variant_applies to value APITom Tromey1-2/+1
2020-03-13Remove val_printTom Tromey1-5/+0
2020-03-13Introduce ada_value_print_innerTom Tromey1-0/+5
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-10-29Clean up ada-lang.hSimon Marchi1-34/+0
2019-10-15gdb: Remove vec.{c,h} and update code to not include vec.hAndrew Burgess1-1/+0
2019-09-23Make ada_decode not use a static bufferChristian Biesinger1-1/+1
2019-07-10Change Ada catchpoints to be bp_catchpointTom Tromey1-0/+4
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-07-01Remove is_a_field_of_this from ada_lookup_symbolTom Tromey1-1/+1
2019-05-28Remove find_old_style_renaming_symbolTom Tromey1-3/+0
2019-05-10Two minor constificationsTom Tromey1-1/+1
2019-04-29gdb/ada: Update some predicate functions to return boolAndrew Burgess1-2/+2
2019-02-19Minor Ada task cleanupsTom Tromey1-2/+0
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-09-10(Ada) Cleanup code by using ada_is_access_to_unconstrained_array call.Xavier Roirand1-0/+2
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves1-1/+1