summaryrefslogtreecommitdiff
path: root/gdb/language.h
AgeCommit message (Expand)Author
2018-01-10language_get_symbol_name_matcher -> get_symbol_name_matcherPedro Alves
2018-01-10Ada: make verbatim matcher override other language matchers (PR gdb/22670)Pedro Alves
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-12-30C++-ify parser_stateTom Tromey
2017-11-29Handle custom completion match prefix / LCDPedro Alves
2017-11-08Introduce lookup_name_info and generalize Ada's FULL/WILD name matchingPedro Alves
2017-11-08Per-language symbol name hashing algorithmPedro Alves
2017-09-11Constify language_enumTom Tromey
2017-08-03Remove make_cleanup_restore_current_languageTom Tromey
2017-07-20Make language_def O(1)Pedro Alves
2017-07-17Rewrite/enhance explicit locations completer, parse left->rightPedro Alves
2017-07-17Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves
2017-05-19Use watchpoint's language when re-parsing expressionTom Tromey
2017-04-05-Wwrite-strings: The RestPedro Alves
2017-04-05-Wwrite-strings: Constify word break character arraysPedro Alves
2017-02-23Use gdb::function_view in iterate_over_symtabs & coPedro Alves
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-11-08Remove parameter valaddr from la_val_printYao Qi
2016-11-08Use ui_file_as_string in gdb/compile/Pedro Alves
2016-06-23Move logic out of symbol_find_demangled_nameTom Tromey
2016-06-23Move filename extensions into language_defnTom Tromey
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-08-25DWARF: handle non-local references in nested functionsPierre-Marie de Rodat
2015-08-07gdb: Move get_frame_language from stack.c to frame.c.Andrew Burgess
2015-08-07gdb: get_frame_language now takes a frame parameter.Andrew Burgess
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-12-23Look up primitive types as symbols.Doug Evans
2014-12-23Add langdef arg to la_lookup_symbol_nonlocal.Doug Evans
2014-12-18language_lookup_primitive_type: Renamed from language_lookup_primitive_type_b...Doug Evans
2014-12-12the "compile" commandTom Tromey
2014-05-13remove an unused macro and an unused declarationTom Tromey
2014-03-27Remove `expout*' globals from parser-defs.hSergio Durigan Junior
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-11-14language.h: Add "symtab.h" #includeJoel Brobecker
2013-11-07New field 'la_natural_name' in struct language_defnYao Qi
2013-11-07Constify 'la_name' in struct language_defnYao Qi
2013-10-25New field la_varobj_ops in struct language_defnYao Qi
2013-03-13Constify strings in tracepoint.c, lookup_cmd and the completers.Pedro Alves
2013-03-05 * ada-lang.c (ada_lookup_symbol_list_worker): New function, contentsDoug Evans
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker
2012-12-07 * ada-lang.c (ada_make_symbol_completion_list): Add 'code'Tom Tromey
2012-11-12 * ada-lang.c (user_select_syms, ada_print_subexp): Pass flagsTom Tromey
2012-08-17 PR c++/13356Keith Seitz
2012-06-13 * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.Tom Tromey
2012-03-02language-specific read_var_value for Ada renamingsJoel Brobecker
2012-03-01 * valprint.c (val_print): Update.Tom Tromey
2012-03-01 * value.h (value_print): Return void.Tom Tromey
2012-02-08Rename la_get_symbol_name_match_p into la_get_symbol_name_cmpJoel Brobecker
2012-02-012012-02-01 Gary Benson <gbenson@redhat.com>Gary Benson