This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
On 03/21/2012 04:33 AM, Luis Gustavo wrote:If a target can't use hw single-stepping to execute instructions in the scratch pad, i think it should disallow it by returning 0 in gdbarch_displaced_step_hw_singlestep. Does it make sense?
Yes, that is what gdbarch_displaced_step_hw_singlestep for, AFAIK. I am sorry I don't understand how gdbarch_displaced_step_hw_singlestep related to your patch here.
if (step && breakpoint_inserted_here_p (aspace, pc)) step = 0;
Regards, Luis
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |