aboutsummaryrefslogtreecommitdiff
path: root/gdb/language.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-24Make strcmp_iw NOT ignore whitespace in the middle of tokensPedro Alves1-1/+1
2017-11-08Introduce lookup_name_info and generalize Ada's FULL/WILD name matchingPedro Alves1-2/+37
2017-11-08Per-language symbol name hashing algorithmPedro Alves1-0/+2
2017-11-07Constify add_setshow_*Tom Tromey1-3/+5
2017-10-11Constify add_prefix_cmdTom Tromey1-6/+2
2017-09-11Constify language_enumTom Tromey1-1/+1
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-07-20Make language_def O(1)Pedro Alves1-159/+89
2017-07-17Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves1-3/+3
2017-05-19Use watchpoint's language when re-parsing expressionTom Tromey1-0/+4
2017-04-05-Wwrite-strings: The RestPedro Alves1-4/+4
2017-04-05-Wwrite-strings: Constify word break character arraysPedro Alves1-1/+1