summaryrefslogtreecommitdiff
path: root/gdb/ada-exp.y
Commit message (Expand)AuthorAgeFilesLines
* gdb: remove TYPE_NFIELDS macroSimon Marchi2020-05-221-1/+1
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-1/+1
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Use a member function to set a symbol's languageChristian Biesinger2019-12-161-1/+1
* Use symbol_set_language to set a symbol's languageChristian Biesinger2019-12-161-1/+1
* Replace SYMBOL_SET_LINKAGE_NAME with a member functionChristian Biesinger2019-11-271-2/+1
* Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger2019-11-221-1/+2
* Make struct symbol inherit from general_symbol_infoChristian Biesinger2019-11-121-2/+1
* Make ada_decode not use a static bufferChristian Biesinger2019-09-231-1/+1
* Fix bug with character enumeration literalTom Tromey2019-08-151-1/+4
* Introduce obstack_strndupTom Tromey2019-08-061-9/+6
* Remove is_a_field_of_this from ada_lookup_symbolTom Tromey2019-07-011-1/+1
* Remove find_old_style_renaming_symbolTom Tromey2019-05-281-13/+0
* Fix cast of character to enum type in AdaTom Tromey2019-05-031-1/+9
* Add noyywrap to ada-lex.lDilyan Palauzov2019-05-031-1/+0
* Move innermost_block_tracker global to parse_stateTom Tromey2019-04-041-1/+1
* Move lexptr and prev_lexptr to parser_stateTom Tromey2019-04-041-1/+1
* Move expression_context_* globals to parser_stateTom Tromey2019-04-041-3/+4
* Turn parse_language into a methodTom Tromey2019-04-041-3/+3
* Turn parse_gdbarch into a methodTom Tromey2019-04-041-4/+4
* Fix build failure with macOS bisonTom Tromey2019-01-081-2/+2
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Remove la_errorTom Tromey2018-06-181-2/+2
* Remove last Ada cleanupsTom Tromey2018-06-041-30/+9
* gdb: PR mi/20395: Fix -var-update for registers in frames 1 and upAndrew Burgess2018-01-211-1/+1
* gdb: New API for tracking innermost blockAndrew Burgess2018-01-211-5/+1
* (Ada) problem printing renaming which references a subprogram parameterJoel Brobecker2018-01-051-2/+2
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* (Ada) GDB crash printing expression with type castingJoel Brobecker2017-12-011-5/+30
* local variable watchpoint not deleted after leaving scopeJoel Brobecker2017-11-081-9/+7
* Target FP: Use target format throughout expression parsingUlrich Weigand2017-10-251-20/+4
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* Remove make_cleanup_clear_parser_stateTom Tromey2017-09-061-6/+2
* -Wwrite-strings: The RestPedro Alves2017-04-051-2/+2
* 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-56/+4
* gdb/ada-exp.y: Remap yydefredPedro Alves2016-04-161-0/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add casts to memory allocation related callsSimon Marchi2015-09-251-10/+13
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-2/+2
* Replace the block_found global with explicit data-flowPierre-Marie de Rodat2015-08-011-27/+28
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* language_lookup_primitive_type: Renamed from language_lookup_primitive_type_b...Doug Evans2014-12-181-6/+6
* symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated.Doug Evans2014-11-181-1/+1
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* constify struct block in some placesTom Tromey2014-06-181-5/+5
* Remove `expout*' globals from parser-defs.hSergio Durigan Junior2014-03-271-227/+261
* 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