summaryrefslogtreecommitdiff
path: root/gdb/parse.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-12-30C++-ify parser_stateTom Tromey
2017-12-05Remove some unused variablesSimon Marchi
2017-11-06Target FP: Add string routines to target-float.{c,h}Ulrich Weigand
2017-10-25Target FP: Use target format throughout expression parsingUlrich Weigand
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-09-06Change funcall_chain to be a std::vectorTom Tromey
2017-09-06Fix accessing TLS variables with no debug infoJan Kratochvil
2017-09-04Make "p S::method() const::static_var" work tooPedro Alves
2017-09-04Handle "p S::method()::static_var" in the C++ parserPedro Alves
2017-09-04Eliminate UNOP_MEMVAL_TLSPedro Alves
2017-09-04Introduce OP_VAR_MSYM_VALUEPedro Alves
2017-08-03Remove make_cleanup_restore_current_languageTom Tromey
2017-03-20Support rvalue reference type in parserArtemiy Volkov
2017-03-20Change {lookup,make}_reference_type APIArtemiy Volkov
2017-03-14Make length_of_subexp staticSimon Marchi
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-11-24Do not use std::move when assigning an anonymous object to a unique_ptr.John Baldwin
2016-11-15gdb::{unique_ptr,move} -> std::{unique_ptr,move}Pedro Alves
2016-11-08'struct expression *' -> gdb::unique_xmalloc_ptr<expression>Pedro Alves
2016-09-16gdb: Use std::min and std::max throughoutPedro Alves
2016-05-17Rename OP_F90_RANGE to OP_RANGE.Tom Tromey
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-09-25Add some more casts (2/2)Simon Marchi
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi
2015-08-06Add casts for legitimate integer to enum conversionsSimon Marchi
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat
2015-03-26dtrace-probe: Handle error while parsing probe argument.Joel Brobecker
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves
2015-03-07Normalize TRY_CATCH exception handling blockPedro Alves
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-12-23Replace some symbol accessor macros with functions.Doug Evans
2014-11-18symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated.Doug Evans
2014-11-18Use SYMBOL_OBJFILE more.Doug Evans
2014-11-06Delete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE_STRUCT.Doug Evans
2014-10-08Remove spurious exceptions.h inclusionsGary Benson
2014-08-07Include string.h in common-defs.hGary Benson
2014-08-07Include gdb_assert.h in common-defs.hGary Benson
2014-07-30Update comments to operator_checkYao Qi
2014-04-11vla: introduce new bound type abstraction adapt usesSanimir Agovic
2014-03-27Remove `expout*' globals from parser-defs.hSergio Durigan Junior
2014-02-26start change to progspace independenceTom Tromey
2014-02-26change minsym representationTom Tromey
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-11-18remove gdb_string.hTom Tromey
2013-10-02Constification of parse_linespec and fallout:Keith Seitz
2013-08-05remove msymbol_objfileTom Tromey
2013-04-15 PR c++/9065:Tom Tromey