Re: [PATCH 02/19] x86/dumpstack: add get_stack_pointer() and get_frame_pointer()

From: Andy Lutomirski
Date: Thu Jul 21 2016 - 17:53:57 EST


On Thu, Jul 21, 2016 at 2:21 PM, Josh Poimboeuf <jpoimboe@xxxxxxxxxx> wrote:
> The various functions involved in dumping the stack all do similar
> things with regard to getting the stack pointer and the frame pointer
> based on the regs and task arguments. Create helper functions to
> do that instead.
>

Reviewed-by: Andy Lutomirski <luto@xxxxxxxxxx>