aboutsummaryrefslogtreecommitdiff
path: root/gdb/ada-lex.l
AgeCommit message (Expand)AuthorFilesLines
2024-04-07gdb: ignore -Wregister instead of -Wdeprecated-registerSimon Marchi1-6/+4
2024-04-02Constify ada-lex.l:attributesTom Tromey1-1/+1
2024-04-02Remove "numbuf" globalTom Tromey1-3/+8
2024-04-02Move "returned_complete" into ada_parse_stateTom Tromey1-10/+2
2024-04-02Move "paren_depth" into ada_parse_stateTom Tromey1-8/+4
2024-04-02Move "temp_parse_space" into ada_parse_stateTom Tromey1-3/+4
2024-04-02Move "int_storage" global into ada_parse_stateTom Tromey1-2/+1
2024-04-02Implement Ada 2022 iterated assignmentTom Tromey1-0/+1
2024-03-21Implement Ada 2022 delta aggregatesTom Tromey1-0/+2
2024-02-04Use reference result of emplace_backTom Tromey1-2/+2
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
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