* remote (serial) debugging with xen ?
@ 2009-06-05 15:08 Dulloor
2009-06-05 19:23 ` Ferenc Wagner
0 siblings, 1 reply; 5+ messages in thread
From: Dulloor @ 2009-06-05 15:08 UTC (permalink / raw)
To: xen-devel
[-- Attachment #1.1: Type: text/plain, Size: 44 bytes --]
Can we use remote gdb with xen ?
-dulloor
[-- Attachment #1.2: Type: text/html, Size: 55 bytes --]
[-- Attachment #2: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: remote (serial) debugging with xen ?
2009-06-05 15:08 remote (serial) debugging with xen ? Dulloor
@ 2009-06-05 19:23 ` Ferenc Wagner
2009-06-05 19:46 ` Dulloor
0 siblings, 1 reply; 5+ messages in thread
From: Ferenc Wagner @ 2009-06-05 19:23 UTC (permalink / raw)
To: xen-devel
Dulloor <dulloor@gmail.com> writes:
> Can we use remote gdb with xen ?
You can use gdbserver-xen to debug a domU. Find it in
tools/debugger/gdb.
--
Feri.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Re: remote (serial) debugging with xen ?
2009-06-05 19:23 ` Ferenc Wagner
@ 2009-06-05 19:46 ` Dulloor
2009-06-05 19:58 ` Dan Magenheimer
0 siblings, 1 reply; 5+ messages in thread
From: Dulloor @ 2009-06-05 19:46 UTC (permalink / raw)
To: Ferenc Wagner; +Cc: xen-devel
[-- Attachment #1.1: Type: text/plain, Size: 569 bytes --]
I am interested in debugging xen itself. Looking at sources, there seems to
be some xen debugger (build option debugger=y in docs/src/user.tex). I will
give it a try.
-dulloor
On Fri, Jun 5, 2009 at 3:23 PM, Ferenc Wagner <wferi@niif.hu> wrote:
> Dulloor <dulloor@gmail.com> writes:
>
> > Can we use remote gdb with xen ?
>
> You can use gdbserver-xen to debug a domU. Find it in
> tools/debugger/gdb.
> --
> Feri.
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
>
[-- Attachment #1.2: Type: text/html, Size: 1087 bytes --]
[-- Attachment #2: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: Re: remote (serial) debugging with xen ?
2009-06-05 19:46 ` Dulloor
@ 2009-06-05 19:58 ` Dan Magenheimer
2009-06-05 20:55 ` Mukesh Rathor
0 siblings, 1 reply; 5+ messages in thread
From: Dan Magenheimer @ 2009-06-05 19:58 UTC (permalink / raw)
To: Dulloor, Ferenc Wagner; +Cc: xen-devel
[-- Attachment #1.1: Type: text/plain, Size: 1022 bytes --]
Contact Mukesh Rathor about this... he is hoping to push his debugger work into xen-unstable soon.
Also see Xen Summit June 2008 for a presentation by Mukesh.
-----Original Message-----
From: Dulloor [mailto:dulloor@gmail.com]
Sent: Friday, June 05, 2009 1:47 PM
To: Ferenc Wagner
Cc: xen-devel@lists.xensource.com
Subject: Re: [Xen-devel] Re: remote (serial) debugging with xen ?
I am interested in debugging xen itself. Looking at sources, there seems to be some xen debugger (build option debugger=y in docs/src/user.tex). I will give it a try.
-dulloor
On Fri, Jun 5, 2009 at 3:23 PM, Ferenc Wagner <wferi@niif.hu> wrote:
Dulloor <dulloor@gmail.com> writes:
> Can we use remote gdb with xen ?
You can use gdbserver-xen to debug a domU. Find it in
tools/debugger/gdb.
--
Feri.
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
[-- Attachment #1.2: Type: text/html, Size: 2225 bytes --]
[-- Attachment #2: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: Re: remote (serial) debugging with xen ?
2009-06-05 19:58 ` Dan Magenheimer
@ 2009-06-05 20:55 ` Mukesh Rathor
0 siblings, 0 replies; 5+ messages in thread
From: Mukesh Rathor @ 2009-06-05 20:55 UTC (permalink / raw)
To: Dan Magenheimer; +Cc: xen-devel, Ferenc Wagner, Dulloor
Hi,
Please See: http://xenbits.xensource.com/ext/debuggers.hg
Start with README-dbg.
thanks,
Mukesh
Dan Magenheimer wrote:
> Contact Mukesh Rathor about this... he is hoping to push his debugger
> work into xen-unstable soon.
> Also see Xen Summit June 2008 for a presentation by Mukesh.
>
> -----Original Message-----
> *From:* Dulloor [mailto:dulloor@gmail.com]
> *Sent:* Friday, June 05, 2009 1:47 PM
> *To:* Ferenc Wagner
> *Cc:* xen-devel@lists.xensource.com
> *Subject:* Re: [Xen-devel] Re: remote (serial) debugging with xen ?
>
> I am interested in debugging xen itself. Looking at sources, there
> seems to be some xen debugger (build option debugger=y in
> docs/src/user.tex). I will give it a try.
>
> -dulloor
>
> On Fri, Jun 5, 2009 at 3:23 PM, Ferenc Wagner <wferi@niif.hu
> <mailto:wferi@niif.hu>> wrote:
>
> Dulloor <dulloor@gmail.com <mailto:dulloor@gmail.com>> writes:
>
> > Can we use remote gdb with xen ?
>
> You can use gdbserver-xen to debug a domU. Find it in
> tools/debugger/gdb.
> --
> Feri.
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com <mailto:Xen-devel@lists.xensource.com>
> http://lists.xensource.com/xen-devel
>
>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2009-06-05 20:55 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-05 15:08 remote (serial) debugging with xen ? Dulloor
2009-06-05 19:23 ` Ferenc Wagner
2009-06-05 19:46 ` Dulloor
2009-06-05 19:58 ` Dan Magenheimer
2009-06-05 20:55 ` Mukesh Rathor
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.