|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [Patch] [RFC] avoid debugger_trap when we don't expect
This doesn't need to be fixed on x86 -- the int3 handler will return
silently if the debugger is not configured. It would be nice if the ia64
handler would do the same. If that is not possible then change only ia64
code and if you need to be able to probe gdbstub configuration then add a
public function to do that rather than grope at internal state. The same
goes for powerpc, *if* it is broken in the first place.
-- Keir
On 30/1/08 05:03, "Akio Takebe" <takebe_akio@xxxxxxxxxxxxxx> wrote:
> Hi,
>
> This patch avoid debugger_trap when we don't setup a debugger.
>
> kexec_crash() is called after debugger_trap_immediate().
> Because we want to use the safe path at kexecing,
> we should avoid the debugger path.
> And the trap is a needless work.
>
> Signed-off-by: Akio Takebe <takebe_akio@xxxxxxxxxxxxxx>
>
> Best Regards,
>
> Akio Takebe
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-devel
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|