aboutsummaryrefslogtreecommitdiff
path: root/gdb/language.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-02gdb: Convert language skip_trampoline field to a methodAndrew Burgess1-15/+3
2020-06-02gdb: Convert language la_demangle field to a methodAndrew Burgess1-10/+18
2020-06-02gdb: Convert language la_print_type field to a methodAndrew Burgess1-11/+18
2020-06-02gdb: Convert language la_sniff_from_mangled_name field to a methodAndrew Burgess1-19/+0
2020-06-02gdb: Convert language la_search_name_hash field to a methodAndrew Burgess1-2/+0
2020-06-02gdb: Convert language la_get_compile_instance field to a methodAndrew Burgess1-2/+0
2020-06-02gdb: Convert language la_iterate_over_symbols field to a methodAndrew Burgess1-2/+0
2020-06-02gdb: Convert language la_lookup_transparent_type field to a methodAndrew Burgess1-2/+0
2020-06-02gdb: Convert language la_language_arch_info field to a methodAndrew Burgess1-7/+19
2020-06-02gdb: Convert language la_pass_by_reference field to a methodAndrew Burgess1-13/+1
2020-06-02gdb: Convert language la_read_var_value field to a methodAndrew Burgess1-2/+0
2020-06-02gdb: Convert language la_print_array_index field to a methodAndrew Burgess1-6/+4
2020-06-02gdb: Represent all languages as sub-classes of language_defnAndrew Burgess1-41/+58
2020-05-26Handle indexing Ada arrays with enum indicesTom Tromey1-1/+4
2020-05-16gdb: remove TYPE_NAME macroSimon Marchi1-2/+2
2020-05-15Remove allocate_symbol et alTom Tromey1-0/+1
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-4/+4
2020-04-17Replace most calls to help_list and cmd_show_listTom Tromey1-19/+6
2020-04-01Avoid copying in lookup_name_infoTom Tromey1-2/+2
2020-03-13Remove val_printTom Tromey1-10/+6
2020-03-13Introduce la_value_print_innerTom Tromey1-0/+2
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-27Make symbol_set_names a member functionChristian Biesinger1-1/+1
2019-12-20infcall, c++: allow more info to be computed for pass-by-reference valuesTankut Baris Aktemur1-8/+10
2019-12-16Use a member function to set a symbol's languageChristian Biesinger1-1/+1
2019-12-16Use symbol_set_language to set a symbol's languageChristian Biesinger1-1/+1
2019-11-12Make struct symbol inherit from general_symbol_infoChristian Biesinger1-3/+3
2019-11-05Remove la_get_string memberTom Tromey1-10/+0
2019-10-08Move declaration of lang_frame_mismatch_warn to header.Christian Biesinger1-5/+4
2019-08-07Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers1-4/+4
2019-07-10Don't include gdbarch.h from defs.hTom Tromey1-0/+1
2019-06-11Remove trailing newlines from help textTom Tromey1-2/+4
2019-05-12Fix two langauge -> language typosSimon Marchi1-1/+1
2019-04-29gdb: Introduce new language field la_is_string_type_pAndrew Burgess1-0/+16
2019-04-29gdb: Introduce new language field la_struct_too_deep_ellipsisAndrew Burgess1-2/+4
2019-04-12gdb: Remove LANG_MAGICAndrew Burgess1-4/+2
2019-04-08Rename gdb exception typesTom Tromey1-1/+1
2019-04-08Rewrite TRY/CATCHTom Tromey1-3/+2
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-12-07Fix a (one shot small) leak in language.cPhilippe Waroquiers1-3/+3
2018-11-03OBVIOUS Remove a useless const char *type and its initialization.Philippe Waroquiers1-3/+1
2018-06-18Use unique_xmalloc_ptr for read_stringTom Tromey1-2/+3
2018-06-18Remove la_errorTom Tromey1-10/+0
2018-03-27problem looking up some symbols when they have a linkage nameJoel Brobecker1-0/+2
2018-01-10language_get_symbol_name_matcher -> get_symbol_name_matcherPedro Alves1-2/+2
2018-01-10Ada: make verbatim matcher override other language matchers (PR gdb/22670)Pedro Alves1-0/+7
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-29Breakpoints in symbols with ABI tags (PR c++/19436)Pedro Alves1-2/+3
2017-11-29Handle custom completion match prefix / LCDPedro Alves1-3/+3