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: [RFC] Add support of software single step to process record


Faint.  Shuchang told me this patch cannot be used.  I just tried find
out why it happen.
Thanks a lot.  :)

Best Regards,
Hui

On Wed, Dec 23, 2009 at 02:23, Tom Tromey <tromey@redhat.com> wrote:
>
> >>>>> ">" == Hui Zhu <teawater@gmail.com> writes:
>
> >> This patch to make prec support software single step.
> >> I just try it with i386. ?Shuchang, please help me try it on mips. ?:)
>
> >> +int
> >> +inserted_single_step_breakpoint_p (void)
> >> +{
> >> + ?if (single_step_breakpoints[0] != NULL
> >> + ? ? ?|| single_step_breakpoints[1] != NULL)
> >> + ? ?return 1;
> >> +
> >> + ?return 1;
> >> +}
>
> This always returns 1.
> That seems suspicious to me.
>
> Tom


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