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]

[committed]: Remove stepping_through_solib_after_catch from thread_info


On 09/07/2011 09:57 PM, Pedro Alves wrote:
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.


Committed with a ChangeLog entry like this, gdb/ * gdbthread.h (struct thread_info): Remove fields `stepping_through_solib_after_catch' and `stepping_through_solib_catchpoints'. * infrun.c (init_thread_stepping_state): Update. (process_event_stop_test, currently_stepping): Update. (currently_stepping_or_nexting_callback): Update.

http://sourceware.org/ml/gdb-cvs/2011-09/msg00038.html

--
Yao (éå)


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