Add a new overload of gdb_bfd_sections
[deliverable/binutils-gdb.git] / gdb / ChangeLog
2020-09-19  Tom TromeyAdd a new overload of gdb_bfd_sections
2020-09-19  Andrew Burgessgdb/fortran: Change whitespace when printing arrays
2020-09-19  Andrew Burgessgdb/fortran: Move Fortran expression handling into...
2020-09-19  Andrew Burgessgdb/fortran: Clean up array/string expression evaluation
2020-09-19  Victor Collodgdb: Update i386_analyze_prologue to skip endbr32
2020-09-18  Tom TromeyMake target_wait options use enum flags
2020-09-18  Andrew Burgessgdb: Fix use after free bug in compile_object_run
2020-09-18  Jon TurneyMention x86_64 Cygwin core file support in NEWS.
2020-09-18  Jon TurneyAdd handling for 64-bit module addresses in Cygwin...
2020-09-18  Jon TurneyPromote windows_core_xfer_shared_libraries and windows_...
2020-09-18  Jon TurneyAdd amd64_windows_gregset_reg_offset
2020-09-18  Jon TurneyAdd sniffer for Cygwin x86_64 core dumps
2020-09-18  Pedro AlvesFix "thread find" with multiple inferiors/targets ...
2020-09-17  Tom TromeyChange management of tdesc_arch_data
2020-09-17  Hannes DomaniFix ctrl-c when debugging WOW64 processes
2020-09-17  Tom TromeyUse htab_up in dwarf2/read.c
2020-09-17  Tom TromeyUse htab_up in type copying
2020-09-17  Tom TromeyUse htab_up in typedef_hash_table
2020-09-17  Tom TromeyUse htab_up in target-descriptions.c
2020-09-17  Tom TromeyUse htab_up in linespec.c
2020-09-17  Tom TromeyUse htab_up in filename_seen_cache
2020-09-17  Tom TromeyUse htab_up in completion_tracker
2020-09-17  Tom TromeyUse htab_up in breakpoint.c
2020-09-17  Tom TromeyUse htab_up in auto-load.c
2020-09-17  Tom TromeyMake c-exp.y:name_obstack static
2020-09-17  Chungyi Chigdb/riscv: fix decode of c.sdsp instruction
2020-09-16  Simon Marchigdb: use bool in the solib catchpoint area
2020-09-16  Simon Marchigdb: update instance_flags field name in gdb-gdb.py.in
2020-09-16  Tom TromeyMatch demangled name in "skip"
2020-09-16  John BaldwinAssume FreeBSD kernels always report exec events.
2020-09-16  John BaldwinRequire kinfo_get_file and kinfo_get_vmmap for FreeBSD...
2020-09-16  John BaldwinAssume FreeBSD hosts include support for fetching signa...
2020-09-16  John BaldwinAssume KERN_PROC_PATHNAME is present on FreeBSD hosts.
2020-09-16  John BaldwinAssume that PT_LWPINFO is always defined on FreeBSD...
2020-09-16  Tankut Baris Aktemurgdb/breakpoint: make a copy of the "commands" command...
2020-09-16  Andrew Burgessgdb: Remove language_data struct
2020-09-16  Andrew Burgessgdb: Convert language_data::la_op_print_tab to a method
2020-09-16  Andrew Burgessgdb: Convert language_data::la_exp_desc to a method
2020-09-16  Andrew Burgessgdb: Convert language_data::la_varobj_ops to a method
2020-09-16  Andrew Burgessgdb: Convert language_data::la_macro_expansion to a...
2020-09-16  Andrew Burgessgdb: Convert language_data::la_array_ordering to a...
2020-09-16  Andrew Burgessgdb: Convert language_data::la_case_sensitivity to...
2020-09-16  Andrew Burgessgdb: Convert language_data::la_range_check to a method
2020-09-16  Andrew Burgessgdb: Override store_sym_names_in_linkage_form_p for...
2020-09-16  Andrew Burgessgdb: Convert la_store_sym_names_in_linkage_form_p to...
2020-09-16  Andrew Burgessgdb: Convert language_data::string_lower_bound to a...
2020-09-16  Andrew Burgessgdb: Fix an incorrect comment
2020-09-16  Andrew Burgessgdb: Convert language_data::c_style_arrays to a method
2020-09-16  Andrew Burgessgdb: Move la_language into the language_defn class
2020-09-16  Andrew Burgessgdb: Convert la_filename_extensions to a method
2020-09-16  Andrew Burgessgdb: Convert la_name and la_natural_name to methods
2020-09-16  Andrew Burgessgdb: Convert la_name_of_this to a method
2020-09-16  Andrew Burgessgdb: Convert la_struct_too_deep_ellipsis to a method
2020-09-16  Felix WillgerodtAdd myself to gdb/MAINTAINERS.
2020-09-16  Tom TromeyRemove TYPE_CODE_INT case from f_value_print_inner
2020-09-16  Tom TromeyHandle member pointers directly in generic_value_print
2020-09-15  Tom TromeyDon't use PyInt_FromLong
2020-09-15  Tom TromeyDon't use PyLong_FromUnsignedLong
2020-09-15  Tom TromeyDon't use PyLong_FromLongLong
2020-09-15  Tom TromeyDon't use PyLong_FromLong
2020-09-15  Tom TromeyDon't use gdb_py_long_from_ulongest
2020-09-15  Tom TromeyDon't use gdb_py_long_from_longest
2020-09-15  Tom TromeyDon't use PyInt_FromSsize_t
2020-09-15  Tom TromeyRemove ui::num
2020-09-15  Tom TromeyUse arrays rather than pointers for global string constants
2020-09-15  Simon Marchigdb: introduce debuginfod_client_up type
2020-09-15  Simon Marchigdb: use make_unique_xstrdup in debuginfod-support.c
2020-09-15  Simon Marchigdb: remove TYPE_INSTANCE_FLAGS
2020-09-15  Michael Mullingdb: fix compile break when HAVE_LIBEXPAT is not defined
2020-09-14  Pedro AlvesRewrite enum_flags, add unit tests, fix problems
2020-09-14  Pedro AlvesRename address_space_int_to_name/address_space_name_to_int
2020-09-14  Pedro AlvesUse type_instance_flags more throughout
2020-09-14  Tom TromeyApply 'const' in more places
2020-09-14  Simon Marchigdb: turn gdb::bcache's function pointers into virtual...
2020-09-14  Simon Marchigdb: don't use inferior_ptid in linux_nat_wait_1
2020-09-14  Tom TromeyVarious m68k fixes for gdb
2020-09-14  Simon Marchigdb: remove xfree in xml-support.c
2020-09-14  Simon Marchigdb: change xml_fetch_another a function_view
2020-09-14  Simon Marchigdb: remove TYPE_ENDIANITY_NOT_DEFAULT
2020-09-14  Simon Marchigdb: add type::endianity_is_not_default / type::set_end...
2020-09-14  Simon Marchigdb: remove TYPE_FIXED_INSTANCE
2020-09-14  Simon Marchigdb: add type::is_fixed_instance / type::set_is_fixed_i...
2020-09-14  Simon Marchigdb: remove TYPE_GNU_IFUNC
2020-09-14  Simon Marchigdb: add type::is_gnu_ifunc / type::set_is_gnu_ifunc
2020-09-14  Simon Marchigdb: remove TYPE_STUB_SUPPORTED
2020-09-14  Simon Marchigdb: add type::stub_is_supported / type::set_stub_is_su...
2020-09-14  Simon Marchigdb: remove TYPE_VECTOR
2020-09-14  Simon Marchigdb: add type::is_vector / type::set_is_vector
2020-09-14  Simon Marchigdb: remove TYPE_VARARGS
2020-09-14  Simon Marchigdb: add type::has_varargs / type::set_has_varargs
2020-09-14  Simon Marchigdb: remove TYPE_PROTOTYPED
2020-09-14  Simon Marchigdb: add type::is_prototyped / type::set_is_prototyped
2020-09-14  Simon Marchigdb: remove TYPE_TARGET_STUB
2020-09-14  Simon Marchigdb: add type::target_is_stub / type::set_target_is_stub
2020-09-14  Simon Marchigdb: remove TYPE_STUB
2020-09-14  Simon Marchigdb: add type::is_stub / type::set_is_stub
2020-09-14  Simon Marchigdb: remove TYPE_NOSIGN
2020-09-14  Simon Marchigdb: add type::has_no_signedness / type::set_has_no_sig...
2020-09-14  Simon Marchigdb: remove TYPE_UNSIGNED
2020-09-14  Simon Marchigdb: add type::is_unsigned / type::set_is_unsigned
next
This page took 0.235011 seconds and 106 git commands to generate.