Age | Commit message (Expand) | Author | Files | Lines |
2022-03-29 | Unify gdb putc functions | Tom Tromey | 1 | -5/+5 |
2022-03-29 | Unify gdb puts functions | Tom Tromey | 1 | -3/+3 |
2022-02-04 | Remove host_hex_value | Tom Tromey | 1 | -3/+3 |
2022-01-18 | Move gdb obstack code to gdbsupport | Tom Tromey | 1 | -1/+1 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-11-29 | Allow DW_ATE_UTF for Rust characters | Tom Tromey | 1 | -1/+1 |
2021-10-25 | gdb: change functions returning value contents to use gdb::array_view | Simon Marchi | 1 | -2/+2 |
2021-10-04 | Use unique_xmalloc_ptr<char> when demangling | Tom Tromey | 1 | -3/+5 |
2021-03-08 | Remove EVAL_SKIP | Tom Tromey | 1 | -18/+3 |
2021-03-08 | Remove union exp_element | Tom Tromey | 1 | -59/+0 |
2021-03-08 | Remove now-unused C evaluator code | Tom Tromey | 1 | -180/+0 |
2021-03-08 | Add c-exp.h and c_string_operation | Tom Tromey | 1 | -0/+126 |
2021-02-05 | Return unique_ptr from language_defn::get_compile_context | Tom Tromey | 1 | -4/+3 |
2021-01-28 | gdb: rename get_type_arch to type::arch | Simon Marchi | 1 | -4/+4 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-23 | gdb: remove LA_EMIT_CHAR macro | Andrew Burgess | 1 | -1/+1 |
2020-12-23 | gdb: rename c_printchar as language_defn::printchar | Andrew Burgess | 1 | -1/+4 |
2020-12-09 | gdb: make get_discrete_bounds return bool | Simon Marchi | 1 | -2/+2 |
2020-11-30 | Remove per-language op_name functions | Tom Tromey | 1 | -1/+0 |
2020-11-13 | Use const more in c-lang.c | Tom Tromey | 1 | -14/+14 |
2020-11-12 | gdb: rewrite how per language primitive types are managed | Andrew Burgess | 1 | -132/+62 |
2020-10-23 | gdb: Rename language_defn::demangle | Andrew Burgess | 1 | -1/+1 |
2020-09-16 | gdb: Remove language_data struct | Andrew Burgess | 1 | -31/+7 |
2020-09-16 | gdb: Convert language_data::la_op_print_tab to a method | Andrew Burgess | 1 | -4/+20 |
2020-09-16 | gdb: Convert language_data::la_exp_desc to a method | Andrew Burgess | 1 | -4/+20 |
2020-09-16 | gdb: Convert language_data::la_varobj_ops to a method | Andrew Burgess | 1 | -4/+5 |
2020-09-16 | gdb: Convert language_data::la_macro_expansion to a method | Andrew Burgess | 1 | -4/+20 |
2020-09-16 | gdb: Convert language_data::la_array_ordering to a method | Andrew Burgess | 1 | -4/+0 |
2020-09-16 | gdb: Convert language_data::la_case_sensitivity to a method | Andrew Burgess | 1 | -4/+0 |
2020-09-16 | gdb: Convert language_data::la_range_check to a method | Andrew Burgess | 1 | -4/+0 |
2020-09-16 | gdb: Convert la_store_sym_names_in_linkage_form_p to a method | Andrew Burgess | 1 | -4/+15 |
2020-09-16 | gdb: Convert language_data::string_lower_bound to a method | Andrew Burgess | 1 | -4/+0 |
2020-09-16 | gdb: Convert language_data::c_style_arrays to a method | Andrew Burgess | 1 | -4/+0 |
2020-09-16 | gdb: Move la_language into the language_defn class | Andrew Burgess | 1 | -4/+0 |
2020-09-16 | gdb: Convert la_filename_extensions to a method | Andrew Burgess | 1 | -19/+26 |
2020-09-16 | gdb: Convert la_name and la_natural_name to methods | Andrew Burgess | 1 | -8/+40 |
2020-09-16 | gdb: Convert la_name_of_this to a method | Andrew Burgess | 1 | -4/+5 |
2020-09-16 | gdb: Convert la_struct_too_deep_ellipsis to a method | Andrew Burgess | 1 | -4/+0 |
2020-09-14 | Apply 'const' in more places | Tom Tromey | 1 | -3/+3 |
2020-06-23 | gdb: Convert language la_is_string_type_p field to a method | Andrew Burgess | 1 | -4/+0 |
2020-06-23 | gdb: Convert language la_print_typedef field to a method | Andrew Burgess | 1 | -4/+0 |
2020-06-23 | gdb: Convert language la_printstr field to a method | Andrew Burgess | 1 | -4/+0 |
2020-06-23 | gdb: Convert language la_printchar field to a method | Andrew Burgess | 1 | -4/+0 |
2020-06-23 | gdb: Convert language la_emitchar field to a method | Andrew Burgess | 1 | -4/+0 |
2020-06-23 | gdb: Convert language la_post_parser field to a method | Andrew Burgess | 1 | -4/+0 |
2020-06-23 | gdb: Convert language la_parser field to a method | Andrew Burgess | 1 | -4/+0 |
2020-06-17 | gdb: Convert language la_lookup_symbol_nonlocal field to a method | Andrew Burgess | 1 | -4/+9 |
2020-06-17 | gdb: Convert language la_value_print_inner field to a method | Andrew Burgess | 1 | -4/+0 |
2020-06-17 | gdb: Convert language la_value_print field to a method | Andrew Burgess | 1 | -4/+0 |
2020-06-17 | gdb: Convert language la_watch_location_expression field to a method | Andrew Burgess | 1 | -15/+0 |