summaryrefslogtreecommitdiff
path: root/gdb/language.c
Commit message (Expand)AuthorAgeFilesLines
* Replace most calls to help_list and cmd_show_listTom Tromey2020-04-171-19/+6
* Avoid copying in lookup_name_infoTom Tromey2020-04-011-2/+2
* Remove val_printTom Tromey2020-03-131-10/+6
* Introduce la_value_print_innerTom Tromey2020-03-131-0/+2
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Make symbol_set_names a member functionChristian Biesinger2019-12-271-1/+1
* infcall, c++: allow more info to be computed for pass-by-reference valuesTankut Baris Aktemur2019-12-201-8/+10
* Use a member function to set a symbol's languageChristian Biesinger2019-12-161-1/+1
* Use symbol_set_language to set a symbol's languageChristian Biesinger2019-12-161-1/+1
* Make struct symbol inherit from general_symbol_infoChristian Biesinger2019-11-121-3/+3
* Remove la_get_string memberTom Tromey2019-11-051-10/+0
* Move declaration of lang_frame_mismatch_warn to header.Christian Biesinger2019-10-081-5/+4
* Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers2019-08-071-4/+4
* Don't include gdbarch.h from defs.hTom Tromey2019-07-101-0/+1
* Remove trailing newlines from help textTom Tromey2019-06-111-2/+4
* Fix two langauge -> language typosSimon Marchi2019-05-121-1/+1
* gdb: Introduce new language field la_is_string_type_pAndrew Burgess2019-04-291-0/+16
* gdb: Introduce new language field la_struct_too_deep_ellipsisAndrew Burgess2019-04-291-2/+4
* gdb: Remove LANG_MAGICAndrew Burgess2019-04-121-4/+2
* Rename gdb exception typesTom Tromey2019-04-081-1/+1
* Rewrite TRY/CATCHTom Tromey2019-04-081-3/+2
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Fix a (one shot small) leak in language.cPhilippe Waroquiers2018-12-071-3/+3
* OBVIOUS Remove a useless const char *type and its initialization.Philippe Waroquiers2018-11-031-3/+1
* Use unique_xmalloc_ptr for read_stringTom Tromey2018-06-181-2/+3
* Remove la_errorTom Tromey2018-06-181-10/+0
* problem looking up some symbols when they have a linkage nameJoel Brobecker2018-03-271-0/+2
* language_get_symbol_name_matcher -> get_symbol_name_matcherPedro Alves2018-01-101-2/+2
* Ada: make verbatim matcher override other language matchers (PR gdb/22670)Pedro Alves2018-01-101-0/+7
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Breakpoints in symbols with ABI tags (PR c++/19436)Pedro Alves2017-11-291-2/+3
* Handle custom completion match prefix / LCDPedro Alves2017-11-291-3/+3
* Make strcmp_iw NOT ignore whitespace in the middle of tokensPedro Alves2017-11-241-1/+1
* Introduce lookup_name_info and generalize Ada's FULL/WILD name matchingPedro Alves2017-11-081-2/+37
* Per-language symbol name hashing algorithmPedro Alves2017-11-081-0/+2
* Constify add_setshow_*Tom Tromey2017-11-071-3/+5
* Constify add_prefix_cmdTom Tromey2017-10-111-6/+2
* Constify language_enumTom Tromey2017-09-111-1/+1
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Make language_def O(1)Pedro Alves2017-07-201-159/+89
* Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves2017-07-171-3/+3
* Use watchpoint's language when re-parsing expressionTom Tromey2017-05-191-0/+4
* -Wwrite-strings: The RestPedro Alves2017-04-051-4/+4
* -Wwrite-strings: Constify word break character arraysPedro Alves2017-04-051-1/+1
* Convert lvalue reference type check to general reference type checkArtemiy Volkov2017-03-201-2/+1
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves2017-02-021-23/+15
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Remove parameter valaddr from la_val_printYao Qi2016-11-081-2/+2
* Use ui_file_as_string in gdb/language.cPedro Alves2016-11-081-5/+2