Age | Commit message (Expand) | Author | Files | Lines |
2024-10-06 | [gdb] Fix common misspellings | Tom de Vries | 1 | -4/+4 |
2024-08-12 | gdb: add program_space parameter to lookup_minimal_symbol | Simon Marchi | 1 | -10/+20 |
2024-08-12 | gdb: remove lookup_bound_minimal_symbol | Simon Marchi | 1 | -3/+2 |
2024-08-12 | gdb: make lookup_minimal_symbol objf and sfile parameters optional | Simon Marchi | 1 | -8/+9 |
2024-08-12 | gdb: drop struct keyword when using bound_minimal_symbol | Simon Marchi | 1 | -5/+3 |
2024-05-30 | gdb: remove unused includes in utils.h | Simon Marchi | 1 | -0/+1 |
2024-04-25 | gdb: remove gdbcmd.h | Simon Marchi | 1 | -1/+1 |
2024-04-23 | gdb: move a bunch of quit-related things to event-top.{c,h} | Simon Marchi | 1 | -0/+1 |
2024-03-26 | gdb, gdbserver, gdbsupport: remove includes of early headers | Simon Marchi | 1 | -1/+0 |
2024-01-28 | Use domain_search_flags in lookup_symbol et al | Tom Tromey | 1 | -2/+2 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 1 | -1/+1 |
2023-05-03 | Pass const frame_info_ptr reference for skip_[language_]trampoline | Mark Wielaard | 1 | -1/+1 |
2023-05-01 | Remove evaluate_expression | Tom Tromey | 1 | -3/+1 |
2023-02-27 | Catch gdb_exception_error instead of gdb_exception (in many places) | Kevin Buettner | 1 | -1/+1 |
2023-02-13 | Turn deprecated_set_value_type into a method | Tom Tromey | 1 | -1/+1 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-11-09 | Allow 'ptype/o' for assembly | Tom Tromey | 1 | -0/+7 |
2022-10-10 | Change GDB to use frame_info_ptr | Tom Tromey | 1 | -5/+5 |
2022-07-28 | Rewrite registry.h | Tom Tromey | 1 | -1/+1 |
2022-05-10 | Always pass an explicit language down to c_type_print | Pedro Alves | 1 | -1/+1 |
2022-04-11 | gdb: remove symbol value macros | Simon Marchi | 1 | -1/+1 |
2022-03-29 | Rename puts_filtered_tabular | Tom Tromey | 1 | -2/+2 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -10/+10 |
2022-02-06 | gdb: remove SYMBOL_TYPE macro | Simon Marchi | 1 | -2/+2 |
2022-01-18 | Move gdb_regex 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-10-04 | Use unique_xmalloc_ptr<char> when demangling | Tom Tromey | 1 | -5/+7 |
2021-05-27 | gdb: make add_com_alias accept target as a cmd_list_element | Simon Marchi | 1 | -3/+4 |
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 |