Age | Commit message (Expand) | Author | Files | Lines |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-06-14 | Recognize _ in attribute names | Tom Tromey | 1 | -1/+1 |
2019-05-03 | Add noyywrap to ada-lex.l | Dilyan Palauzov | 1 | -7/+1 |
2019-04-04 | Move lexptr and prev_lexptr to parser_state | Tom Tromey | 1 | -6/+6 |
2019-04-04 | Move comma_terminates global to parser_state | Tom Tromey | 1 | -1/+1 |
2019-04-04 | Remove paren_depth global | Tom Tromey | 1 | -0/+4 |
2019-04-04 | Turn parse_gdbarch into a method | Tom Tromey | 1 | -4/+4 |
2019-01-08 | Fix build failure with macOS bison | Tom Tromey | 1 | -1/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-06-01 | Move gdb/common/diagnostics.h to include/diagnostics.h | H.J. Lu | 1 | -1/+1 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-08 | Introduce lookup_name_info and generalize Ada's FULL/WILD name matching | Pedro Alves | 1 | -16/+6 |
2017-10-25 | Target FP: Use target format throughout expression parsing | Ulrich Weigand | 1 | -9/+5 |
2017-06-26 | ada-lex: Ignore warnings about register keyword | Simon Marchi | 1 | -0/+10 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -2/+2 |
2015-08-20 | [Ada] Fix parsing for expressions with attributes and characters | Pierre-Marie de Rodat | 1 | -1/+1 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -2/+0 |
2014-03-27 | Remove `expout*' globals from parser-defs.h | Sergio Durigan Junior | 1 | -25/+29 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-12-05 | Minor coding-style fixes in ada-lex.l:find_dot_all. | Joel Brobecker | 1 | -13/+14 |
2013-12-03 | Ada: Reserved word "all" should not need to be spelled in lowercase. | Joel Brobecker | 1 | -1/+1 |
2013-11-18 | remove gdb_string.h | Tom Tromey | 1 | -1/+1 |
2013-10-02 | Constification of parse_linespec and fallout: | Keith Seitz | 1 | -1/+2 |
2013-03-13 | More invalid pointer to pointer conversions. | Pedro Alves | 1 | -3/+2 |
2013-03-12 | Allow 'thread' to be used as a variable name in expressions. | Paul N. Hilfinger | 1 | -11/+28 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -2/+1 |
2012-03-01 | 2012-03-01 Pedro Alves <palves@redhat.com> | Pedro Alves | 1 | -1/+1 |
2012-02-29 | [Ada] processId: Do not modify already encoded IDs | Joel Brobecker | 1 | -2/+13 |
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 1 | -2/+2 |
2011-01-01 | run copyright.sh for 2011. | Joel Brobecker | 1 | -1/+1 |
2010-01-19 | "delete" ada-lex.c:input function, not used. | Joel Brobecker | 1 | -0/+4 |
2010-01-01 | Update copyright year in most headers. | Joel Brobecker | 1 | -2/+2 |
2010-01-01 | Fix break *FUN'address thread NUM. | Joel Brobecker | 1 | -1/+3 |
2010-01-01 | Fix break *FUN'address task NUM. | Joel Brobecker | 1 | -0/+7 |
2009-03-18 | * Makefile.in: Update license to GPLv3. | Nathan Sidwell | 1 | -16/+14 |
2009-01-03 | Updated copyright notices for most files. | Joel Brobecker | 1 | -1/+1 |
2008-09-11 | * expression.h (struct expression): New member GDBARCH. | Ulrich Weigand | 1 | -6/+7 |
2008-08-19 | * ada-lang.c (discrete_type_high_bound,discrete_type_low_bound): Change | Paul N. Hilfinger | 1 | -0/+10 |
2008-01-09 | * doublest.h (DOUBLEST_PRINT_FORMAT): Remove % from string. | Thiago Jung Bauermann | 1 | -1/+1 |
2008-01-01 | Updated copyright notices for most files. | Daniel Jacobowitz | 1 | -1/+1 |
2007-06-12 | 2007-06-12 Markus Deuling <deuling@de.ibm.com> | Ulrich Weigand | 1 | -2/+4 |
2007-06-12 | 2007-06-12 Markus Deuling <deuling@de.ibm.com> | Ulrich Weigand | 1 | -3/+3 |
2007-01-09 | Copyright updates for 2007. | Daniel Jacobowitz | 1 | -1/+1 |
2006-09-21 | * ada-lex.l (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int) | Daniel Jacobowitz | 1 | -62/+0 |
2006-02-23 | * doublest.h: Conditionalize DOUBLEST on PRINTF_HAS_LONG_DOUBLE | Daniel Jacobowitz | 1 | -17/+1 |
2006-01-08 | * ada-exp.y, ada-lex.l, ada-typeprint.c: I18n markup. | Paul N. Hilfinger | 1 | -10/+10 |
2006-01-02 | * ada-exp.y: Considerable reorganization to move functionality | Paul N. Hilfinger | 1 | -344/+89 |