Age | Commit message (Expand) | Author | Files | Lines |
2021-03-22 | gdb/objc: make objc_demangle a member function of objc_language | Andrew Burgess | 1 | -71/+68 |
2021-03-08 | Remove union exp_element | Tom Tromey | 1 | -43/+0 |
2021-03-08 | Convert c-exp.y to use operations | Tom Tromey | 1 | -2/+8 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-23 | gdb/objc: fix bug in objc_language::opcode_print_table | Andrew Burgess | 1 | -1/+1 |
2020-12-15 | Add expected type parameter to evaluate_expression | Tom Tromey | 1 | -3/+3 |
2020-11-10 | Constify value_nsstring | Tom Tromey | 1 | -1/+1 |
2020-10-23 | gdb: Rename language_defn::demangle | Andrew Burgess | 1 | -1/+1 |
2020-09-28 | Remove target_has_execution macro | Tom Tromey | 1 | -4/+4 |
2020-09-16 | gdb: Remove language_data struct | Andrew Burgess | 1 | -7/+1 |
2020-09-16 | gdb: Convert language_data::la_op_print_tab to a method | Andrew Burgess | 1 | -1/+5 |
2020-09-16 | gdb: Convert language_data::la_exp_desc to a method | Andrew Burgess | 1 | -1/+0 |
2020-09-16 | gdb: Convert language_data::la_varobj_ops to a method | Andrew Burgess | 1 | -1/+0 |
2020-09-16 | gdb: Convert language_data::la_macro_expansion to a method | Andrew Burgess | 1 | -1/+5 |
2020-09-16 | gdb: Convert language_data::la_array_ordering to a method | Andrew Burgess | 1 | -1/+0 |
2020-09-16 | gdb: Convert language_data::la_case_sensitivity to a method | Andrew Burgess | 1 | -1/+0 |
2020-09-16 | gdb: Convert language_data::la_range_check to a method | Andrew Burgess | 1 | -1/+0 |
2020-09-16 | gdb: Convert la_store_sym_names_in_linkage_form_p to a method | Andrew Burgess | 1 | -1/+0 |
2020-09-16 | gdb: Convert language_data::string_lower_bound to a method | Andrew Burgess | 1 | -1/+0 |
2020-09-16 | gdb: Convert language_data::c_style_arrays to a method | Andrew Burgess | 1 | -1/+0 |
2020-09-16 | gdb: Move la_language into the language_defn class | Andrew Burgess | 1 | -1/+0 |
2020-09-16 | gdb: Convert la_filename_extensions to a method | Andrew Burgess | 1 | -6/+8 |
2020-09-16 | gdb: Convert la_name and la_natural_name to methods | Andrew Burgess | 1 | -2/+10 |
2020-09-16 | gdb: Convert la_name_of_this to a method | Andrew Burgess | 1 | -1/+5 |
2020-09-16 | gdb: Convert la_struct_too_deep_ellipsis to a method | Andrew Burgess | 1 | -1/+0 |
2020-09-14 | Apply 'const' in more places | Tom Tromey | 1 | -1/+1 |
2020-06-23 | gdb: Convert language la_is_string_type_p field to a method | Andrew Burgess | 1 | -1/+0 |
2020-06-23 | gdb: Convert language la_print_typedef field to a method | Andrew Burgess | 1 | -1/+0 |
2020-06-23 | gdb: Convert language la_printstr field to a method | Andrew Burgess | 1 | -1/+0 |
2020-06-23 | gdb: Convert language la_printchar field to a method | Andrew Burgess | 1 | -1/+0 |
2020-06-23 | gdb: Convert language la_emitchar field to a method | Andrew Burgess | 1 | -1/+0 |
2020-06-23 | gdb: Convert language la_post_parser field to a method | Andrew Burgess | 1 | -1/+0 |
2020-06-23 | gdb: Convert language la_parser field to a method | Andrew Burgess | 1 | -1/+0 |
2020-06-17 | gdb: Convert language la_lookup_symbol_nonlocal field to a method | Andrew Burgess | 1 | -1/+0 |
2020-06-17 | gdb: Convert language la_value_print_inner field to a method | Andrew Burgess | 1 | -1/+0 |
2020-06-17 | gdb: Convert language la_value_print field to a method | Andrew Burgess | 1 | -1/+0 |
2020-06-17 | gdb: Convert language la_watch_location_expression field to a method | Andrew Burgess | 1 | -1/+0 |
2020-06-17 | gdb: Convert language la_collect_symbol_completion_matches field to a method | Andrew Burgess | 1 | -1/+0 |
2020-06-17 | gdb: Convert language la_word_break_characters field to a method | Andrew Burgess | 1 | -1/+0 |
2020-06-17 | gdb: Convert language la_get_symbol_name_matcher field to a method | Andrew Burgess | 1 | -1/+0 |
2020-06-17 | gdb: Convert language la_compute_program field to a method | Andrew Burgess | 1 | -1/+0 |
2020-06-17 | gdb: Convert language la_class_name_from_physname field to a method | Andrew Burgess | 1 | -2/+0 |
2020-06-02 | gdb: Convert language skip_trampoline field to a method | Andrew Burgess | 1 | -32/+34 |
2020-06-02 | gdb: Convert language la_demangle field to a method | Andrew Burgess | 1 | -1/+7 |
2020-06-02 | gdb: Convert language la_print_type field to a method | Andrew Burgess | 1 | -1/+9 |
2020-06-02 | gdb: Convert language la_sniff_from_mangled_name field to a method | Andrew Burgess | 1 | -10/+8 |
2020-06-02 | gdb: Convert language la_search_name_hash field to a method | Andrew Burgess | 1 | -1/+0 |
2020-06-02 | gdb: Convert language la_get_compile_instance field to a method | Andrew Burgess | 1 | -1/+0 |
2020-06-02 | gdb: Convert language la_iterate_over_symbols field to a method | Andrew Burgess | 1 | -1/+0 |
2020-06-02 | gdb: Convert language la_lookup_transparent_type field to a method | Andrew Burgess | 1 | -1/+0 |