summaryrefslogtreecommitdiff
path: root/gdb/regcache.c
AgeCommit message (Expand)Author
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess
2023-12-20displaced_step_finish: Don't fetch the regcache of exited threadsPedro Alves
2023-12-14gdb: add gdbarch_pseudo_register_write that takes a frameSimon Marchi
2023-12-14gdb: rename gdbarch_pseudo_register_write to gdbarch_deprecated_pseudo_regist...Simon Marchi
2023-12-14gdb: read pseudo register through frameSimon Marchi
2023-12-14gdb: add value::allocate_registerSimon Marchi
2023-12-14gdb: change regcache interface to use array_viewSimon Marchi
2023-12-14gdb: simplify conditions in regcache::{read,write,raw_collect,raw_supply}_partSimon Marchi
2023-12-14gdb: use reg_buffer_common throughout gdbsupport/common-regcache.hSimon Marchi
2023-12-01gdb: return when exceeding buffer size in regcache::transfer_regsetSimon Marchi
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six
2023-11-17gdb: remove get_current_regcacheSimon Marchi
2023-11-17gdb: remove regcache's address spaceSimon Marchi
2023-11-01gdb: use gdb::byte_vector instead of gdb::def_vector<gdb_byte>Simon Marchi
2023-10-10gdb: add inferior::{arch, set_arch}Simon Marchi
2023-09-11Specialize std::hash for ptid_tTom Tromey
2023-06-05[gdb] Fix more typosTom de Vries
2023-04-17gdb: make regcache::raw_update switch to right inferiorSimon Marchi
2023-04-17gdb: remove regcache::targetSimon Marchi
2023-02-13Introduce set_lval method on valueTom Tromey
2023-02-13Turn many optimized-out value functions into methodsTom Tromey
2023-02-13Turn some value_contents functions into methodsTom Tromey
2023-02-13Turn allocate_value into a static "constructor"Tom Tromey
2023-02-13Turn value_type into methodTom Tromey
2023-02-02gdb: initial support for ROCm platform (AMDGPU) debuggingSimon Marchi
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker
2022-11-22regcache: Add collect/supply_regset variants that accept a register base.John Baldwin
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves
2022-10-14Use scoped_value_mark in more placesTom Tromey
2022-10-02gdb: update now gdbarch_register_name doesn't return nullptrAndrew Burgess
2022-09-21gdb: remove TYPE_LENGTHSimon Marchi
2022-08-04Use registry in gdbarchTom Tromey
2022-06-13[gdb] Avoid warnings in cooked_{read,write}_test for m68hc11Tom de Vries
2022-05-05gdb: make regcache's cooked_write_test selftest work with native-extended-gdb...Simon Marchi
2022-03-29Unify gdb printf functionsTom Tromey
2022-01-28regcache: Zero-extend small registers described by a register map.John Baldwin
2022-01-05Use filtered output in some dumping commandsTom Tromey
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-12-03gdb: make extract_integer take an array_viewSimon Marchi
2021-10-25gdb: change functions returning value contents to use gdb::array_viewSimon Marchi
2021-07-13Add regcache_map_supplies helper routine.John Baldwin
2021-07-12gdb: maintain ptid -> thread map, optimize find_thread_ptidSimon Marchi
2021-07-12gdb: make inferior_list use intrusive_listPedro Alves
2021-05-27gdb: fix tab after space indentation issuesSimon Marchi
2021-05-27gdb: make add_com_alias accept target as a cmd_list_elementSimon Marchi
2021-05-26gdb: don't zero-initialize reg_buffer contentsSimon Marchi
2021-04-24gdbsupport, gdb: give names to observersSimon Marchi
2021-03-24gdb: remove current_top_target functionSimon Marchi
2021-03-23gdb: remove push_target free functionsSimon Marchi
2021-01-20gdb: make some variables staticSimon Marchi