On Tue, 30 Sep 2014 17:23:47 +0200 Jens Freimann <jf...@linux.vnet.ibm.com> wrote:
> From: David Hildenbrand <d...@linux.vnet.ibm.com> > > This patch provides the name of the architecture in the target.xml if > available. > > This allows the remote gdb to detect the target architecture on its own - so > there is no need to specify it manually (e.g. if gdb is started without a > binary) using "set arch *arch_name*". > > The name of the architecture has been added to all archs that provide a > target.xml (by supplying a gdb_core_xml_file) and have a unique architecture > name in gdb's feature xml files. > > Signed-off-by: David Hildenbrand <d...@linux.vnet.ibm.com> > Acked-by: Cornelia Huck <cornelia.h...@de.ibm.com> > Acked-by: Christian Borntraeger <borntrae...@de.ibm.com> > Signed-off-by: Jens Freimann <jf...@linux.vnet.ibm.com> > Reviewed-by: Andreas Färber <afaer...@suse.de> > Cc: Andrzej Zaborowski <balr...@gmail.com> > Cc: Peter Maydell <peter.mayd...@linaro.org> > Cc: Vassili Karpov (malc) <av1...@comtv.ru> > CC: Edgar Iglesias <edgar.igles...@gmail.com> > CC: Richard Henderson <r...@twiddle.net> > --- > gdbstub.c | 19 ++++++++++++------- > include/qom/cpu.h | 2 ++ > target-arm/cpu64.c | 1 + > target-ppc/translate_init.c | 2 ++ > target-s390x/cpu.c | 1 + > 5 files changed, 18 insertions(+), 7 deletions(-) > I will send this with the next pile of s390x updates, unless someone on cc: has any objections.