On 06/29/2013 01:01 PM, Andreas Färber wrote: > Replace GET_REG*() macros by gdb_get_reg*() inline functions for > clarity and drop breaks after return. > > Allows to move target-specific code to new target-*/gdbstub.c files. > > Signed-off-by: Andreas Färber <afaer...@suse.de>
This one's quite hard to read. I wonder if there's value in splitting out functions one target at a time into the new gdbstub.c files, and only afterward performing a few minor textual changes to transform those functions into the CPUClass methods? r~