Re: [PATCH] powerpc ptrace block-step

2009-04-02 Thread Roland McGrath
The patch only implements it for server/classic processors, not BookE, thus it should probably only advertise it for these :-) Though it wouldn't be too hard to implement it for BookE using DBCR0:BRT (Branch Taken debug event) though it might need some careful fixups such as the one we have

Re: [PATCH] powerpc ptrace block-step

2009-04-02 Thread Josh Boyer
On Thu, Apr 02, 2009 at 05:44:50PM -0700, Roland McGrath wrote: The patch only implements it for server/classic processors, not BookE, thus it should probably only advertise it for these :-) Though it wouldn't be too hard to implement it for BookE using DBCR0:BRT (Branch Taken debug event)