]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/regcache.c
sim: ppc: use correct macros
[thirdparty/binutils-gdb.git] / gdb / regcache.c
8 days ago  Tom TromeyChange file initialization to use INIT_GDB_FILE macro
2025-04-08  Tom TromeyUpdate copyright dates to include 2025
2025-03-30  Tom de Vries[gdb] Skip selftest with warning
2025-03-18  Tom TromeyUse gdb unordered map in regcache.c
2025-02-28  Simon Marchigdb, gdbserver, gdbsupport: fix some namespace comment...
2025-01-08  Thiago Jung BauermannGDB, gdbserver: Convert regcache_register_size function...
2024-12-04  Tom TromeyUse ui-out tables in some "maint print" commands
2024-11-12  Tom de Vries[gdb/tdep] Use raw_supply_part_zeroed for AArch64
2024-04-25  Simon Marchigdb: remove gdbcmd.h
2024-04-23  Simon Marchigdb: move store/extract integer functions to extract...
2024-04-19  Simon Marchigdb: make regcache::debug_print_register return a string
2024-03-27  Simon Marchigdb, gdbserver, gdbsupport: remove includes of early...
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2023-12-20  Pedro Alvesdisplaced_step_finish: Don't fetch the regcache of...
2023-12-14  Simon Marchigdb: add gdbarch_pseudo_register_write that takes a...
2023-12-14  Simon Marchigdb: rename gdbarch_pseudo_register_write to gdbarch_de...
2023-12-14  Simon Marchigdb: read pseudo register through frame
2023-12-14  Simon Marchigdb: add value::allocate_register
2023-12-14  Simon Marchigdb: change regcache interface to use array_view
2023-12-14  Simon Marchigdb: simplify conditions in regcache::{read,write,raw_c...
2023-12-14  Simon Marchigdb: use reg_buffer_common throughout gdbsupport/common...
2023-12-01  Simon Marchigdb: return when exceeding buffer size in regcache...
2023-11-21  Lancelot Sixgdb: Replace gdb::optional with std::optional
2023-11-17  Simon Marchigdb: remove get_current_regcache
2023-11-17  Simon Marchigdb: remove regcache's address space
2023-11-01  Simon Marchigdb: use gdb::byte_vector instead of gdb::def_vector...
2023-10-10  Simon Marchigdb: add inferior::{arch, set_arch}
2023-09-11  Tom TromeySpecialize std::hash for ptid_t
2023-06-05  Tom de Vries[gdb] Fix more typos
2023-04-17  Simon Marchigdb: make regcache::raw_update switch to right inferior
2023-04-17  Simon Marchigdb: remove regcache::target
2023-02-13  Tom TromeyIntroduce set_lval method on value
2023-02-13  Tom TromeyTurn many optimized-out value functions into methods
2023-02-13  Tom TromeyTurn some value_contents functions into methods
2023-02-13  Tom TromeyTurn allocate_value into a static "constructor"
2023-02-13  Tom TromeyTurn value_type into method
2023-02-02  Simon Marchigdb: initial support for ROCm platform (AMDGPU) debugging
2023-01-01  Joel BrobeckerUpdate copyright year range in header of all files...
2022-11-22  John Baldwinregcache: Add collect/supply_regset variants that accep...
2022-10-19  Pedro Alvesinternal_error: remove need to pass __FILE__/__LINE__
2022-10-14  Tom TromeyUse scoped_value_mark in more places
2022-10-02  Andrew Burgessgdb: update now gdbarch_register_name doesn't return...
2022-09-21  Simon Marchigdb: remove TYPE_LENGTH
2022-08-04  Tom TromeyUse registry in gdbarch
2022-06-13  Tom de Vries[gdb] Avoid warnings in cooked_{read,write}_test for...
2022-05-05  Simon Marchigdb: make regcache's cooked_write_test selftest work...
2022-03-29  Tom TromeyUnify gdb printf functions
2022-01-28  John Baldwinregcache: Zero-extend small registers described by...
2022-01-05  Tom TromeyUse filtered output in some dumping commands
2022-01-01  Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
2021-12-03  Simon Marchigdb: make extract_integer take an array_view
2021-10-25  Simon Marchigdb: change functions returning value contents to use...
2021-07-13  John BaldwinAdd regcache_map_supplies helper routine.
2021-07-13  Simon Marchigdb: maintain ptid -> thread map, optimize find_thread_ptid
2021-07-13  Pedro Alvesgdb: make inferior_list use intrusive_list
2021-05-27  Simon Marchigdb: fix tab after space indentation issues
2021-05-27  Simon Marchigdb: make add_com_alias accept target as a cmd_list_element
2021-05-26  Simon Marchigdb: don't zero-initialize reg_buffer contents
2021-04-24  Simon Marchigdbsupport, gdb: give names to observers
2021-03-24  Simon Marchigdb: remove current_top_target function
2021-03-23  Simon Marchigdb: remove push_target free functions
2021-01-21  Simon Marchigdb: make some variables static
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-13  Andrew Burgessgdb: introduce new 'maint flush ' prefix command
2020-08-20  Simon Marchigdb: handle the `ptid.is_pid ()` case in registers_chan...
2020-08-20  Simon Marchigdb: split regcaches management selftest
2020-08-20  Simon Marchigdb: refactor test_get_thread_arch_aspace_regcache
2020-08-20  Simon Marchigdb: clear regcaches at the start of regcaches selftest
2020-08-08  Tom de Vries[gdb/build] Fix missing implicit constructor call with...
2020-08-07  Simon Marchigdb: change regcache list to be a map
2020-08-07  Simon Marchigdb: pass target to thread_ptid_changed observable
2020-08-06  Simon Marchigdb: move regcache::regcaches to regcache.c
2020-08-06  Simon Marchigdb: rename regcache::current_regcache to regcache...
2020-06-23  Pedro AlvesFix "maint selftest" regression, add struct scoped_mock...
2020-05-16  Simon Marchigdb: remove TYPE_NAME macro
2020-05-14  Simon Marchigdb: remove TYPE_CODE macro
2020-05-14  Tankut Baris Aktemurgdb: protect some 'regcache_read_pc' calls
2020-01-13  Simon Marchigdb: add back declarations for _initialize functions
2020-01-10  Pedro AlvesMulti-target support
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-04  Simon MarchiFix regcache::cooked_read_test selftest for mep
2019-09-20  Ulrich WeigandRemove Cell Broadband Engine debugging support
2019-08-06  Philippe WaroquiersMake first and last lines of 'command help documentatio...
2019-07-09  Tom TromeyRename common to gdbsupport
2019-06-14  Tom TromeyRemove alloca(0) calls
2019-01-25  Tom TromeyNormalize includes to use common/
2019-01-23  Tom TromeyUse scope_exit in regcache.c
2019-01-21  Tom TromeyRemove duplicate or commented-out #includes
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-11-30  Pedro Alvestarget_ops::to_stratum -> target_ops::stratum() virtual...
2018-11-30  Pedro AlvesMove test_target_ops to a separate file
2018-11-22  Pedro AlvesPer-inferior thread list, thread ranges/iterators,...
2018-10-23  Hafiz Abid QadeerFix failing cooked_read selftest for CSKY.
2018-10-22  Simon MarchiIntroduce gdbarch_num_cooked_regs
2018-10-05  Tom TromeySimple -Wshadow=local fixes
2018-07-03  Tom TromeyRemove ptid_equal
2018-07-03  Tom TromeyRemove ptid_match
2018-06-22  Alan HaywardUse partial register read/writes in transfer_regset
2018-06-21  Pedro AlvesUse thread_info and inferior pointers more throughout
2018-06-21  Alan HaywardAvoid memcpys in regcache read_part/write_part for...
next