23 May, 2011

1 commit


15 Aug, 2009

1 commit


13 Aug, 2009

2 commits

  • Instead of implementing our own stack unwinder via dump_trace() we
    should use the new stack unwinder API because it is more modular. This
    change allows us to decouple the interface for generating stacktraces
    from the implementation of a stack unwinder.

    Signed-off-by: Matt Fleming
    Signed-off-by: Paul Mundt

    Matt Fleming
     
  • Copy the stacktrace ops code from x86 and provide a central function for
    use by functions that need to dump a callstack.

    Signed-off-by: Matt Fleming
    Signed-off-by: Paul Mundt

    Matt Fleming