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