Add attribute::as_unsigned method
[deliverable/binutils-gdb.git] / gdb / ChangeLog
2020-09-30  Tom TromeyAdd attribute::as_unsigned method
2020-09-30  Tom TromeyChange how accessibility is handled in dwarf2/read.c
2020-09-30  Tom TromeyChange how reprocessing is done
2020-09-30  Tom TromeyRemove DW_ADDR
2020-09-30  Tom TromeyAdd reprocessing flag to struct attribute
2020-09-30  Tom TromeyUse setter for attribute's unsigned value
2020-09-30  Tom TromeyRemove DW_SND
2020-09-30  Tom TromeyRemove DW_SIGNATURE
2020-09-30  Tom TromeyRemove DW_BLOCK
2020-09-30  Tom TromeyRemove DW_STRING and DW_STRING_IS_CANONICAL
2020-09-30  Tom TromeyRemove some uses of DW_STRING_IS_CANONICAL
2020-09-30  Tom TromeyChange some uses of DW_STRING to string method
2020-09-30  Tom TromeyAvoid using DW_* macros in dwarf2/attribute.c
2020-09-30  Tom TromeyRename struct attribute accessors
2020-09-30  Tom TromeyAdd attribute::value_as_string method
2020-09-29  Pedro AlvesTweak gdbsupport/valid-expr.h for GCC 6, fix build
2020-09-29  Tom TromeyTurn target_have_steppable_watchpoint into function
2020-09-29  Tom TromeyTurn target_can_lock_scheduler into a function
2020-09-29  Tom TromeyRemove target_has_execution macro
2020-09-29  Tom TromeyTurn target_can_execute_reverse into function
2020-09-29  Tom TromeyRemove target_has_registers macro
2020-09-29  Tom TromeyRemove target_has_stack macro
2020-09-29  Tom TromeyRemove target_has_memory macro
2020-09-29  Tom TromeyRemove target_has_all_memory
2020-09-28  Simon Marchigdb: fix formatting of serial::async_state's enumerators
2020-09-28  Tom TromeyRewrite tui_puts
2020-09-28  Tom TromeyUse ISCNTRL in tui_copy_source_line
2020-09-28  Tom TromeyUse a curses pad for source and disassembly windows
2020-09-28  Tom TromeyRemove a call to show_source_line from TUI
2020-09-28  Tom TromeyUse an inner window in tui_py_window
2020-09-26  Gareth Reesgdb: Fix from_tty argument to gdb.execute in Python.
2020-09-25  Simon Marchigdb: fix formatting of _debug_printf macros
2020-09-25  Saagar JhaAdd a missing munmap_list move constructor
2020-09-25  Simon Marchigdb: fix whitespaces in ChangeLog
2020-09-24  Tom TromeyDon't let TUI focus on locator
2020-09-24  Hannes DomaniHandle 64bit breakpoints of WOW64 processes as SIGINT
2020-09-23  Tom TromeyHandle bit offset and bit size in base types
2020-09-23  Tom TromeyAvoid manual memory management of argv arrays in gdb...
2020-09-23  Tom TromeySimplify compile_module cleanup
2020-09-23  Tom TromeyTransfer module ownership to do_module_cleanup
2020-09-23  Tom TromeyIntroduce and use compile_module_up
2020-09-23  Tom TromeyUse new/delete for do_module_cleanup
2020-09-23  Tom TromeyRemove some manual memory management from compile interface
2020-09-21  Tom TromeyFix sparc prologue skipping
2020-09-19  Tom TromeyUse gdb_bfd_sections in generic_load
2020-09-19  Tom TromeyUse gdb_bfd_sections in build_section_table
2020-09-19  Tom TromeyUse gdb_bfd_sections in elf_symfile_read
2020-09-19  Tom TromeyUse gdb_bfd_sections in restore_command
2020-09-19  Tom TromeyUse gdb_bfd_sections in gcore_memory_sections
2020-09-19  Tom TromeyUse gdb_bfd_sections in ELF osabi tag sniffing
2020-09-19  Tom TromeyUse gdb_bfd_sections in dwarf2/read.c
2020-09-19  Tom TromeyUse gdb_bfd_sections in symfile.c
2020-09-19  Tom TromeyUse gdb_bfd_sections in build_objfile_section_table
2020-09-19  Tom TromeyUse gdb_bfd_sections in get_stap_base_address
2020-09-19  Tom TromeyUse gdb_bfd_sections in gdb_bfd_close_or_warn
2020-09-19  Tom TromeyUse gdb_bfd_sections in core_target_open
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...
next
This page took 0.231613 seconds and 107 git commands to generate.