Created attachment 114354 [details] [PATCH] Find debuginfo by build-id when using --extra-debuginfo-path The option --extra-debuginfo-path fails to look up debug info files by build-id in the specified directory. This contrasts with GDB's behaviour, so the same set of debuginfo files cannot be used for both. The attached patch implements this functionality. Please let me know of any defects or improvements. Best regards, Adrián.