https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97461
--- Comment #15 from Sergei Trofimovich <slyfox at gcc dot gnu.org> ---
allocate_gcov_kvp() gets called 89 times. Tried as:
$ gdb --quiet --args dist/firefox/fire
fox 'data:text/html,<script>Quitter.quit()</script>' -profile
../../firefox-82.0/temp/tmpzhv0a26v
(gdb) break allocate_gcov_kvp
Breakpoint 1 at 0x1507b0: allocate_gcov_kvp. (4 locations)
(gdb) ignore 1 999999
Will ignore next 999999 crossings of breakpoint 1.
(gdb) continue
The program is not being run.
(gdb) run
^C
Thread 1 "firefox" received signal SIGINT, Interrupt.
__lll_lock_wait (futex=0x7ffff7800018, private=0) at lowlevellock.c:52
(gdb) info breakpoints
Num Type Disp Enb Address What
1 breakpoint keep y <MULTIPLE>
breakpoint already hit 89 times
ignore next 999910 hits