|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Printing the exact source line in Xen panic call trace
On 09/11/2009 19:16, "Tom Rotenberg" <tom.rotenberg@xxxxxxxxx> wrote:
> Hi,
>
> Can i make the Xen call trace to print the exact source lines instead
> of printing function name + offset?
For example, at your shell:
# addr2line -e xen/xen-syms 0xffff82c48024c07f
/local/scratch/kfraser/xen-unstable.hg/xen/arch/x86/setup.c:434
>From that I'm sure you can write a simple script that takes a Xen backtrace
and prints it back out, annotated with file and line number information.
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|