summaryrefslogtreecommitdiff
path: root/gdb/regcache.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: make regcache::raw_update switch to right inferiorSimon Marchi2023-04-171-33/+56
* gdb: remove regcache::targetSimon Marchi2023-04-171-1/+0
* Introduce set_lval method on valueTom Tromey2023-02-131-1/+1
* Turn many optimized-out value functions into methodsTom Tromey2023-02-131-3/+3
* Turn some value_contents functions into methodsTom Tromey2023-02-131-2/+2
* Turn allocate_value into a static "constructor"Tom Tromey2023-02-131-1/+1
* Turn value_type into methodTom Tromey2023-02-131-1/+1
* gdb: initial support for ROCm platform (AMDGPU) debuggingSimon Marchi2023-02-021-1/+2
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* regcache: Add collect/supply_regset variants that accept a register base.John Baldwin2022-11-221-7/+14
* internal_error: remove need to pass __FILE__/__LINE__Pedro Alves2022-10-191-4/+2
* Use scoped_value_mark in more placesTom Tromey2022-10-141-4/+2
* gdb: update now gdbarch_register_name doesn't return nullptrAndrew Burgess2022-10-021-4/+1
* gdb: remove TYPE_LENGTHSimon Marchi2022-09-211-3/+3
* Use registry in gdbarchTom Tromey2022-08-041-16/+20
* [gdb] Avoid warnings in cooked_{read,write}_test for m68hc11Tom de Vries2022-06-131-0/+25
* gdb: make regcache's cooked_write_test selftest work with native-extended-gdb...Simon Marchi2022-05-051-23/+2
* Unify gdb printf functionsTom Tromey2022-03-291-33/+33
* regcache: Zero-extend small registers described by a register map.John Baldwin2022-01-281-1/+6
* Use filtered output in some dumping commandsTom Tromey2022-01-051-23/+23
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: make extract_integer take an array_viewSimon Marchi2021-12-031-13/+8
* gdb: change functions returning value contents to use gdb::array_viewSimon Marchi2021-10-251-2/+2
* Add regcache_map_supplies helper routine.John Baldwin2021-07-131-0/+27
* gdb: maintain ptid -> thread map, optimize find_thread_ptidSimon Marchi2021-07-121-0/+5
* gdb: make inferior_list use intrusive_listPedro Alves2021-07-121-1/+0
* gdb: fix tab after space indentation issuesSimon Marchi2021-05-271-3/+3
* gdb: make add_com_alias accept target as a cmd_list_elementSimon Marchi2021-05-271-4/+5
* gdb: don't zero-initialize reg_buffer contentsSimon Marchi2021-05-261-2/+5
* gdbsupport, gdb: give names to observersSimon Marchi2021-04-241-2/+4
* gdb: remove current_top_target functionSimon Marchi2021-03-241-1/+1
* gdb: remove push_target free functionsSimon Marchi2021-03-231-1/+1
* gdb: make some variables staticSimon Marchi2021-01-201-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb: introduce new 'maint flush ' prefix commandAndrew Burgess2020-12-131-2/+11
* gdb: handle the `ptid.is_pid ()` case in registers_changed_ptidSimon Marchi2020-08-201-25/+105
* gdb: split regcaches management selftestSimon Marchi2020-08-201-60/+125
* gdb: refactor test_get_thread_arch_aspace_regcacheSimon Marchi2020-08-201-23/+17
* gdb: clear regcaches at the start of regcaches selftestSimon Marchi2020-08-201-1/+5
* [gdb/build] Fix missing implicit constructor call with gcc 4.8Tom de Vries2020-08-081-1/+3
* gdb: change regcache list to be a mapSimon Marchi2020-08-071-42/+92
* gdb: pass target to thread_ptid_changed observableSimon Marchi2020-08-071-2/+70
* gdb: move regcache::regcaches to regcache.cSimon Marchi2020-08-061-42/+32
* gdb: rename regcache::current_regcache to regcache::regcachesSimon Marchi2020-08-061-31/+29
* Fix "maint selftest" regression, add struct scoped_mock_contextPedro Alves2020-06-231-56/+15
* gdb: remove TYPE_NAME macroSimon Marchi2020-05-161-1/+1
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-9/+9
* gdb: protect some 'regcache_read_pc' callsTankut Baris Aktemur2020-05-141-0/+18
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Multi-target supportPedro Alves2020-01-101-52/+110