summaryrefslogtreecommitdiff
path: root/gdb/ada-lex.l
Commit message (Expand)AuthorAgeFilesLines
* Add 128-bit integer support to the Ada parserTom Tromey2023-04-171-42/+25
* Remove some Ada parser helper functionsTom Tromey2023-04-171-4/+4
* Add methods and operators to gdb_mpzTom Tromey2023-03-141-5/+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/testsuite] Fix gdb.ada/literals.exp with aarch64Tom de Vries2022-07-301-2/+2
* [gdb/ada] Fix literal truncationTom de Vries2022-06-041-4/+23
* Fix bug in Ada number lexingTom Tromey2022-04-121-2/+2
* Add context-sensitive field name completion to Ada parserTom Tromey2022-04-041-6/+18
* Consolidate single-char tokens in ada-lex.lTom Tromey2022-04-041-3/+1
* Remove the Ada DOT_ALL tokenTom Tromey2022-04-041-2/+0
* Refactor ada-lex.l:processIdTom Tromey2022-04-041-18/+13
* Implement completion for Ada attributesTom Tromey2022-04-041-11/+60
* Fix bug in Ada attributes lexingTom Tromey2022-04-041-1/+6
* Remove null sentinel from 'attributes'Tom Tromey2022-04-041-12/+10
* Implement real literal extension for AdaTom Tromey2022-03-071-20/+78
* Fix Ada integer literals with exponentsTom Tromey2022-03-071-3/+6
* Handle non-ASCII identifiers in AdaTom Tromey2022-03-071-1/+1
* Simplify a regular expression in ada-lex.lTom Tromey2022-03-071-1/+1
* Handle multi-byte bracket sequences in Ada lexerTom Tromey2022-02-281-10/+14
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* ada-lex.l: Ignore register diagnostic also for g++ defaulting to ISO C++17Mark Wielaard2020-08-231-1/+3
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Recognize _ in attribute namesTom Tromey2019-06-141-1/+1
* Add noyywrap to ada-lex.lDilyan Palauzov2019-05-031-7/+1
* Move lexptr and prev_lexptr to parser_stateTom Tromey2019-04-041-6/+6
* Move comma_terminates global to parser_stateTom Tromey2019-04-041-1/+1
* Remove paren_depth globalTom Tromey2019-04-041-0/+4
* Turn parse_gdbarch into a methodTom Tromey2019-04-041-4/+4
* Fix build failure with macOS bisonTom Tromey2019-01-081-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Move gdb/common/diagnostics.h to include/diagnostics.hH.J. Lu2018-06-011-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Introduce lookup_name_info and generalize Ada's FULL/WILD name matchingPedro Alves2017-11-081-16/+6
* Target FP: Use target format throughout expression parsingUlrich Weigand2017-10-251-9/+5
* ada-lex: Ignore warnings about register keywordSimon Marchi2017-06-261-0/+10
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+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-2/+2
* [Ada] Fix parsing for expressions with attributes and charactersPierre-Marie de Rodat2015-08-201-1/+1
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Include string.h in common-defs.hGary Benson2014-08-071-2/+0
* Remove `expout*' globals from parser-defs.hSergio Durigan Junior2014-03-271-25/+29
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* Minor coding-style fixes in ada-lex.l:find_dot_all.Joel Brobecker2013-12-051-13/+14
* Ada: Reserved word "all" should not need to be spelled in lowercase.Joel Brobecker2013-12-031-1/+1
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* Constification of parse_linespec and fallout:Keith Seitz2013-10-021-1/+2
* More invalid pointer to pointer conversions.Pedro Alves2013-03-131-3/+2