Re: [Qemu-devel] [PATCH] gdb: provide the name of the architecture in the target.xml

2014-10-06 Thread David Hildenbrand
> On 6 October 2014 20:14, David Hildenbrand wrote: > > actually the questions were addressed in the last review. Haven't received > > any > > answer from you to my reply. Maybe some mails got lost in the system. > > > > 32bit arm: > > -"On my way through the possible architecture names > > (bi

Re: [Qemu-devel] [PATCH] gdb: provide the name of the architecture in the target.xml

2014-10-06 Thread David Hildenbrand
> On 30 September 2014 16:23, Jens Freimann wrote: > > From: David Hildenbrand > > > > 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 manu

Re: [Qemu-devel] [PATCH] gdb: provide the name of the architecture in the target.xml

2014-10-06 Thread Peter Maydell
On 6 October 2014 20:14, David Hildenbrand wrote: > actually the questions were addressed in the last review. Haven't received any > answer from you to my reply. Maybe some mails got lost in the system. > > 32bit arm: > -"On my way through the possible architecture names > (binutils-gdb/gdb/feat

Re: [Qemu-devel] [PATCH] gdb: provide the name of the architecture in the target.xml

2014-10-06 Thread David Hildenbrand
> On 6 October 2014 16:08, Cornelia Huck wrote: > > On Tue, 30 Sep 2014 17:23:47 +0200 > > Jens Freimann wrote: > > > >> From: David Hildenbrand > >> > >> This patch provides the name of the architecture in the target.xml if > >> available. > >> > >> This allows the remote gdb to detect the tar

Re: [Qemu-devel] [PATCH] gdb: provide the name of the architecture in the target.xml

2014-10-06 Thread Peter Maydell
On 30 September 2014 16:23, Jens Freimann wrote: > From: David Hildenbrand > > 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 gd

Re: [Qemu-devel] [PATCH] gdb: provide the name of the architecture in the target.xml

2014-10-06 Thread Peter Maydell
On 6 October 2014 16:08, Cornelia Huck wrote: > On Tue, 30 Sep 2014 17:23:47 +0200 > Jens Freimann wrote: > >> From: David Hildenbrand >> >> 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

Re: [Qemu-devel] [PATCH] gdb: provide the name of the architecture in the target.xml

2014-10-06 Thread Cornelia Huck
On Tue, 30 Sep 2014 17:23:47 +0200 Jens Freimann wrote: > From: David Hildenbrand > > 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 (

[Qemu-devel] [PATCH] gdb: provide the name of the architecture in the target.xml

2014-09-30 Thread Jens Freimann
From: David Hildenbrand 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*". T