Re: [Qemu-devel] multiple gdbserver

2012-11-15 Thread Peter Cheung
sorry, i misunderstood. when i specifed two port to gdbserver, althought the code will loop them all, but only the last one will be used. Thanksfrom Peter > Date: Thu, 15 Nov 2012 09:37:31 +0100 > From: jan.kis...@siemens.com > To: mcheun...@hotmail.com > CC: qemu-devel@nongnu.org > Subject: Re:

Re: [Qemu-devel] multiple gdbserver

2012-11-15 Thread Jan Kiszka
On 2012-11-15 09:33, Peter Cheung wrote: > OK, thanks, then my question would be: > > why one gdbserver hosting two tcp ports? not useful, right? And therefore it's not the case. What are you referring to? Jan -- Siemens AG, Corporate Technology, CT RTC ITP SDP-DE Corporate Competence Center

Re: [Qemu-devel] multiple gdbserver

2012-11-15 Thread Peter Cheung
OK, thanks, then my question would be: why one gdbserver hosting two tcp ports? not useful, right? Thanksfrom Peter > Date: Thu, 15 Nov 2012 09:29:20 +0100 > From: jan.kis...@siemens.com > To: mcheun...@hotmail.com > CC: qemu-devel@nongnu.org > Subject: Re: multiple gdbserver > > On 2012-11-15 0

Re: [Qemu-devel] multiple gdbserver

2012-11-15 Thread Jan Kiszka
On 2012-11-15 09:01, Peter Cheung wrote: > Hi all I just rad the qemu source code, when it allows us to start multiple > gdbserver? what is the reason doing that? I think you misread the code: There can only be a single instance of the gdbserver. There is also only a single instance of gdbserve

[Qemu-devel] multiple gdbserver

2012-11-15 Thread Peter Cheung
Hi all I just rad the qemu source code, when it allows us to start multiple gdbserver? what is the reason doing that? Thanksfrom Peter