Age | Commit message (Expand) | Author | Files | Lines |
2024-12-18 | Run check-include-guards.py | Tom Tromey | 1 | -3/+3 |
2024-09-06 | Clear Ada symbol cache | Tom Tromey | 1 | -0/+4 |
2024-08-12 | gdb: drop struct keyword when using bound_minimal_symbol | Simon Marchi | 1 | -2/+1 |
2024-06-14 | Simplify ada_lookup_encoded_symbol | Tom Tromey | 1 | -3/+2 |
2024-02-20 | gdb: pass frames as `const frame_info_ptr &` | Simon Marchi | 1 | -1/+1 |
2024-01-28 | Use domain_search_flags in lookup_global_symbol_language | Tom Tromey | 1 | -3/+3 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 1 | -1/+1 |
2023-12-06 | Always use expand_symtabs_matching in ada-lang.c | Tom Tromey | 1 | -3/+11 |
2023-07-21 | Remove ancient Ada workaround | Tom Tromey | 1 | -2/+0 |
2023-06-12 | Transfer ownership of exception string to ada_catchpoint | Tom Tromey | 1 | -1/+1 |
2023-02-16 | Rename parameter of create_ada_exception_catchpoint | Tom Tromey | 1 | -1/+1 |
2023-02-16 | Constify ada_main_name | Tom Tromey | 1 | -1/+1 |
2023-02-16 | Remove unused declaration from ada-lang.h | Tom Tromey | 1 | -2/+0 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-10-18 | gdb, ada: update ada_lookup_simple_minsym | Markus Metzger | 1 | -1/+2 |
2022-10-17 | Improve Ada support in .gdb_index | Tom Tromey | 1 | -1/+1 |
2022-10-10 | Change GDB to use frame_info_ptr | Tom Tromey | 1 | -2/+2 |
2022-04-12 | Allow ada_decode not to decode operators | Tom Tromey | 1 | -2/+4 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-12-20 | gdb/ada-lang.h: Reformat comment to follow coding standards | Joel Brobecker | 1 | -2/+2 |
2021-10-05 | Remove 'varsize-limit' | Tom Tromey | 1 | -2/+0 |
2021-06-25 | Add non-wrapping mode to ada_decode | Tom Tromey | 1 | -1/+6 |
2021-03-10 | Use bool for "parse_completion" | Tom Tromey | 1 | -6/+6 |
2021-03-08 | Convert ada-exp.y to use operations | Tom Tromey | 1 | -0/+8 |
2021-03-08 | Split out some Ada type resolution code | Tom Tromey | 1 | -0/+38 |
2021-03-02 | Rewrite GNAT-encoded fixed point types in DWARF reader | Tom Tromey | 1 | -6/+0 |
2021-03-02 | Return a vector from ada_lookup_symbol_list | Tom Tromey | 1 | -3/+2 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -16/+16 |
2020-11-01 | ada-lang.c: Renaming some fixed-point-related routines | Joel Brobecker | 1 | -1/+1 |
2020-10-09 | Return std::string from ada_encode | Tom Tromey | 1 | -1/+1 |
2020-08-07 | Use gdb::function_view in iterate_over_live_ada_tasks | Tom Tromey | 1 | -2/+3 |
2020-06-15 | Remove read_memory_string | Tom Tromey | 1 | -1/+1 |
2020-05-15 | update name of several Ada fixed-point type handling functions | Joel Brobecker | 1 | -2/+2 |
2020-05-11 | Fix Ada value printing on PPC64 | Tom Tromey | 1 | -0/+5 |
2020-03-30 | Change ada_which_variant_applies to value API | Tom Tromey | 1 | -2/+1 |
2020-03-13 | Remove val_print | Tom Tromey | 1 | -5/+0 |
2020-03-13 | Introduce ada_value_print_inner | Tom Tromey | 1 | -0/+5 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-10-29 | Clean up ada-lang.h | Simon Marchi | 1 | -34/+0 |
2019-10-15 | gdb: Remove vec.{c,h} and update code to not include vec.h | Andrew Burgess | 1 | -1/+0 |
2019-09-23 | Make ada_decode not use a static buffer | Christian Biesinger | 1 | -1/+1 |
2019-07-10 | Change Ada catchpoints to be bp_catchpoint | Tom Tromey | 1 | -0/+4 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -1/+1 |
2019-07-01 | Remove is_a_field_of_this from ada_lookup_symbol | Tom Tromey | 1 | -1/+1 |
2019-05-28 | Remove find_old_style_renaming_symbol | Tom Tromey | 1 | -3/+0 |
2019-05-10 | Two minor constifications | Tom Tromey | 1 | -1/+1 |
2019-04-29 | gdb/ada: Update some predicate functions to return bool | Andrew Burgess | 1 | -2/+2 |
2019-02-19 | Minor Ada task cleanups | Tom Tromey | 1 | -2/+0 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -1/+1 |