aboutsummaryrefslogtreecommitdiff
path: root/gdb/ada-lex.l
AgeCommit message (Expand)AuthorFilesLines
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six1-1/+1
2023-07-13Implement 'Enum_Val and 'Enum_RepTom Tromey1-0/+2
2023-06-05[gdb] Fix more typosTom de Vries1-1/+1
2023-04-17Add 128-bit integer support to the Ada parserTom Tromey1-42/+25
2023-04-17Remove some Ada parser helper functionsTom Tromey1-4/+4
2023-03-14Add methods and operators to gdb_mpzTom Tromey1-5/+4
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-09-21gdb: remove TYPE_LENGTHSimon Marchi1-1/+1
2022-07-30[gdb/testsuite] Fix gdb.ada/literals.exp with aarch64Tom de Vries1-2/+2
2022-06-04[gdb/ada] Fix literal truncationTom de Vries1-4/+23
2022-04-12Fix bug in Ada number lexingTom Tromey1-2/+2
2022-04-04Add context-sensitive field name completion to Ada parserTom Tromey1-6/+18
2022-04-04Consolidate single-char tokens in ada-lex.lTom Tromey1-3/+1
2022-04-04Remove the Ada DOT_ALL tokenTom Tromey1-2/+0
2022-04-04Refactor ada-lex.l:processIdTom Tromey1-18/+13
2022-04-04Implement completion for Ada attributesTom Tromey1-11/+60
2022-04-04Fix bug in Ada attributes lexingTom Tromey1-1/+6
2022-04-04Remove null sentinel from 'attributes'Tom Tromey1-12/+10
2022-03-07Implement real literal extension for AdaTom Tromey1-20/+78
2022-03-07Fix Ada integer literals with exponentsTom Tromey1-3/+6
2022-03-07Handle non-ASCII identifiers in AdaTom Tromey1-1/+1
2022-03-07Simplify a regular expression in ada-lex.lTom Tromey1-1/+1
2022-02-28Handle multi-byte bracket sequences in Ada lexerTom Tromey1-10/+14
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-08-23ada-lex.l: Ignore register diagnostic also for g++ defaulting to ISO C++17Mark Wielaard1-1/+3
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-06-14Recognize _ in attribute namesTom Tromey1-1/+1
2019-05-03Add noyywrap to ada-lex.lDilyan Palauzov1-7/+1
2019-04-04Move lexptr and prev_lexptr to parser_stateTom Tromey1-6/+6
2019-04-04Move comma_terminates global to parser_stateTom Tromey1-1/+1
2019-04-04Remove paren_depth globalTom Tromey1-0/+4
2019-04-04Turn parse_gdbarch into a methodTom Tromey1-4/+4
2019-01-08Fix build failure with macOS bisonTom Tromey1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-06-01Move gdb/common/diagnostics.h to include/diagnostics.hH.J. Lu1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-08Introduce lookup_name_info and generalize Ada's FULL/WILD name matchingPedro Alves1-16/+6
2017-10-25Target FP: Use target format throughout expression parsingUlrich Weigand1-9/+5
2017-06-26ada-lex: Ignore warnings about register keywordSimon Marchi1-0/+10
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-25Add casts to memory allocation related callsSimon Marchi1-2/+2
2015-08-20[Ada] Fix parsing for expressions with attributes and charactersPierre-Marie de Rodat1-1/+1
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-08-07Include string.h in common-defs.hGary Benson1-2/+0
2014-03-27Remove `expout*' globals from parser-defs.hSergio Durigan Junior1-25/+29
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-05Minor coding-style fixes in ada-lex.l:find_dot_all.Joel Brobecker1-13/+14
2013-12-03Ada: Reserved word "all" should not need to be spelled in lowercase.Joel Brobecker1-1/+1