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] [GDBserver] Replace "reinsert_breakpoint" with "singlestep_breakpoint"


On Fri, Sep 2, 2016 at 11:24 AM, Pedro Alves <palves@redhat.com> wrote:
>>
>>      /* A basic-software-single-step breakpoint.  */
>> -    reinsert_breakpoint,
>> +    single_step_breakpoint,
>
> Can you drop the "basic" while at it?  Made some sense
> when this was only used for the return address of
> nptl's magic thread event breakpoint functions, but it no
> longer does.
>

OK, "basic-" is removed.  Patch is pushed in.

-- 
Yao (齐尧)


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