Construct readonly regcache without address space
authorYao Qi <yao.qi@linaro.org>
Thu, 2 Nov 2017 15:15:42 +0000 (15:15 +0000)
committerYao Qi <yao.qi@linaro.org>
Thu, 2 Nov 2017 15:15:42 +0000 (15:15 +0000)
commitf26ae15b471aaddee81d9d6c03af1cb0f2081735
treea4c1114f2089ec6e0ea63653eb26978e2d3c6fc5
parent6c6e9412e930c96f48b8ee78a389437328f5283c
Construct readonly regcache without address space

The address space is useless to readonly regcache, so this patch removes
the parameter to construct readonly regcache.

address_space was added in regcache by 6c95b8d, but for read-write
regcache.  regcache::aspace is used for various breakpoint/watchpoint
checking, and these regcache are not read-only regcache.

gdb:

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

* frame.c (do_frame_register_read): Remove aspace.
* jit.c (jit_frame_sniffer): Likwise.
* ppc-linux-tdep.c (ppu2spu_sniffer): Likewise.
* regcache.c (regcache::regcache): Pass nullptr.
(regcache_print): Caller updated.
* regcache.h (regcache::regcache): Remove one constructor
parameter aspace.
gdb/ChangeLog
gdb/frame.c
gdb/jit.c
gdb/ppc-linux-tdep.c
gdb/regcache.c
gdb/regcache.h
This page took 0.027618 seconds and 4 git commands to generate.