aboutsummaryrefslogtreecommitdiff
path: root/gdb/regcache.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-12-13gdb: introduce new 'maint flush ' prefix commandAndrew Burgess1-2/+11
2020-08-20gdb: handle the `ptid.is_pid ()` case in registers_changed_ptidSimon Marchi1-25/+105
2020-08-20gdb: split regcaches management selftestSimon Marchi1-60/+125
2020-08-20gdb: refactor test_get_thread_arch_aspace_regcacheSimon Marchi1-23/+17
2020-08-20gdb: clear regcaches at the start of regcaches selftestSimon Marchi1-1/+5
2020-08-08[gdb/build] Fix missing implicit constructor call with gcc 4.8Tom de Vries1-1/+3
2020-08-07gdb: change regcache list to be a mapSimon Marchi1-42/+92
2020-08-07gdb: pass target to thread_ptid_changed observableSimon Marchi1-2/+70
2020-08-06gdb: move regcache::regcaches to regcache.cSimon Marchi1-42/+32
2020-08-06gdb: rename regcache::current_regcache to regcache::regcachesSimon Marchi1-31/+29
2020-06-23Fix "maint selftest" regression, add struct scoped_mock_contextPedro Alves1-56/+15
2020-05-16gdb: remove TYPE_NAME macroSimon Marchi1-1/+1
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-9/+9
2020-05-14gdb: protect some 'regcache_read_pc' callsTankut Baris Aktemur1-0/+18
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-10Multi-target supportPedro Alves1-52/+110
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-04Fix regcache::cooked_read_test selftest for mepSimon Marchi1-0/+1
2019-09-20Remove Cell Broadband Engine debugging supportUlrich Weigand1-14/+7
2019-08-07Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers1-1/+1
2019-07-09Rename common to gdbsupportTom Tromey1-7/+7
2019-06-14Remove alloca(0) callsTom Tromey1-7/+0
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-23Use scope_exit in regcache.cTom Tromey1-32/+2
2019-01-21Remove duplicate or commented-out #includesTom Tromey1-1/+0
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-30target_ops::to_stratum -> target_ops::stratum() virtual methodPedro Alves1-2/+2
2018-11-30Move test_target_ops to a separate filePedro Alves1-0/+1
2018-11-22Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves1-3/+0
2018-10-23Fix failing cooked_read selftest for CSKY.Hafiz Abid Qadeer1-1/+1