aboutsummaryrefslogtreecommitdiff
path: root/gdb/regcache.c
AgeCommit message (Expand)AuthorFilesLines
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
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