Remove path name from test case
[binutils-gdb.git] / gdb / regcache.c
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 BrobeckerCopyright Year update after running gdb/copyright.py
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...
2018-06-20 Simon MarchiRename regcache_cooked_read_ftype and make a function_view
2018-06-11 Alan HaywardAdd regcache raw_compare method
2018-06-11 Alan HaywardAdd reg_buffer_common
2018-06-10 Simon MarchiUse std::unique_ptr in reg_buffer
2018-06-10 Simon MarchiChange type of reg_buffer::m_register_status to registe...
2018-06-07 Pedro Alvestarget_stack -> current_top_target() throughout
2018-05-30 Simon MarchiRemove regcache_raw_collect
2018-05-30 Simon MarchiRemove regcache_raw_supply
2018-05-30 Simon MarchiRemove regcache_cooked_write_part
2018-05-30 Simon MarchiRemove regcache_cooked_read_part
2018-05-30 Simon MarchiRemove regcache_cooked_read_value
2018-05-30 Simon MarchiRemove regcache_cooked_write
2018-05-30 Simon MarchiRemove regcache_invalidate
2018-05-30 Simon MarchiRemove regcache_raw_write_part
2018-05-30 Simon MarchiRemove regcache_raw_read_part
2018-05-30 Simon MarchiRemove regcache_cooked_read
2018-05-30 Simon MarchiRemove regcache_raw_write
2018-05-30 Simon MarchiRemove regcache_raw_read
2018-05-30 Simon MarchiRemove regcache_raw_update
2018-05-30 Simon MarchiRemove regcache_register_status
2018-05-30 Simon MarchiRemove regcache_get_ptid
2018-05-16 Simon Marchiregcache.c: Remove unused typedefs
2018-05-02 Pedro AlvesConvert struct target_ops to C++
2018-04-16 Pedro Alvesgdb: Remove support for SH-5/SH64
2018-03-19 Tom TromeyConvert observers to C++
next