On 12/7/20 6:07 PM, Simon Marchi wrote: > > > On 2020-12-07 6:43 a.m., Martin Liška wrote: >> With the patch, one can see now: >> >> Reading symbols from /usr/bin/gcc... >> Downloading 2.69 MiB separate debug info for /usr/bin/gcc... >> Downloading 1.00 MiB separate debug info for /lib64/ld-linux-x86-64.so.2... >> Downloading 10.72 MiB separate debug info for /lib64/libc.so.6... >> ... > Thank you for the review. > I think that's a good idea.  Given that we don't have a progress bar (yet), this gives clue to the user about why it might take some time. Btw. I can also offer a WIP patch that implements the progress bar: ... Temporary breakpoint 1 at 0x406150: file /home/marxin/Programming/gcc/gcc/gcc-main.c, line 44. Starting program: /home/marxin/bin/gcc/bin/gcc Downloading 1.00 MB separate debug info for /lib64/ld-linux-x86-64.so.2...10%..20%..30%..40%..50%..60%..70%..80%..90%..100% Downloading 4.20 MB separate debug info for /lib64/libm.so.6...10%..20%..30%..40%..50%..60%..70%..80%..90%..100% Downloading 10.72 MB separate debug info for /lib64/libc.so.6...10%..20%..30%..40%..50% Thoughts? > > Let's see if others have other opinions about this.  If nothing comes for by next week, you can go ahead and merge it. All right, thanks, Martin > > Simon