1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-30 20:53:52 +00:00
Bartosz Taudul 4549671caa
Collect and issue debuginfod requests.
Build identifiers stored in vectors are searched linearly. While not optimal,
this is enough for a basic implementation. In the future binary search option
may be explored, to see if it is worthwhile. Possible gains wouldn't be
significant, due to relatively small amount of debug info modules to handle.

Debug info descriptor requests that have not yet been checked for (i.e. not in
the s_di_known vector) are stored in the s_di_pending vector. When a check is
performed from within a libbacktrace callback handler, there are some unknown
problems with downloading data. Hence, the download process is delayed to be
performed at a later time. The debug info descriptors retrieval can be then
repeated.
2022-04-30 21:35:14 +02:00
..
2021-05-21 01:47:31 +02:00
2019-06-27 19:14:51 +02:00
2022-04-26 22:01:09 +02:00
2021-10-07 23:28:40 +02:00
2021-10-07 23:28:40 +02:00