summaryrefslogtreecommitdiff
path: root/gdb/regcache.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Fix regcache::cooked_read_test selftest for mepSimon Marchi2019-12-041-0/+1
* Remove Cell Broadband Engine debugging supportUlrich Weigand2019-09-201-14/+7
* Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers2019-08-071-1/+1
* Rename common to gdbsupportTom Tromey2019-07-091-7/+7
* Remove alloca(0) callsTom Tromey2019-06-141-7/+0
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* Use scope_exit in regcache.cTom Tromey2019-01-231-32/+2
* Remove duplicate or commented-out #includesTom Tromey2019-01-211-1/+0
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* target_ops::to_stratum -> target_ops::stratum() virtual methodPedro Alves2018-11-301-2/+2
* Move test_target_ops to a separate filePedro Alves2018-11-301-0/+1
* Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves2018-11-221-3/+0
* Fix failing cooked_read selftest for CSKY.Hafiz Abid Qadeer2018-10-231-1/+1
* Introduce gdbarch_num_cooked_regsSimon Marchi2018-10-211-15/+6
* Simple -Wshadow=local fixesTom Tromey2018-10-041-9/+12
* Remove ptid_equalTom Tromey2018-07-031-3/+3
* Remove ptid_matchTom Tromey2018-07-031-3/+3
* Use partial register read/writes in transfer_regsetAlan Hayward2018-06-221-23/+107
* Use thread_info and inferior pointers more throughoutPedro Alves2018-06-211-1/+18
* Avoid memcpys in regcache read_part/write_part for full registers.Alan Hayward2018-06-211-46/+58
* Rename regcache_cooked_read_ftype and make a function_viewSimon Marchi2018-06-201-13/+8