Re: [Xen-ia64-devel] [Patch] Support domU of coredump on ia64

2006-07-25 Thread Al Stone
On Fri, 2006-07-21 at 13:41 +0200, Tristan Gingold wrote: recently I started to work on debugger. Attached is the current work. I was able to stop a domain and disp under gdb the current ip. Backtrace is not working. I suppose it requires the ar.bsp value which has to be computed. Also I

Re: [Xen-ia64-devel] [Patch] Support domU of coredump on ia64

2006-07-24 Thread Alex Williamson
On Fri, 2006-07-21 at 19:14 +0900, Akio Takebe wrote: Hi, This patch support domU of coredump on ia64. xen_panic_event() is registered to panic_notifier_list, and xen_panic_event() call HYPERVISOR_shutdown(SHUTDOWN_crash) at panic time. If xend notify crashed status, xend call dumpCore()

[Xen-ia64-devel] [Patch] Support domU of coredump on ia64

2006-07-21 Thread Akio Takebe
Hi, This patch support domU of coredump on ia64. xen_panic_event() is registered to panic_notifier_list, and xen_panic_event() call HYPERVISOR_shutdown(SHUTDOWN_crash) at panic time. If xend notify crashed status, xend call dumpCore() and create domU's core in /var/xen/dump. Signed-off-by: Akio

Re: [Xen-ia64-devel] [Patch] Support domU of coredump on ia64

2006-07-21 Thread Tristan Gingold
Le Vendredi 21 Juillet 2006 12:14, Akio Takebe a écrit : Hi, This patch support domU of coredump on ia64. xen_panic_event() is registered to panic_notifier_list, and xen_panic_event() call HYPERVISOR_shutdown(SHUTDOWN_crash) at panic time. If xend notify crashed status, xend call dumpCore()