mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-13 11:22:01 +00:00
The script gets the build id on its own but eu-unstrip-ing the core file and searching for the necessary value in the output. This can be somewhat lenghthy operation especially on huge core files. Sometimes (e.g. in tests) the build id is known and can be just provided as an argument. Signed-off-by: Pavel Emelyanov <xemul@scylladb.com> Closes #14574