aboutsummaryrefslogtreecommitdiff
path: root/gdb/parse.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-20Support rvalue reference type in parserArtemiy Volkov1-17/+22
2017-03-20Change {lookup,make}_reference_type APIArtemiy Volkov1-1/+1
2017-03-14Make length_of_subexp staticSimon Marchi1-1/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-24Do not use std::move when assigning an anonymous object to a unique_ptr.John Baldwin1-1/+1
2016-11-15gdb::{unique_ptr,move} -> std::{unique_ptr,move}Pedro Alves1-1/+1
2016-11-08'struct expression *' -> gdb::unique_xmalloc_ptr<expression>Pedro Alves1-30/+20
2016-09-16gdb: Use std::min and std::max throughoutPedro Alves1-1/+2
2016-05-17Rename OP_F90_RANGE to OP_RANGE.Tom Tromey1-3/+3
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-25Add some more casts (2/2)Simon Marchi1-2/+2
2015-09-25Add casts to memory allocation related callsSimon Marchi1-7/+8
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-1/+1
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