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] Use std::forward_list for displaced_step_inferior_states


On Mon, 12 Nov 2018 19:00:03 +0000
Simon Marchi <simon.marchi@ericsson.com> wrote:

> Use std::forward_list instead of manually implemented list.  This
> simplifies a bit the code, especially around removal.
> 
> Regtested on the buildbot.  There are some failures as always, but I
> think they are unrelated.
> 
> gdb/ChangeLog:
> 
> 	* infrun.c (displaced_step_inferior_states): Change type to
> 	std::forward_list.
> 	(get_displaced_stepping_state): Adjust.
> 	(displaced_step_in_progress_any_inferior): Adjust.
> 	(add_displaced_stepping_state): Adjust.
> 	(remove_displaced_stepping_state): Adjust.

LGTM.

Kevin


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