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]

Re: [PATCH 3/9] Put single-step breakpoints on the bp_location chain


On 09/29/2014 07:29 AM, Yao Qi wrote:
> Pedro Alves <palves@redhat.com> writes:
> 
>> This patch makes single-step breakpoints "real" breakpoints on the
>> global location list.
> 
> We also need to skip adjusting breakpoint address
> (in adjust_breakpoint_address) for bp_single_step, otherwise,
> arm-linux-gnueabi gdb has a trouble on stepping through IT block, as
> gdb.arch/thumb2-it.exp tested.

Thanks Yao, makes sense.  v2 will do this.

Thanks,
Pedro Alves


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]