aboutsummaryrefslogtreecommitdiff
path: root/gdb/p-lang.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-01Introduce metadata styleTom Tromey1-1/+4
2019-07-10Don't include gdbarch.h from defs.hTom Tromey1-0/+1
2019-04-29gdb: Introduce new language field la_is_string_type_pAndrew Burgess1-0/+11
2019-04-29gdb: Introduce new language field la_struct_too_deep_ellipsisAndrew Burgess1-1/+2
2019-04-12gdb: Remove LANG_MAGICAndrew Burgess1-2/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-06-18Remove la_errorTom Tromey1-1/+0
2018-03-27problem looking up some symbols when they have a linkage nameJoel Brobecker1-0/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-08Introduce lookup_name_info and generalize Ada's FULL/WILD name matchingPedro Alves1-1/+1
2017-11-08Per-language symbol name hashing algorithmPedro Alves1-0/+1
2017-07-20Make language_def O(1)Pedro Alves1-10/+1
2017-07-17Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves1-1/+1
2017-05-19Use watchpoint's language when re-parsing expressionTom Tromey1-0/+2
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-06-23Move logic out of symbol_find_demangled_nameTom Tromey1-0/+1
2016-06-23Move filename extensions into language_defnTom Tromey1-0/+6
2016-04-22Centralize yacc interface names remapping (yyparse, yylex, yyerror, etc)Pedro Alves1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-07-31Mostly trivial enum fixesSimon Marchi1-1/+1
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-12the "compile" commandTom Tromey1-0/+2
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-02-26use bound_minsym as result for lookup_minimal_symbol et alTom Tromey1-4/+4
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-11-07New field 'la_natural_name' in struct language_defnYao Qi1-0/+1
2013-10-25New field la_varobj_ops in struct language_defnYao Qi1-0/+2
2013-01-07 PR cli/7719:Tom Tromey1-14/+3
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-2/+1
2012-08-17 PR c++/13356Keith Seitz1-1/+0
2012-03-02language-specific read_var_value for Ada renamingsJoel Brobecker1-0/+1
2012-02-08Rename la_get_symbol_name_match_p into la_get_symbol_name_cmpJoel Brobecker1-1/+1
2012-02-07 * gdbtypes.h (struct main_type): Change type of name,tag_name,Doug Evans1-1/+1
2012-01-26Ada: allow unqualified function names in linespecsJoel Brobecker1-1/+1
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-2/+2
2011-12-06the "ambiguous linespec" seriesTom Tromey1-0/+2
2011-03-15 Remove trailing spaces and tabulations from pascal languagePierre Muller1-3/+3
2011-01-102011-01-10 Michael Snyder <msnyder@vmware.com>Michael Snyder1-5/+5
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-10-15 * p-lang.c (is_pascal_string_type): Use TYPE_FIELD_NAME accessor.Pierre Muller1-10/+10
2010-10-14 * p-lang.c (is_pascal_string_type): Avoid crashes on structuresPierre Muller1-1/+5
2010-07-12gdb/Jan Kratochvil1-1/+5
2010-05-162010-05-15 Michael Snyder <msnyder@vmware.com>Michael Snyder1-1/+4
2010-04-16 * p-lang.c (pascal_one_char): Do not restrict C to 0..255 range.Pierre Muller1-3/+1
2010-03-09 * p-lang.c (is_pascal_string_type): Remove unneeded parentheses.Pierre Muller1-1/+1
2010-03-08 * p-lang.c (is_pascal_string_type): Check that TYPE arg is non NULL.Pierre Muller1-1/+1
2010-01-142010-01-13 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-1/+1
2010-01-01Update copyright year in most headers.Joel Brobecker1-1/+1
2009-07-02 * defs.h (extract_signed_integer, extract_unsigned_integer,Ulrich Weigand1-4/+7