aboutsummaryrefslogtreecommitdiff
path: root/gdb/parse.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-06Add casts for legitimate integer to enum conversionsSimon Marchi1-1/+2
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat1-4/+4
2015-03-26dtrace-probe: Handle error while parsing probe argument.Joel Brobecker1-0/+22
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-6/+6
2015-03-07Normalize TRY_CATCH exception handling blockPedro Alves1-1/+6
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-23Replace some symbol accessor macros with functions.Doug Evans1-1/+1
2014-11-18symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated.Doug Evans1-1/+2
2014-11-18Use SYMBOL_OBJFILE more.Doug Evans1-1/+1
2014-11-06Delete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE_STRUCT.Doug Evans1-1/+0
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-07-30Update comments to operator_checkYao Qi1-6/+6
2014-04-11vla: introduce new bound type abstraction adapt usesSanimir Agovic1-1/+2
2014-03-27Remove `expout*' globals from parser-defs.hSergio Durigan Junior1-140/+137
2014-02-26start change to progspace independenceTom Tromey1-2/+2
2014-02-26change minsym representationTom Tromey1-3/+3
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-10-02Constification of parse_linespec and fallout:Keith Seitz1-15/+7
2013-08-05remove msymbol_objfileTom Tromey1-5/+6
2013-04-15 PR c++/9065:Tom Tromey1-0/+1
2013-04-08 PR symtab/8424:Tom Tromey1-1/+1
2013-04-08 * minsyms.h (struct bound_minimal_symbol): New.Tom Tromey1-3/+4
2013-03-13Constify strings in tracepoint.c, lookup_cmd and the completers.Pedro Alves1-5/+18
2013-03-12 * ada-lang.c (ada_read_renaming_var_value): Pass constKeith Seitz1-3/+11
2013-01-13gdb/Jan Kratochvil1-3/+10
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-2/+1
2012-12-14 * c-exp.y (block, variable, name_not_typename, lex_one_token,Tom Tromey1-1/+1
2012-12-07 * ada-lang.c (ada_make_symbol_completion_list): Add 'code'Tom Tromey1-1/+44
2012-12-07 * expression.h (parse_expression_for_completion): RenameTom Tromey1-7/+6
2012-12-03 * ada-exp.y (write_object_renaming, write_var_or_type)Tom Tromey1-6/+7
2012-11-02gdb:Yao Qi1-1/+0
2012-08-13gdb/Yao Qi1-1/+0
2012-08-13gdb/Yao Qi1-6/+0
2012-08-02gdb/Yao Qi1-10/+10
2012-07-19 PR exp/13206:Tom Tromey1-0/+2
2012-07-19 * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.Tom Tromey1-4/+8
2012-07-06 * c-exp.y (DOTDOTDOT): New token.Tom Tromey1-1/+2
2012-07-06 PR exp/9608:Tom Tromey1-0/+33
2012-07-06 * c-exp.y (%union) <type_stack>: New field.Tom Tromey1-9/+98
2012-07-06 * parser-defs.h (type_stack, type_stack_size, type_stack_depth):Tom Tromey1-24/+24
2012-06-27 PR macros/7961:Tom Tromey1-8/+11
2012-06-19 PR exp/9514:Tom Tromey1-2/+67
2012-05-182012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior1-1/+0
2012-04-272012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior1-19/+7
2012-01-182012-01-18 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior1-14/+37
2012-01-09 * parser-defs.h (namecopy): Delete.Doug Evans1-12/+17