aboutsummaryrefslogtreecommitdiff
path: root/gdb/language.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-03-20Convert lvalue reference type check to general reference type checkArtemiy Volkov1-2/+1
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves1-23/+15
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-08Remove parameter valaddr from la_val_printYao Qi1-2/+2
2016-11-08Use ui_file_as_string in gdb/language.cPedro Alves1-5/+2
2016-10-06Remove Java supportTom Tromey1-1/+0
2016-06-23Move logic out of symbol_find_demangled_nameTom Tromey1-0/+20
2016-06-23Move filename extensions into language_defnTom Tromey1-0/+13
2016-05-07remove trivialy unused variablesTrevor Saunders1-3/+0
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-25Add some more casts (1/2)Simon Marchi1-8/+8
2015-09-25Add casts to memory allocation related callsSimon Marchi1-2/+3
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-2/+1
2015-08-07gdb: Move get_frame_language from stack.c to frame.c.Andrew Burgess1-0/+1
2015-08-07gdb: get_frame_language now takes a frame parameter.Andrew Burgess1-8/+26
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat1-5/+4
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-23Look up primitive types as symbols.Doug Evans1-16/+114