Don't touch frame_info objects if frame cache was reinitialized
[binutils-gdb.git] / gdb / ChangeLog
2020-07-23 Pedro AlvesDon't touch frame_info objects if frame cache was reini...
2020-07-23 Tom de Vries[gdb/tui] Fix Wmaybe-uninitialized warning in tui-winso...
2020-07-23 Andrew Burgessgdb/disassembly: Update to handle non-statement addresses
2020-07-22 Kevin BuettnerAdd documentation for "maint print core-file-backed...
2020-07-22 Kevin BuettnerAdd new command "maint print core-file-backed-mappings"
2020-07-22 Kevin BuettnerAdjust coredump-filter.exp to account for NT_FILE note...
2020-07-22 Kevin BuettnerUse NT_FILE note section for reading core target memory
2020-07-22 Kevin BuettnerAdd new gdbarch method, read_core_file_mappings
2020-07-22 Kevin BuettnerProvide access to non SEC_HAS_CONTENTS core file sections
2020-07-22 Kevin Buettnersection_table_xfer_memory: Replace section name with...
2020-07-22 Tom TromeyFix crash in -stack-list-arguments
2020-07-22 Andrew Burgessgdb/python: Use reference not pointer in py-registers.c
2020-07-22 Simon Marchigdb/jit: skip jit symbol lookup if already detected...
2020-07-22 Simon Marchigdb/jit: apply minor cleanup and modernization
2020-07-22 Simon Marchigdb/jit: remove jiter_objfile_data -> objfile back...
2020-07-22 Tankut Baris Aktemurgdb/jit: enable tracking multiple JITer objfiles
2020-07-22 Simon Marchigdb/jit: move cached_code_address and jit_breakpoint...
2020-07-22 Simon Marchigdb/jit: apply some simplifications and assertions
2020-07-22 Simon Marchigdb/jit: split jit_objfile_data in two
2020-07-22 Simon Marchigdb/jit: link to jit_objfile_data directly from the...
2020-07-22 Tankut Baris Aktemurgdb/jit: pass the jiter objfile as an argument to jit_e...
2020-07-22 John BaldwinRetire the now-unused gdbarch handle_segmentation_fault...
2020-07-22 John BaldwinMigrate the sparc64 ADI handle_segmentation_fault hook...
2020-07-22 John BaldwinMigrate the x86 MPX handle_segmentation_fault hook...
2020-07-22 John BaldwinReport architecture-specific signal information for...
2020-07-22 John BaldwinAdd a new gdbarch hook to report additional signal...
2020-07-21 Andrew Burgessgdb/python: Reuse gdb.RegisterGroup objects where possible
2020-07-21 Andrew Burgessgdb/python: Reuse gdb.RegisterDescriptor objects where...
2020-07-21 Simon Marchigdb, gdbserver: make stopped_pids global variables...
2020-07-21 Simon Marchigdb: handle undefined properties in ada_discrete_type_...
2020-07-21 Kamil RytarowskiEnable multi-process mode in the NetBSD native target.
2020-07-20 John BaldwinImplement the skip_solib_resolver gdbarch hook for...
2020-07-20 Ludovic Courtèsguile: Add support for Guile 3.0.
2020-07-20 Ludovic Courtèsguile: Add support for Guile 2.2.
2020-07-18 Tom TromeyRemove "linux_multi_process" global
2020-07-17 Andrew Burgessgdb/riscv: delete target descriptions when gdb exits
2020-07-17 Tom TromeyUse boolean literals in linux-nat.c
2020-07-16 Caroline Ticegdb: fix issues with handling DWARF v5 rnglists & ...
2020-07-15 Andrew Burgessgdb/fortran: Handle dynamic string types when printing...
2020-07-14 Andrew Burgessgdb: Improve formatting of 'show architecture' messages
2020-07-13 Simon Marchigdb: make type::bounds work for array and string types
2020-07-13 Simon Marchigdb: remove TYPE_ARRAY_BIT_STRIDE
2020-07-13 Simon Marchigdb: remove TYPE_BIT_STRIDE
2020-07-13 Simon Marchigdb: remove TYPE_ARRAY_{LOWER,UPPER}_BOUND_VALUE
2020-07-13 Simon Marchigdb: remove TYPE_ARRAY_{UPPER,LOWER}_BOUND_IS_UNDEFINED
2020-07-13 Simon Marchigdb: remove TYPE_LOW_BOUND_KIND and TYPE_HIGH_BOUND_KIND
2020-07-13 Simon Marchigdb: remove TYPE_LOW_BOUND_UNDEFINED and TYPE_HIGH_BOUN...
2020-07-13 Simon Marchigdb: remove TYPE_HIGH_BOUND and TYPE_LOW_BOUND
2020-07-13 Simon Marchigdb: add accessors to struct dynamic_prop
2020-07-13 Simon Marchigdb: make get_discrete_bounds check for non-constant...
2020-07-13 Simon Marchigdb: remove TYPE_RANGE_DATA macro
2020-07-13 Simon Marchigdb: add type::bounds / type::set_bounds
2020-07-11 Philippe WaroquiersFine tune exec-file-mismatch help and documentation.
2020-07-10 Pedro AlvesFix crash if connection drops in scoped_restore_current...
2020-07-10 Pedro AlvesFix crash if connection drops in scoped_restore_current...
2020-07-10 Simon MarchiFix GDB busy loop when interrupting non-stop program...
2020-07-10 Pedro AlvesMake handle_no_resumed transfer terminal
2020-07-10 Pedro AlvesFix handle_no_resumed w/ multiple targets
2020-07-10 Pedro AlvesAvoid constant stream of TARGET_WAITKIND_NO_RESUMED
2020-07-10 Pedro AlvesFix latent bug in target_pass_ctrlc
2020-07-10 Pedro AlvesFix spurious unhandled remote %Stop notifications
2020-07-10 John BaldwinEnable multi-process mode in the FreeBSD native target.
2020-07-09 John BaldwinDon't compare the pid returned from 'wait' against...
2020-07-09 John BaldwinSupport several new ELF auxiliary vector types on FreeBSD.
2020-07-08 Hannes DomaniHandle Windows drives in auto-load script paths
2020-07-08 John BaldwinRename the 'obfd' argument to fbsd_nat_target::find_mem...
2020-07-08 Tom TromeyUse read_memory in ada_exception_message_1
2020-07-06 Andrew Burgessgdb: Python unwinders, inline frames, and tail-call...
2020-07-06 Andrew Burgessgdb/python: New method to access list of register groups
2020-07-06 Andrew Burgessgdb/python: Add gdb.Architecture.registers method
2020-07-06 Andrew Burgessgdb/python: Add architecture method to gdb.PendingFrame
2020-07-06 Andrew Burgessgdb: Remove deprecated_set_gdbarch_data
2020-07-06 Tom de Vries[gdb/symtab] Fix line-table end-of-sequence sorting
2020-07-06 Tom de Vries[gdb/tui,c++17] Fix NULL string_view in tui_partial_win...
2020-07-05 Tom de Vries[gdb/build,c++17] Fix use of deprecated std::uncaught_e...
2020-07-04 Simon Marchigdb: make macro_stringify return a gdb::unique_xmalloc_...
2020-07-04 Simon Marchigdb: make macro_expand_next return a gdb::unique_xmallo...
2020-07-04 Simon Marchigdb: remove callback in macro expand functions
2020-07-02 Simon Marchigdb: remove unused fetch_inferior_event and inferior_ev...
2020-07-02 Tom TromeyMake tui_win_info::name pure virtual
2020-07-02 Tom TromeyRemove tui_gen_win_info
2020-07-02 Tom TromeyDerive tui_locator_window from tui_win_info
2020-07-02 Tom TromeyRemove body of tui_locator_window constructor
2020-07-02 Tom TromeyDon't derive tui_data_item_window from tui_gen_win_info
2020-07-02 Tom TromeyRename tui_data_item_window::item_no
2020-07-02 Tom TromeyRemove useless "if' from tui-regs.c
2020-07-02 Tom TromeyRemove tui_data_window::name
2020-07-02 Tom TromeyMove some code out of tui-data.h
2020-07-02 Tom TromeyRemove tui_expand_tabs
2020-07-02 Tom TromeyUse complete_on_enum in tui_reggroup_completer
2020-07-01 Fangrui SongRecognize -1 as a tombstone value in .debug_line
2020-07-01 Alok Kumar SharmaAllow reference form for DW_AT_associated and DW_AT_all...
2020-06-30 Tom TromeyFix bug in quirk_rust_enum
2020-06-30 Tom TromeyDo not define basic_string_view::to_string
2020-06-29 Simon Marchigdb: fix documentation of gdbarch_displaced_step_copy_insn
2020-06-28 Tom TromeyRemove "cmd_type" function
2020-06-27 Pedro AlvesMake {get,set}_inferior_io_terminal inferior methods
2020-06-26 Nick AlcockFix --enable-libctf and --disable-static
2020-06-25 Simon Marchigdb: use make_unique_xstrdup in set_inferior_io_terminal
2020-06-25 Simon Marchigdb: make inferior::terminal a unique ptr
next