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: Remove stepping_through_solib_after_catch from thread_info


Okay, thanks.

On Wednesday 07 September 2011 14:47:05, Yao Qi wrote:
>           * gdbthread.h (struct thread_info): Remove field `stepping_through_solib_after_catch'

fields

>         and `stepping_through_solib_catchpoints'.
>         infrun.c (init_thread_stepping_state): Update caller.
>         (process_event_stop_test, currently_stepping): Likewise.
>         (currently_stepping_or_nexting_callback): Update caller.

"caller" here sounds weird.  These functions are not "calling" the
removed fields.  Write just "Update." or "Remove reference." or some
such.

-- 
Pedro Alves


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