Re: [Qemu-devel] [PATCH v2] target-*: Advance pc after recognizing a breakpoint

2015-10-26 Thread Peter Maydell
On 23 October 2015 at 23:00, Richard Henderson wrote: > Some targets already had this within their logic, but make sure > it's present for all targets. > > Signed-off-by: Richard Henderson > --- > Version 2 updates the language as discussed in the followup in v1. > > Peter, in that followup you m

[Qemu-devel] [PATCH v2] target-*: Advance pc after recognizing a breakpoint

2015-10-23 Thread Richard Henderson
Some targets already had this within their logic, but make sure it's present for all targets. Signed-off-by: Richard Henderson --- Version 2 updates the language as discussed in the followup in v1. Peter, in that followup you mentioned that we ought to just use +1 for all targets. I was about t