summaryrefslogtreecommitdiff
path: root/gdb/go-exp.y
Commit message (Expand)AuthorAgeFilesLines
* Remove some unnecessary includes from *-exp.yTom Tromey2023-03-201-3/+0
* Avoid manual memory management in go-lang.cTom Tromey2023-02-171-4/+4
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* gdb: remove TYPE_LENGTHSimon Marchi2022-09-211-1/+1
* [gdb/go] Fix literal truncationTom de Vries2022-06-041-66/+29
* Fix undefined behavior in the Fortran, Go and Pascal number parsersPedro Alves2022-04-081-7/+5
* gdb: remove SYMBOL_TYPE macroSimon Marchi2022-02-061-1/+1
* gdb: remove SYMBOL_IS_ARGUMENT macroSimon Marchi2022-02-061-1/+1
* gdb: remove SYMBOL_CLASS macro, add getterSimon Marchi2022-02-061-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Use for-each more in gdbTom Tromey2021-12-081-13/+12
* Use block_symbol in var_value_operationTom Tromey2021-04-151-2/+1
* Use bound_minimal_symbol in var_msym_value_operationTom Tromey2021-03-081-1/+1
* Remove BINOP_ENDTom Tromey2021-03-081-13/+13
* Convert go-exp.y to use operationsTom Tromey2021-03-081-101/+112
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb: move go_language class declaration into header fileAndrew Burgess2020-12-231-1/+3
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-7/+7
* Rewrite enum_flags, add unit tests, fix problemsPedro Alves2020-09-141-1/+1
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Make copy_name return std::stringTom Tromey2019-04-191-25/+20
* Move innermost_block_tracker global to parse_stateTom Tromey2019-04-041-1/+1
* Move completion parsing to parser_stateTom Tromey2019-04-041-4/+4
* Move arglist_len et al to parser_stateTom Tromey2019-04-041-6/+6
* Move lexptr and prev_lexptr to parser_stateTom Tromey2019-04-041-20/+20
* 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-3/+3
* Turn parse_language into a methodTom Tromey2019-04-041-1/+1
* Turn parse_gdbarch into a methodTom Tromey2019-04-041-10/+10
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Remove some uses of VEC from parsersTom Tromey2018-08-281-14/+10
* Remove la_errorTom Tromey2018-06-181-3/+3
* Fix "fall through" commentsTom Tromey2018-05-041-1/+1
* gdb: New API for tracking innermost blockAndrew Burgess2018-01-211-6/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Target FP: Use target format throughout expression parsingUlrich Weigand2017-10-251-28/+32
* Remove last cleanups from go-exp.yTom Tromey2017-09-061-10/+1
* Remove make_cleanup_clear_parser_stateTom Tromey2017-09-061-1/+1
* Eliminate make_cleanup_obstack_free, introduce auto_obstackPedro Alves2017-06-271-4/+5
* Use scoped_restore in more placesTom Tromey2017-04-121-2/+2
* -Wwrite-strings: The RestPedro Alves2017-04-051-3/+3
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Centralize yacc interface names remapping (yyparse, yylex, yyerror, etc)Pedro Alves2016-04-221-53/+4
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* [C++] Add casts to obstack_base callsSimon Marchi2015-11-181-2/+2
* Add casts to memory allocation related callsSimon Marchi2015-09-251-4/+4
* DWARF: handle non-local references in nested functionsPierre-Marie de Rodat2015-08-251-4/+1
* Replace the block_found global with explicit data-flowPierre-Marie de Rodat2015-08-011-15/+17