On Wed, Aug 16, 2023 at 5:55 PM Andrew Burgess via Gdb-patches < gdb-patches@sourceware.org> wrote: > Small refactor, have remote_target::extended_remote_run take the name > of the executable to run rather than looking it up directly, the one > caller of this function has already looked up the remote-exec > filename. > > There should be no user visible changes after this commit. > > A nice clean up patch.