aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2020-09-16Assume FreeBSD kernels always report exec events.John Baldwin1-0/+9
2020-09-16Require kinfo_get_file and kinfo_get_vmmap for FreeBSD hosts.John Baldwin1-0/+9
2020-09-16Assume FreeBSD hosts include support for fetching signal information.John Baldwin1-0/+5
2020-09-16Assume KERN_PROC_PATHNAME is present on FreeBSD hosts.John Baldwin1-0/+5
2020-09-16Assume that PT_LWPINFO is always defined on FreeBSD hosts.John Baldwin1-0/+5
2020-09-16gdb/breakpoint: make a copy of the "commands" command's argumentTankut Baris Aktemur1-0/+5
2020-09-16gdb: Remove language_data structAndrew Burgess1-0/+35
2020-09-16gdb: Convert language_data::la_op_print_tab to a methodAndrew Burgess1-0/+46
2020-09-16gdb: Convert language_data::la_exp_desc to a methodAndrew Burgess1-0/+41
2020-09-16gdb: Convert language_data::la_varobj_ops to a methodAndrew Burgess1-0/+28
2020-09-16gdb: Convert language_data::la_macro_expansion to a methodAndrew Burgess1-0/+32
2020-09-16gdb: Convert language_data::la_array_ordering to a methodAndrew Burgess1-0/+27
2020-09-16gdb: Convert language_data::la_case_sensitivity to a methodAndrew Burgess1-0/+31
2020-09-16gdb: Convert language_data::la_range_check to a methodAndrew Burgess1-0/+38
2020-09-16gdb: Override store_sym_names_in_linkage_form_p for Go languageAndrew Burgess1-0/+7
2020-09-16gdb: Convert la_store_sym_names_in_linkage_form_p to a methodAndrew Burgess1-0/+46
2020-09-16gdb: Convert language_data::string_lower_bound to a methodAndrew Burgess1-0/+27
2020-09-16gdb: Fix an incorrect commentAndrew Burgess1-0/+4
2020-09-16gdb: Convert language_data::c_style_arrays to a methodAndrew Burgess1-0/+34
2020-09-16gdb: Move la_language into the language_defn classAndrew Burgess1-0/+21
2020-09-16gdb: Convert la_filename_extensions to a methodAndrew Burgess1-0/+55
2020-09-16gdb: Convert la_name and la_natural_name to methodsAndrew Burgess1-0/+86
2020-09-16gdb: Convert la_name_of_this to a methodAndrew Burgess1-0/+37
2020-09-16gdb: Convert la_struct_too_deep_ellipsis to a methodAndrew Burgess1-0/+32
2020-09-16Add myself to gdb/MAINTAINERS.Felix Willgerodt1-0/+4
2020-09-15Remove TYPE_CODE_INT case from f_value_print_innerTom Tromey1-0/+5
2020-09-15Handle member pointers directly in generic_value_printTom Tromey1-0/+10
2020-09-15Don't use PyInt_FromLongTom Tromey1-0/+26
2020-09-15Don't use PyLong_FromUnsignedLongTom Tromey1-0/+5
2020-09-15Don't use PyLong_FromLongLongTom Tromey1-0/+7
2020-09-15Don't use PyLong_FromLongTom Tromey1-0/+18
2020-09-15Don't use gdb_py_long_from_ulongestTom Tromey1-0/+18
2020-09-15Don't use gdb_py_long_from_longestTom Tromey1-0/+10
2020-09-15Don't use PyInt_FromSsize_tTom Tromey1-0/+7
2020-09-15Remove ui::numTom Tromey1-0/+6
2020-09-15Use arrays rather than pointers for global string constantsTom Tromey1-0/+9
2020-09-14gdb: introduce debuginfod_client_up typeSimon Marchi1-0/+8
2020-09-14gdb: use make_unique_xstrdup in debuginfod-support.cSimon Marchi1-0/+5
2020-09-14gdb: remove TYPE_INSTANCE_FLAGSSimon Marchi1-0/+5
2020-09-14gdb: fix compile break when HAVE_LIBEXPAT is not definedMichael Mullin1-0/+5
2020-09-14Rewrite enum_flags, add unit tests, fix problemsPedro Alves1-0/+21
2020-09-14Rename address_space_int_to_name/address_space_name_to_intPedro Alves1-0/+14
2020-09-14Use type_instance_flags more throughoutPedro Alves1-0/+53
2020-09-14Apply 'const' in more placesTom Tromey1-0/+58
2020-09-14gdb: turn gdb::bcache's function pointers into virtual methodsSimon Marchi1-0/+22
2020-09-14gdb: don't use inferior_ptid in linux_nat_wait_1Simon Marchi1-0/+5
2020-09-14Various m68k fixes for gdbTom Tromey1-0/+17
2020-09-14gdb: remove xfree in xml-support.cSimon Marchi1-0/+5
2020-09-14gdb: change xml_fetch_another a function_viewSimon Marchi1-0/+24
2020-09-14gdb: remove TYPE_ENDIANITY_NOT_DEFAULTSimon Marchi1-0/+5