Automatic date update in version.in
[binutils-gdb.git] / gdb /
2023-02-17 Andrew Burgessgdb: fix regression in gdb.xml/maint_print_struct.exp
2023-02-17 Aditya Vidyadhar... Fix multi-threaded debugging under AIX
2023-02-17 Tom TromeyRemove two unnecessary returns in ada-lang.c
2023-02-17 Tom de Vries[gdb/testsuite] Simplify gdb.arch/amd64-disp-step-avx.exp
2023-02-16 Tom TromeyRename parameter of create_ada_exception_catchpoint
2023-02-16 Tom TromeyUpdate the 'g' packet documentation
2023-02-16 Tom TromeyConstify ada_main_name
2023-02-16 Tom TromeyRemove unused declaration from ada-lang.h
2023-02-16 Andrew Burgessgdb/doc: document MI -remove-inferior command
2023-02-15 Tom TromeyReturn bool from more value methods
2023-02-15 Tom TromeyHave value::bits_synthetic_pointer return bool
2023-02-15 Tom TromeyChange value::m_stack to bool
2023-02-15 Tom TromeyChange value::m_initialized to bool
2023-02-15 Tom TromeyChange value::m_lazy to bool
2023-02-15 Tom TromeyChange value::m_modifiable to bool
2023-02-15 Pedro AlvesDon't throw quit while handling inferior events, part II
2023-02-15 Pedro AlvesGC get_active_ext_lang
2023-02-15 Pedro AlvesDon't throw quit while handling inferior events
2023-02-15 Pedro AlvesAdd new "$_shell(CMD)" internal function
2023-02-15 Pedro AlvesMake "ptype INTERNAL_FUNCTION" in Ada print like other...
2023-02-15 Pedro AlvesFix "ptype INTERNAL_FUNC" (PR gdb/30105)
2023-02-15 Simon Marchigdb/dwarf2: split .debug_names reading code to own...
2023-02-15 Simon Marchigdb/dwarf2: split .gdb_index reading code to own file
2023-02-15 Simon Marchigdb/dwarf2: move some things to read.h
2023-02-15 Simon Marchigdb: fix dealloc function not being called for frame 0
2023-02-15 Simon Marchigdb: store internalvars in an std::map
2023-02-15 Simon Marchigdb: add constructor to internalvar
2023-02-15 Simon Marchigdb: use std::string for internalvar::name
2023-02-15 Tom TromeyDo not record a rejected target description
2023-02-15 Pedro Alvesgdb/manual: Move @findex entries
2023-02-15 Felix Willgerodtgdb, fortran: Fix quad floating-point type for ifort...
2023-02-14 Tom TromeyRemove a use of pagination_enabled
2023-02-14 Simon Marchigdb/dwarf2: rename some things, index -> gdb_index
2023-02-14 Simon Marchigdb: cast return value of std::unique_ptr::release...
2023-02-14 Simon Marchigdb: remove unnecessary tui directory check in configure
2023-02-14 Tom TromeyDo not cast away const in agent_run_command
2023-02-14 Tom de Vries[gdb/testsuite] Add xfail in gdb.python/py-record-btrac...
2023-02-14 Tom de Vries[gdb/testsuite] Factor out proc linux_kernel_version
2023-02-14 Tom TromeyFix build bug in ppc-linux-nat.c
2023-02-13 Tom TromeyRely on value_ref_ptr::operator->
2023-02-13 Tom TromeyRemove deprecated_lval_hack
2023-02-13 Tom TromeyIntroduce set_lval method on value
2023-02-13 Tom TromeyMake ~value private
2023-02-13 Tom TromeyMake struct value data members private
2023-02-13 Tom TromeyTurn record_latest_value into a method
2023-02-13 Tom TromeyAdd value::set_modifiable
2023-02-13 Tom TromeyTurn various value copying-related functions into methods
2023-02-13 Tom TromeyTurn preserve_one_value into method
2023-02-13 Tom TromeyTurn some xmethod functions into methods
2023-02-13 Tom TromeyChange some code to use value methods
2023-02-13 Tom TromeyTurn set_value_component_location into method
2023-02-13 Tom TromeyTurn value_non_lval and value_force_lval into methods
2023-02-13 Tom TromeyTurn many optimized-out value functions into methods
2023-02-13 Tom TromeyTurn value_copy into a method
2023-02-13 Tom TromeyFully qualify calls to copy in value.c
2023-02-13 Tom TromeyTurn remaining value_contents functions into methods
2023-02-13 Tom TromeyTurn value_incref and value_decref into methods
2023-02-13 Tom TromeyMove value_ref_policy methods out-of-line
2023-02-13 Tom TromeyTurn value_bits_synthetic_pointer into a method
2023-02-13 Tom TromeyTurn value_contents_eq into a method
2023-02-13 Tom TromeyTurn allocate_value_contents into a method
2023-02-13 Tom TromeyTurn value_fetch_lazy into a method
2023-02-13 Tom TromeyTurn some value_contents functions into methods
2023-02-13 Tom TromeyTurn value_zero into static "constructor"
2023-02-13 Tom TromeyTurn allocate_optimized_out_value into static "constructor"
2023-02-13 Tom TromeyTurn allocate_computed_value into static "constructor"
2023-02-13 Tom TromeyTurn allocate_value into a static "constructor"
2023-02-13 Tom TromeyTurn allocate_value_lazy into a static "constructor"
2023-02-13 Tom TromeyTurn more deprecated_* functions into methods
2023-02-13 Tom TromeyTurn value_address and set_value_address functions...
2023-02-13 Tom TromeyTurn value_initialized and set_value_initialized functi...
2023-02-13 Tom TromeyConvert value_lval_const and deprecated_lval_hack to...
2023-02-13 Tom TromeyTurn value_computed_closure and value_computed_funcs...
2023-02-13 Tom TromeyTurn value_stack and set_value_stack functions into...
2023-02-13 Tom TromeyTurn value_lazy and set_value_lazy functions into methods
2023-02-13 Tom TromeyTurn some value offset functions into method
2023-02-13 Tom TromeyTurn value_enclosing_type into method
2023-02-13 Tom TromeyTurn deprecated_value_modifiable into method
2023-02-13 Tom TromeyTurn value_offset into method
2023-02-13 Tom TromeyTurn value_parent into method
2023-02-13 Tom TromeyTurn value_bitpos into method
2023-02-13 Tom TromeyTurn value_bitsize into method
2023-02-13 Tom TromeyTurn value_arch into method
2023-02-13 Tom TromeyTurn deprecated_set_value_type into a method
2023-02-13 Tom TromeyTurn value_type into method
2023-02-13 Tom TromeyMove struct value to value.h
2023-02-13 Tom TromeyMove ~value body out-of-line
2023-02-13 Tom TromeyRename all fields of struct value
2023-02-13 Tom TromeyRemove unused imports from gdb's Python code
2023-02-13 Andrew Burgessgdb/tui: don't leak the known_window_types map
2023-02-13 Andrew Burgessgdb/python: deallocate tui window factories at Python...
2023-02-13 Andrew Burgessgdb/python: allow Python TUI windows to be replaced
2023-02-13 Keith SeitzFix doc build dependencies for --with-system-readline
2023-02-13 Andrew Burgessgdb/testsuite: handle differences in guile error string...
2023-02-13 Lancelot SIXgdb/testsuite: look for hipcc in env(ROCM_PATH)
2023-02-13 Lancelot SIXgdb/testsuite: allow_hipcc_tests tests the hipcc compiler
2023-02-13 Lancelot SIXgdb/testsuite: require amd-dbgapi support to run rocm...
2023-02-13 Lancelot SIXgdb/testsuite: Rename skip_hipcc_tests to allow_hipcc_tests
2023-02-13 Lancelot SIXgdb: 'show config' shows --with[out]-amd-dbgapi
2023-02-12 Tom TromeyMove some code from dwarf2/read.c to die.c
next