summaryrefslogtreecommitdiff
path: root/gdb/language.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Add class scoped_switch_to_sym_language_if_auto.Philippe Waroquiers2018-11-201-0/+35
* Change compile_instance/compile_c_instance into classesKeith Seitz2018-08-101-3/+3
* Use unique_xmalloc_ptr for read_stringTom Tromey2018-06-181-6/+12
* Remove la_errorTom Tromey2018-06-181-4/+0
* problem looking up some symbols when they have a linkage nameJoel Brobecker2018-03-271-0/+20
* language_get_symbol_name_matcher -> get_symbol_name_matcherPedro Alves2018-01-101-1/+1
* Ada: make verbatim matcher override other language matchers (PR gdb/22670)Pedro Alves2018-01-101-1/+4
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* C++-ify parser_stateTom Tromey2017-12-301-2/+2
* Handle custom completion match prefix / LCDPedro Alves2017-11-291-1/+2
* Introduce lookup_name_info and generalize Ada's FULL/WILD name matchingPedro Alves2017-11-081-17/+26
* Per-language symbol name hashing algorithmPedro Alves2017-11-081-0/+13
* Constify language_enumTom Tromey2017-09-111-1/+1
* Remove make_cleanup_restore_current_languageTom Tromey2017-08-031-0/+26
* Make language_def O(1)Pedro Alves2017-07-201-4/+19
* Rewrite/enhance explicit locations completer, parse left->rightPedro Alves2017-07-171-0/+1
* Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves2017-07-171-5/+7
* Use watchpoint's language when re-parsing expressionTom Tromey2017-05-191-0/+6
* -Wwrite-strings: The RestPedro Alves2017-04-051-2/+2
* -Wwrite-strings: Constify word break character arraysPedro Alves2017-04-051-2/+2
* Use gdb::function_view in iterate_over_symtabs & coPedro Alves2017-02-231-11/+8
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Remove parameter valaddr from la_val_printYao Qi2016-11-081-8/+1
* Use ui_file_as_string in gdb/compile/Pedro Alves2016-11-081-7/+7
* Move logic out of symbol_find_demangled_nameTom Tromey2016-06-231-0/+23
* Move filename extensions into language_defnTom Tromey2016-06-231-0/+7
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* DWARF: handle non-local references in nested functionsPierre-Marie de Rodat2015-08-251-3/+9
* gdb: Move get_frame_language from stack.c to frame.c.Andrew Burgess2015-08-071-2/+0
* gdb: get_frame_language now takes a frame parameter.Andrew Burgess2015-08-071-1/+1
* Replace the block_found global with explicit data-flowPierre-Marie de Rodat2015-08-011-4/+5
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Look up primitive types as symbols.Doug Evans2014-12-231-0/+16
* Add langdef arg to la_lookup_symbol_nonlocal.Doug Evans2014-12-231-1/+2
* language_lookup_primitive_type: Renamed from language_lookup_primitive_type_b...Doug Evans2014-12-181-3/+3
* the "compile" commandTom Tromey2014-12-121-0/+31
* remove an unused macro and an unused declarationTom Tromey2014-05-131-6/+0
* Remove `expout*' globals from parser-defs.hSergio Durigan Junior2014-03-271-1/+2
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* language.h: Add "symtab.h" #includeJoel Brobecker2013-11-141-0/+2
* New field 'la_natural_name' in struct language_defnYao Qi2013-11-071-0/+4
* Constify 'la_name' in struct language_defnYao Qi2013-11-071-2/+2
* New field la_varobj_ops in struct language_defnYao Qi2013-10-251-0/+4
* Constify strings in tracepoint.c, lookup_cmd and the completers.Pedro Alves2013-03-131-1/+2
* * ada-lang.c (ada_lookup_symbol_list_worker): New function, contentsDoug Evans2013-03-051-3/+3
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-2/+1
* * ada-lang.c (ada_make_symbol_completion_list): Add 'code'Tom Tromey2012-12-071-2/+5
* * ada-lang.c (user_select_syms, ada_print_subexp): Pass flagsTom Tromey2012-11-121-3/+4
* PR c++/13356Keith Seitz2012-08-171-30/+0