This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
On 2018-02-21 03:27, Yao Qi wrote:
On Sat, Feb 17, 2018 at 3:50 AM, Simon Marchi <simon.marchi@polymtl.ca> wrote:I think it would make sense to move the remaining dump-related things (theregister_dump class, the register_dump::dump implementation) to regcache-dump.c.register_dump::dump accesses 'struct regcache_desc', which is declared in regcache.c, so that register_dump::dump can't be moved to regcache-dump.c.
Is there any reason we can't move struct regcache_descr to regcache.h?
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |