aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2020-09-16gdb: Convert language_data::la_array_ordering to a methodAndrew Burgess14-19/+39
2020-09-16gdb: Convert language_data::la_case_sensitivity to a methodAndrew Burgess13-33/+56
2020-09-16gdb: Convert language_data::la_range_check to a methodAndrew Burgess13-33/+83
2020-09-16gdb: Override store_sym_names_in_linkage_form_p for Go languageAndrew Burgess3-6/+11
2020-09-16gdb: Convert la_store_sym_names_in_linkage_form_p to a methodAndrew Burgess14-38/+93
2020-09-16gdb: Convert language_data::string_lower_bound to a methodAndrew Burgess15-21/+47
2020-09-16gdb: Fix an incorrect commentAndrew Burgess2-1/+5
2020-09-16gdb: Convert language_data::c_style_arrays to a methodAndrew Burgess18-28/+65
2020-09-16gdb: Move la_language into the language_defn classAndrew Burgess13-20/+27
2020-09-16gdb: Convert la_filename_extensions to a methodAndrew Burgess14-75/+147
2020-09-16gdb: Convert la_name and la_natural_name to methodsAndrew Burgess17-60/+263
2020-09-16gdb: Convert la_name_of_this to a methodAndrew Burgess18-29/+84
2020-09-16gdb: Convert la_struct_too_deep_ellipsis to a methodAndrew Burgess15-25/+55
2020-09-16Add myself to gdb/MAINTAINERS.Felix Willgerodt2-0/+5
2020-09-16[gdb/testsuite] Fix unbalanced braces in gdb.tui/new-layout.expTom de Vries2-6/+11
2020-09-15Remove TYPE_CODE_INT case from f_value_print_innerTom Tromey2-13/+6
2020-09-15Handle member pointers directly in generic_value_printTom Tromey4-32/+41
2020-09-15Don't use PyInt_FromLongTom Tromey12-24/+62
2020-09-15Don't use PyLong_FromUnsignedLongTom Tromey2-2/+7
2020-09-15Don't use PyLong_FromLongLongTom Tromey3-2/+9
2020-09-15Don't use PyLong_FromLongTom Tromey8-12/+38
2020-09-15Don't use gdb_py_long_from_ulongestTom Tromey8-16/+41
2020-09-15Don't use gdb_py_long_from_longestTom Tromey5-9/+15
2020-09-15Don't use PyInt_FromSsize_tTom Tromey3-3/+9
2020-09-15Avoid running one Rust test against older LLVMTom Tromey3-2/+36
2020-09-15Remove ui::numTom Tromey3-7/+6
2020-09-15Use arrays rather than pointers for global string constantsTom Tromey6-7/+16
2020-09-14gdb: introduce debuginfod_client_up typeSimon Marchi2-11/+32
2020-09-14gdb: use make_unique_xstrdup in debuginfod-support.cSimon Marchi2-1/+6
2020-09-14gdb: remove TYPE_INSTANCE_FLAGSSimon Marchi7-35/+35
2020-09-14gdb: fix compile break when HAVE_LIBEXPAT is not definedMichael Mullin2-2/+6
2020-09-14Rewrite enum_flags, add unit tests, fix problemsPedro Alves9-16/+625
2020-09-14Rename address_space_int_to_name/address_space_name_to_intPedro Alves6-21/+37
2020-09-14Use type_instance_flags more throughoutPedro Alves14-85/+168
2020-09-14Apply 'const' in more placesTom Tromey29-85/+153
2020-09-14gdb: turn gdb::bcache's function pointers into virtual methodsSimon Marchi6-63/+72
2020-09-14gdb: don't use inferior_ptid in linux_nat_wait_1Simon Marchi2-6/+10
2020-09-14Various m68k fixes for gdbTom Tromey3-46/+147
2020-09-14gdb: remove xfree in xml-support.cSimon Marchi2-3/+8
2020-09-14gdb: change xml_fetch_another a function_viewSimon Marchi5-40/+69
2020-09-14gdb: remove TYPE_ENDIANITY_NOT_DEFAULTSimon Marchi3-9/+12
2020-09-14gdb: add type::endianity_is_not_default / type::set_endianity_is_not_defaultSimon Marchi4-5/+23
2020-09-14gdb: remove TYPE_FIXED_INSTANCESimon Marchi4-19/+22
2020-09-14gdb: add type::is_fixed_instance / type::set_is_fixed_instanceSimon Marchi3-8/+25
2020-09-14gdb: remove TYPE_GNU_IFUNCSimon Marchi6-14/+17
2020-09-14gdb: add type::is_gnu_ifunc / type::set_is_gnu_ifuncSimon Marchi3-3/+21
2020-09-14gdb: remove TYPE_STUB_SUPPORTEDSimon Marchi3-9/+12
2020-09-14gdb: add type::stub_is_supported / type::set_stub_is_supportedSimon Marchi3-3/+19
2020-09-14gdb: remove TYPE_VECTORSimon Marchi29-92/+96
2020-09-14gdb: add type::is_vector / type::set_is_vectorSimon Marchi9-13/+29