Sometimes it could be useful to know what debuginfod server returned success (e.g. to store long-term in case we need to re-download it later on, or for debugging purposes). Would this be something you would be ok with?
This could be implemented by changing the fetch_debug_info return type, and also return a struct with more information, including the server that returned the data.
Sometimes it could be useful to know what debuginfod server returned success (e.g. to store long-term in case we need to re-download it later on, or for debugging purposes). Would this be something you would be ok with?
This could be implemented by changing the
fetch_debug_info
return type, and also return a struct with more information, including the server that returned the data.