On Wed, Oct 12, 2022 at 8:54 PM Aaron Merey via Gdb-patches < gdb-patches@sourceware.org> wrote: > Hi, > > I made a couple small adjustments to this patch to ensure it builds > on the main branch. Otherwise the original v4 patch follow: > > v3 can be found here: > https://sourceware.org/pipermail/gdb-patches/2022-February/185798.html > > Changes from v3 include a simplified progress update API and display. > Truncation of the progress update message has been removed as well. > > If the download size is known, a progress bar is displayed along with > the percentage of completion and the total download size. > > Downloading separate debug info for /lib/libxyz.so > [############ ] 25% (10.01 MB) > > If the download size is not known, a progress indicator is displayed > with a ticker ("###") that moves across the screen at a rate of 1 tick > every 0.5 seconds. > > Downloading separate debug info for /lib/libxyz.so > [ ### ] > > I think this version addresses all the concernes from the previous > iterations and I > confirm it applies on top of the current master cleanly, it should be good to go.