summaryrefslogtreecommitdiff
path: root/gdb/parse.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix accessing TLS variables with no debug infoJan Kratochvil2017-09-061-2/+10
* Make "p S::method() const::static_var" work tooPedro Alves2017-09-041-3/+30
* Handle "p S::method()::static_var" in the C++ parserPedro Alves2017-09-041-0/+6
* Eliminate UNOP_MEMVAL_TLSPedro Alves2017-09-041-10/+0
* Introduce OP_VAR_MSYM_VALUEPedro Alves2017-09-041-32/+49
* Remove make_cleanup_restore_current_languageTom Tromey2017-08-031-11/+7
* Support rvalue reference type in parserArtemiy Volkov2017-03-201-17/+22
* Change {lookup,make}_reference_type APIArtemiy Volkov2017-03-201-1/+1
* Make length_of_subexp staticSimon Marchi2017-03-141-1/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Do not use std::move when assigning an anonymous object to a unique_ptr.John Baldwin2016-11-241-1/+1
* gdb::{unique_ptr,move} -> std::{unique_ptr,move}Pedro Alves2016-11-151-1/+1
* 'struct expression *' -> gdb::unique_xmalloc_ptr<expression>Pedro Alves2016-11-081-30/+20
* gdb: Use std::min and std::max throughoutPedro Alves2016-09-161-1/+2
* Rename OP_F90_RANGE to OP_RANGE.Tom Tromey2016-05-171-3/+3
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add some more casts (2/2)Simon Marchi2015-09-251-2/+2
* Add casts to memory allocation related callsSimon Marchi2015-09-251-7/+8
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-1/+1
* Add casts for legitimate integer to enum conversionsSimon Marchi2015-08-061-1/+2
* Replace the block_found global with explicit data-flowPierre-Marie de Rodat2015-08-011-4/+4
* dtrace-probe: Handle error while parsing probe argument.Joel Brobecker2015-03-261-0/+22
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-6/+6
* Normalize TRY_CATCH exception handling blockPedro Alves2015-03-071-1/+6
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-5/+5
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Replace some symbol accessor macros with functions.Doug Evans2014-12-231-1/+1
* symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated.Doug Evans2014-11-181-1/+2
* Use SYMBOL_OBJFILE more.Doug Evans2014-11-181-1/+1
* Delete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE_STRUCT.Doug Evans2014-11-061-1/+0
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* Update comments to operator_checkYao Qi2014-07-301-6/+6
* vla: introduce new bound type abstraction adapt usesSanimir Agovic2014-04-111-1/+2
* Remove `expout*' globals from parser-defs.hSergio Durigan Junior2014-03-271-140/+137
* start change to progspace independenceTom Tromey2014-02-261-2/+2
* change minsym representationTom Tromey2014-02-261-3/+3
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* Constification of parse_linespec and fallout:Keith Seitz2013-10-021-15/+7
* remove msymbol_objfileTom Tromey2013-08-051-5/+6
* PR c++/9065:Tom Tromey2013-04-151-0/+1
* PR symtab/8424:Tom Tromey2013-04-081-1/+1
* * minsyms.h (struct bound_minimal_symbol): New.Tom Tromey2013-04-081-3/+4
* Constify strings in tracepoint.c, lookup_cmd and the completers.Pedro Alves2013-03-131-5/+18
* * ada-lang.c (ada_read_renaming_var_value): Pass constKeith Seitz2013-03-121-3/+11
* gdb/Jan Kratochvil2013-01-131-3/+10
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-2/+1
* * c-exp.y (block, variable, name_not_typename, lex_one_token,Tom Tromey2012-12-141-1/+1