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: [RFAv2] Fix internal error and improve 'set debug infrun 1'/target wait kind trace


On Mon, 2019-04-01 at 09:32 -0700, Kevin Buettner wrote:
> > gdb/ChangeLog
> > 2019-03-30  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
> > 
> > 	* infrun.c (stop_all_threads): If debug_infrun, always
> > 	trace the wait status after wait_one, using
> > 	target_waitstatus_to_string and target_pid_to_str.
> > 	(handle_inferior_event): Replace various trace of
> > 	wait status kind by a single trace.
> > 	* gdb/gnu-nat.c (gnu_nat_target::wait): Replace local
> > 	wait status kind image by target_waitstatus_to_string.
> > 	* target/waitstatus.c (target_waitstatus_to_string): Fix
> > 	obsolete comment.
> 
> Okay.
> 
> Kevin
Thanks for the reviews, pushed.

Philippe


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