aboutsummaryrefslogtreecommitdiff
path: root/gdb/p-exp.y
AgeCommit message (Expand)AuthorFilesLines
2017-04-05-Wwrite-strings: The RestPedro Alves1-3/+3
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-04-22Centralize yacc interface names remapping (yyparse, yylex, yyerror, etc)Pedro Alves1-59/+4
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-25Add casts to memory allocation related callsSimon Marchi1-3/+5
2015-08-25DWARF: handle non-local references in nested functionsPierre-Marie de Rodat1-4/+1
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat1-27/+33
2015-07-14Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi1-1/+1
2015-04-21Fix pascal behavior for class fields with testcasePierre Muller1-4/+8
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-5/+5
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-18language_lookup_primitive_type: Renamed from language_lookup_primitive_type_b...Doug Evans1-2/+2
2014-11-18symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated.Doug Evans1-1/+1
2014-11-06Delete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE_STRUCT.Doug Evans1-2/+2
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-06-18constify struct block in some placesTom Tromey1-1/+1
2014-03-27Remove `expout*' globals from parser-defs.hSergio Durigan Junior1-157/+195
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-06 Fix completion for pascal language.Pierre Muller1-17/+14
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-11-13Fix regressions caused by const-ify linespec patch:Keith Seitz1-44/+21
2013-10-02Constification of parse_linespec and fallout:Keith Seitz1-15/+27
2013-08-05remove msymbol_objfileTom Tromey1-6/+6
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-12-14 * c-exp.y (block, variable, name_not_typename, lex_one_token,Tom Tromey1-13/+13
2012-12-07 * expression.h (parse_expression_for_completion): RenameTom Tromey1-4/+4
2012-04-09* ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): NewMark Kettenis1-0/+6
2012-02-07 * gdbtypes.h (struct main_type): Change type of name,tag_name,Doug Evans1-1/+1
2012-01-162012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior1-5/+3
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-2/+1
2011-09-08gdb/Jan Kratochvil1-2/+2
2011-06-17 * value.h (value_of_this): Update.Tom Tromey1-2/+2
2011-03-18 ARI fixes: Add missing internationalization markups throughoutPierre Muller1-18/+18
2011-03-15 Remove trailing spaces and tabulations from pascal languagePierre Muller1-45/+46
2011-03-14 Fix ARI warning about function names in first column.Pierre Muller1-4/+2
2011-03-14 Fix ARI warning about functions without parameters that do notPierre Muller1-1/+1
2011-01-17 * p-exp.y (intvar): New static variable, used to set CURRENT_TYPEPierre Muller1-17/+89
2011-01-102011-01-10 Michael Snyder <msnyder@vmware.com>Michael Snyder1-40/+52
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-08-19 PR exp/11926Doug Evans1-28/+4
2010-05-08 * p-exp.y (exp : SIZEOF '(' exp ')'): New rule.Pierre Muller1-0/+3
2010-05-062010-05-05 Michael Snyder <msnyder@vmware.com>Michael Snyder1-1/+0
2010-03-05gdbTom Tromey1-2/+2
2010-01-01Update copyright year in most headers.Joel Brobecker1-1/+2
2009-03-18 * Makefile.in: Update license to GPLv3.Nathan Sidwell1-16/+14
2009-01-03 Updated copyright notices for most files.Joel Brobecker1-1/+1
2008-10-25 * ada-exp.y (write_object_renaming): Use malloc instead ofPedro Alves1-1/+1
2008-09-11 * expression.h (struct expression): New member GDBARCH.Ulrich Weigand1-31/+33
2008-09-11 * parser-defs.h (write_exp_msymbol): Remove TEXT_SYMBOL_TYPEUlrich Weigand1-14/+5
2008-05-19 * symtab.h (lookup_symbol_in_language): Remove SYMTAB parameter.Ulrich Weigand1-19/+8