summaryrefslogtreecommitdiff
path: root/gdb/c-exp.y
Commit message (Expand)AuthorAgeFilesLines
* Make c-exp.y:name_obstack staticTom Tromey2020-09-171-1/+1
* gdb: Convert la_name_of_this to a methodAndrew Burgess2020-09-161-1/+1
* gdb: make macro_expand_next return a gdb::unique_xmalloc_ptr<char>Simon Marchi2020-07-031-11/+7
* gdb: remove callback in macro expand functionsSimon Marchi2020-07-031-2/+1
* Fix hex floating point lexingTom Tromey2020-06-111-4/+7
* gdb: remove TYPE_NAME macroSimon Marchi2020-05-161-2/+2
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-5/+5
* Speed up psymbol reading by removing a copyTom Tromey2020-05-081-5/+6
* Add _Complex type support to C parserTom Tromey2020-04-011-30/+51
* Change the C parser to allow complex constantsTom Tromey2020-04-011-8/+69
* Fix assert in c-exp.yTom Tromey2020-03-201-1/+1
* Add C parser support for "restrict" and "_Atomic"Tom Tromey2020-03-141-17/+39
* 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