]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Move register_dump to regcache-dump.c users/qiyao/regcache-split-4
authorYao Qi <yao.qi@linaro.org>
Thu, 30 Nov 2017 16:09:18 +0000 (16:09 +0000)
committerYao Qi <yao.qi@linaro.org>
Thu, 18 Jan 2018 17:06:18 +0000 (17:06 +0000)
commitdf809109a9166958bbf82c1aeda13f1b58e20a81
tree5b3b931d4a0aa47fc379f67d19c83799b3613795
parent38116b5d568f3af1d2bd49cd3bc20d9945e6078c
Move register_dump to regcache-dump.c

gdb:

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

* Makefile.in (SFILES): Add regcache-dump.c
(COMMON_OBS): Add regcache-dump.o.
* 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