Re: [PATCH 4/9] uprobes: allow arch access to xol slot

2012-10-17 Thread Srikar Dronamraju
* Rabin Vincent [2012-10-14 21:23:08]: > Allow arches to customize how the instruction is filled into the xol > slot. ARM will use this to insert an undefined instruction after the > real instruction in order to simulate a single step of the instruction > without hardware support. > >

Re: [PATCH 4/9] uprobes: allow arch access to xol slot

2012-10-17 Thread Srikar Dronamraju
* Rabin Vincent ra...@rab.in [2012-10-14 21:23:08]: Allow arches to customize how the instruction is filled into the xol slot. ARM will use this to insert an undefined instruction after the real instruction in order to simulate a single step of the instruction without hardware support.

[PATCH 4/9] uprobes: allow arch access to xol slot

2012-10-14 Thread Rabin Vincent
Allow arches to customize how the instruction is filled into the xol slot. ARM will use this to insert an undefined instruction after the real instruction in order to simulate a single step of the instruction without hardware support. Signed-off-by: Rabin Vincent --- include/linux/uprobes.h |

[PATCH 4/9] uprobes: allow arch access to xol slot

2012-10-14 Thread Rabin Vincent
Allow arches to customize how the instruction is filled into the xol slot. ARM will use this to insert an undefined instruction after the real instruction in order to simulate a single step of the instruction without hardware support. Signed-off-by: Rabin Vincent ra...@rab.in ---