commit | 94e3d923592fcfe5585c18a0af9b196de0a13072 | [log] [tgz] |
---|---|---|
author | Balbir Singh <bsingharora@gmail.com> | Mon Feb 01 17:03:25 2016 +1100 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Thu Feb 18 00:03:26 2016 +1100 |
tree | d00e6f829bbbdccb316e3b07801e20948b4f0a97 | |
parent | e4f226b1580b36550727c324b404207f8d2f3b71 [diff] |
powerpc: Fix kgdb on little endian ppc64le I spent some time trying to use kgdb and debugged my inability to resume from kgdb_handle_breakpoint(). NIP is not incremented and that leads to a loop in the debugger. I've tested this lightly on a virtual instance with KDB enabled. After the patch, I am able to get the "go" command to work as expected. Signed-off-by: Balbir Singh <bsingharora@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>