aboutsummaryrefslogtreecommitdiff
path: root/gdb/regcache.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-10-21Introduce gdbarch_num_cooked_regsSimon Marchi1-15/+6
2018-10-04Simple -Wshadow=local fixesTom Tromey1-9/+12
2018-07-03Remove ptid_equalTom Tromey1-3/+3
2018-07-03Remove ptid_matchTom Tromey1-3/+3
2018-06-22Use partial register read/writes in transfer_regsetAlan Hayward1-23/+107
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves1-1/+18
2018-06-21Avoid memcpys in regcache read_part/write_part for full registers.Alan Hayward1-46/+58
2018-06-20Rename regcache_cooked_read_ftype and make a function_viewSimon Marchi1-13/+8
2018-06-11Add regcache raw_compare methodAlan Hayward1-0/+14
2018-06-11Add reg_buffer_commonAlan Hayward1-25/+21
2018-06-09Use std::unique_ptr in reg_bufferSimon Marchi1-9/+9
2018-06-09Change type of reg_buffer::m_register_status to register_statusSimon Marchi1-7/+8
2018-06-07target_stack -> current_top_target() throughoutPedro Alves1-2/+2
2018-05-30Remove regcache_raw_collectSimon Marchi1-9/+0
2018-05-30Remove regcache_raw_supplySimon Marchi1-9/+0
2018-05-30Remove regcache_cooked_write_partSimon Marchi1-7/+0
2018-05-30Remove regcache_cooked_read_partSimon Marchi1-8/+0
2018-05-30Remove regcache_cooked_read_valueSimon Marchi1-6/+0