summaryrefslogtreecommitdiff
path: root/gdb/c-exp.y
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Remove gdbarch parameter of lookup_typenameSimon Marchi2019-12-051-36/+0
* Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger2019-11-221-1/+1
* Introduce obstack_strndupTom Tromey2019-08-061-3/+3
* Use obstack_strdup moreTom Tromey2019-08-061-3/+2
* Make copy_name return std::stringTom Tromey2019-04-191-47/+57
* Move innermost_block_tracker global to parse_stateTom Tromey2019-04-041-4/+3
* Move type stack handling to a new classTom Tromey2019-04-041-34/+43
* Move completion parsing to parser_stateTom Tromey2019-04-041-20/+23
* Move arglist_len et al to parser_stateTom Tromey2019-04-041-10/+10
* Move lexptr and prev_lexptr to parser_stateTom Tromey2019-04-041-25/+25
* Move comma_terminates global to parser_stateTom Tromey2019-04-041-1/+1
* Remove paren_depth globalTom Tromey2019-04-041-0/+4
* Move expression_context_* globals to parser_stateTom Tromey2019-04-041-21/+32
* Turn parse_language into a methodTom Tromey2019-04-041-46/+46
* Turn parse_gdbarch into a methodTom Tromey2019-04-041-45/+45
* More block constificationTom Tromey2019-03-241-2/+2
* Fix type_stack leaks in c expression parsing.Philippe Waroquiers2019-02-101-0/+4
* Fix build failure with macOS bisonTom Tromey2019-01-081-4/+4
* Remove remaining cleanups from c-exp.yTom Tromey2019-01-061-57/+36
* Remove string-related cleanup from c-exp.yTom Tromey2019-01-061-1/+4
* Use std::vector in type stacksTom Tromey2019-01-061-26/+40
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* gdb: Allow struct fields named doubleAndrew Burgess2018-12-241-1/+24
* gdb: Add new parser rule for structure field namesAndrew Burgess2018-12-241-5/+8
* gdb: Extend the comments in c-exp.yAndrew Burgess2018-12-241-2/+15
* Simple -Wshadow=local fixesTom Tromey2018-10-041-1/+1
* Avoid undefined behavior in parse_numberTom Tromey2018-10-031-6/+4
* Remove some uses of VEC from parsersTom Tromey2018-08-281-22/+21
* Remove la_errorTom Tromey2018-06-181-3/+3
* Support UTF-8 identifiers in C/C++ expressions (PR gdb/22973)Pedro Alves2018-05-221-14/+13
* Fix "fall through" commentsTom Tromey2018-05-041-1/+1
* Handle alignof and _AlignofTom Tromey2018-04-301-1/+7
* For PPC64/ELFv1: Introduce mst_data_gnu_ifuncPedro Alves2018-04-261-1/+2
* Calling ifunc functions when resolver has debug info, user symbol same namePedro Alves2018-04-261-4/+16
* Fix calling ifunc functions when resolver has debug info and different namePedro Alves2018-04-261-1/+3
* Return unique_xmalloc_ptr from macro scope functionsTom Tromey2018-02-081-13/+11
* Do not classify C struct members as a filenameLeszek Swirski2018-02-011-21/+24
* gdb: New API for tracking innermost blockAndrew Burgess2018-01-211-16/+4
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Target FP: Use target format throughout expression parsingUlrich Weigand2017-10-251-43/+36
* Canonicalize conversion operatorsKeith Seitz2017-10-181-2/+8
* Clean up some DFP interfacesUlrich Weigand2017-10-051-9/+3
* Remove make_cleanup_clear_parser_stateTom Tromey2017-09-061-1/+1
* Make "p S::method() const::static_var" work tooPedro Alves2017-09-041-0/+8
* Handle "p S::method()::static_var" in the C++ parserPedro Alves2017-09-041-2/+41
* Handle function aliases better (PR gdb/19487, errno printing)Pedro Alves2017-08-211-9/+29
* Introduce CP_OPERATOR_STR/CP_OPERATOR_LEN and use throughoutPedro Alves2017-07-171-3/+2
* Eliminate make_cleanup_obstack_free, introduce auto_obstackPedro Alves2017-06-271-4/+6
* Use scoped_restore in more placesTom Tromey2017-04-121-2/+2