Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-09-10 | (Ada) Cleanup code by using ada_is_access_to_unconstrained_array call. | Xavier Roirand | 1 | -0/+2 |
2018-06-21 | Use thread_info and inferior pointers more throughout | Pedro Alves | 1 | -1/+1 |
2018-06-18 | Remove la_error | Tom Tromey | 1 | -2/+0 |
2018-06-04 | Remove last Ada cleanups | Tom Tromey | 1 | -1/+2 |
2018-05-21 | Change ada_catchpoint::excep_string to be a std::string | Tom Tromey | 1 | -1/+1 |
2018-02-14 | Remove references to ada_name_for_lookup (deleted) | Joel Brobecker | 1 | -2/+0 |
2018-01-31 | (Ada) C++fy conditional string when catching exception. | Xavier Roirand | 1 | -2/+2 |
2018-01-03 | (Ada) New command to stop at start of exception handler. | Xavier Roirand | 1 | -1/+2 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-21 | problem debugging ravenscar programs if runtime is stripped | Joel Brobecker | 1 | -0/+2 |
2017-11-21 | Add multiple-CPU support in ravenscar-thread.c | Joel Brobecker | 1 | -0/+2 |
2017-11-21 | Provide the "Base CPU" in output of "info task" (if set by runtime). | Joel Brobecker | 1 | -0/+6 |
2017-11-06 | Target FP: Perform Ada fixed-point scaling in target format | Ulrich Weigand | 1 | -4/+2 |
2017-10-02 | Fix GDB build with G++ 4.8 | Pedro Alves | 1 | -2/+2 |
2017-09-29 | Use a std::vector for ada_exceptions_list | Tom Tromey | 1 | -4/+5 |
2017-07-20 | get_int_var_value | Pedro Alves | 1 | -1/+1 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -4/+4 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-11-08 | Remove parameter valaddr from la_val_print | Yao Qi | 1 | -2/+2 |
2016-11-08 | Use ui_file_as_string throughout more | Pedro Alves | 1 | -1/+1 |