]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Move register_dump to regcache-dump.c users/qiyao/regcache-split-4-1
authorYao Qi <yao.qi@linaro.org>
Thu, 30 Nov 2017 16:09:18 +0000 (16:09 +0000)
committerYao Qi <yao.qi@linaro.org>
Mon, 22 Jan 2018 12:14:35 +0000 (12:14 +0000)
commitf360befeb9d329b78ebf64a05f235e30e301ff20
tree88bd6b309303e6edca7c86ef2a191ca415e46b68
parent1dd96ef7b72cc94ca348a2edfa2b429986be90d8
Move register_dump to regcache-dump.c

gdb:

2017-11-30  Yao Qi  <yao.qi@linaro.org>

* Makefile.in (COMMON_SFILES): Add regcache-dump.c
* regcache-dump.c: New file.
* regcache.c: Move register_dump to regcache-dump.c.
(maintenance_print_registers): Likewise.
(maintenance_print_raw_registers): Likewise.
(maintenance_print_cooked_registers): Likewise.
(maintenance_print_register_groups): Likewise.
(maintenance_print_remote_registers): Likewise.
(_initialize_regcache): Likewise.
* regcache.h (register_dump): Moved from regcache.c.
gdb/Makefile.in
gdb/regcache-dump.c [new file with mode: 0644]
gdb/regcache.c
gdb/regcache.h