Age | Commit message (Expand) | Author | Files | Lines |
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 | -2/+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/+7 |
2020-06-17 | gdb: Convert language la_lookup_symbol_nonlocal field to a method | Andrew Burgess | 1 | -1/+9 |
2020-06-17 | gdb: Convert language la_value_print_inner field to a method | Andrew Burgess | 1 | -1/+9 |
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 | -1/+0 |
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 |
2020-06-02 | gdb: Convert language la_language_arch_info field to a method | Andrew Burgess | 1 | -68/+64 |
2020-06-02 | gdb: Convert language la_pass_by_reference field to a method | Andrew Burgess | 1 | -1/+0 |
2020-06-02 | gdb: Convert language la_read_var_value field to a method | Andrew Burgess | 1 | -1/+0 |
2020-06-02 | gdb: Convert language la_print_array_index field to a method | Andrew Burgess | 1 | -1/+0 |
2020-06-02 | gdb: Represent all languages as sub-classes of language_defn | Andrew Burgess | 1 | -1/+17 |
2020-04-01 | Change how complex types are created | Tom Tromey | 1 | -6/+3 |
2020-03-13 | Remove val_print | Tom Tromey | 1 | -1/+0 |
2020-03-13 | Convert D printing to value-based API | Tom Tromey | 1 | -1/+1 |
2020-03-13 | Introduce la_value_print_inner | Tom Tromey | 1 | -0/+1 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-11-05 | Remove la_get_string member | Tom Tromey | 1 | -1/+0 |
2019-07-10 | Don't include gdbarch.h from defs.h | Tom Tromey | 1 | -0/+1 |
2019-04-29 | gdb: Introduce new language field la_is_string_type_p | Andrew Burgess | 1 | -0/+1 |
2019-04-29 | gdb: Introduce new language field la_struct_too_deep_ellipsis | Andrew Burgess | 1 | -1/+2 |
2019-04-12 | gdb: Remove LANG_MAGIC | Andrew Burgess | 1 | -2/+1 |
2019-04-06 | Revert the header-sorting patch | Tom Tromey | 1 | -7/+5 |
2019-04-05 | Sort includes for files gdb/[a-f]*.[chyl]. | Tom Tromey | 1 | -5/+7 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-06-18 | Remove la_error | Tom Tromey | 1 | -1/+0 |
2018-03-27 | problem looking up some symbols when they have a linkage name | Joel Brobecker | 1 | -0/+1 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-08 | Introduce lookup_name_info and generalize Ada's FULL/WILD name matching | Pedro Alves | 1 | -1/+1 |
2017-11-08 | Per-language symbol name hashing algorithm | Pedro Alves | 1 | -0/+1 |
2017-09-27 | Make init_type/arch_type take a size in bits | Ulrich Weigand | 1 | -1/+1 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -3/+0 |