summaryrefslogtreecommitdiff
path: root/gdb/parse.c
Commit message (Expand)AuthorAgeFilesLines
* Use std::vector in type stacksTom Tromey2019-01-061-18/+6
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Simple -Wshadow=local fixesTom Tromey2018-10-041-3/+3
* Avoid undefined behavior in ada_operator_lengthTom Tromey2018-10-031-1/+5
* Implement struct type_stack with a vectorSimon Marchi2018-08-281-69/+43
* Use BLOCK_ENTRY_PC in place of most uses of BLOCK_STARTKevin Buettner2018-08-231-2/+2
* Simple unused variable removalsTom Tromey2018-07-221-1/+0
* Remove la_errorTom Tromey2018-06-181-2/+1
* Add inclusive range support for RustTom Tromey2018-04-271-0/+2
* For PPC64/ELFv1: Introduce mst_data_gnu_ifuncPedro Alves2018-04-261-26/+19
* Remove a cleanup from parse_expression_for_completionTom Tromey2018-02-211-16/+14
* gdb: PR mi/20395: Fix -var-update for registers in frames 1 and upAndrew Burgess2018-01-211-2/+7
* gdb: New API for tracking innermost blockAndrew Burgess2018-01-211-1/+10
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* C++-ify parser_stateTom Tromey2017-12-301-40/+37
* Remove some unused variablesSimon Marchi2017-12-051-2/+0
* Target FP: Add string routines to target-float.{c,h}Ulrich Weigand2017-11-061-9/+2
* Target FP: Use target format throughout expression parsingUlrich Weigand2017-10-251-74/+17
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Change funcall_chain to be a std::vectorTom Tromey2017-09-061-39/+7
* 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