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


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.

-- 
Yao (éå)


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