Age | Commit message (Expand) | Author | Files | Lines |
2023-05-12 | Add dynamic_prop::is_constant | Tom Tromey | 1 | -2/+2 |
2023-02-19 | Remove ALL_BLOCK_SYMBOLS | Tom Tromey | 1 | -3/+1 |
2023-02-13 | Turn many optimized-out value functions into methods | Tom Tromey | 1 | -8/+8 |
2023-02-13 | Turn remaining value_contents functions into methods | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn value_contents_eq into a method | Tom Tromey | 1 | -2/+2 |
2023-02-13 | Turn value_address and set_value_address functions into methods | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn value_type into method | Tom Tromey | 1 | -1/+1 |
2023-02-10 | GDB: Introduce limited array lengths while printing values | Andrew Burgess | 1 | -7/+25 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-10-10 | Change GDB to use frame_info_ptr | Tom Tromey | 1 | -1/+1 |
2022-09-21 | gdb: remove TYPE_LENGTH | Simon Marchi | 1 | -6/+6 |
2022-09-21 | gdb: add type::length / type::set_length | Simon Marchi | 1 | -4/+2 |
2022-09-21 | gdb: remove TYPE_TARGET_TYPE | Simon Marchi | 1 | -10/+10 |
2022-04-27 | gdb: remove BLOCK_SUPERBLOCK macro | Simon Marchi | 1 | -1/+1 |
2022-04-27 | gdb: remove BLOCK_FUNCTION macro | Simon Marchi | 1 | -1/+1 |
2022-04-11 | gdb: remove symbol value macros | Simon Marchi | 1 | -1/+1 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -18/+18 |
2022-03-29 | Unify gdb putc functions | Tom Tromey | 1 | -2/+2 |
2022-03-29 | Unify gdb puts functions | Tom Tromey | 1 | -15/+15 |
2022-02-24 | Fix crash in Fortran code | Tom Tromey | 1 | -2/+2 |
2022-02-11 | gdb/fortran: support ptype and print commands for namelist variables | Bhuvanendra Kumar N | 1 | -6/+20 |
2022-02-06 | gdb: remove SYMBOL_DOMAIN macro | Simon Marchi | 1 | -1/+1 |
2022-02-06 | gdb: remove SYMBOL_CLASS macro, add getter | Simon Marchi | 1 | -1/+1 |
2022-01-19 | Respect `set print array-indexes' with Fortran arrays | Maciej W. Rozycki | 1 | -8/+31 |
2022-01-19 | Respect `set print repeats' with Fortran arrays | Maciej W. Rozycki | 1 | -8/+202 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-10-25 | gdb: change functions returning value contents to use gdb::array_view | Simon Marchi | 1 | -1/+1 |
2021-09-30 | gdb: remove TYPE_FIELD_NAME and FIELD_NAME macros | Simon Marchi | 1 | -1/+1 |
2021-01-28 | gdb: rename get_type_arch to type::arch | Simon Marchi | 1 | -1/+1 |
2021-01-21 | gdb: remove unused f77_array_offset_tbl from f-valprint.c | Simon Marchi | 1 | -5/+0 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-23 | gdb: remove some uses of LA_PRINT_STRING | Andrew Burgess | 1 | -5/+5 |
2020-11-19 | gdb/fortran: Add support for Fortran array slices at the GDB prompt | Andrew Burgess | 1 | -94/+93 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -4/+4 |
2020-10-23 | gdb: move f_language class into a header file | Andrew Burgess | 1 | -2/+3 |
2020-09-19 | gdb/fortran: Change whitespace when printing arrays | Andrew Burgess | 1 | -2/+5 |
2020-09-15 | Remove TYPE_CODE_INT case from f_value_print_inner | Tom Tromey | 1 | -13/+1 |
2020-07-12 | gdb: make type::bounds work for array and string types | Simon Marchi | 1 | -6/+5 |
2020-07-12 | gdb: remove TYPE_ARRAY_BIT_STRIDE | Simon Marchi | 1 | -1/+2 |
2020-07-12 | gdb: remove TYPE_ARRAY_{LOWER,UPPER}_BOUND_VALUE | Simon Marchi | 1 | -2/+2 |
2020-07-12 | gdb: remove TYPE_ARRAY_{UPPER,LOWER}_BOUND_IS_UNDEFINED | Simon Marchi | 1 | -2/+2 |
2020-06-17 | gdb: Convert language la_value_print_inner field to a method | Andrew Burgess | 1 | -1/+1 |
2020-06-08 | gdb: remove TYPE_FIELD_TYPE macro | Simon Marchi | 1 | -1/+1 |
2020-06-08 | gdb: remove TYPE_INDEX_TYPE macro | Simon Marchi | 1 | -1/+1 |
2020-05-22 | gdb: remove TYPE_NFIELDS macro | Simon Marchi | 1 | -1/+1 |
2020-05-14 | gdb: remove TYPE_CODE macro | Simon Marchi | 1 | -7/+7 |
2020-03-13 | Remove val_print | Tom Tromey | 1 | -186/+0 |
2020-03-13 | Convert Fortran printing to value-based API | Tom Tromey | 1 | -2/+165 |
2020-03-13 | Introduce f_value_print_innner | Tom Tromey | 1 | -0/+10 |
2020-03-13 | Use common_val_print in f-valprint.c | Tom Tromey | 1 | -8/+3 |