MDEV-28931 Cleanup: try GDB to print core first

Do we still need this Sun Studio hack?
This commit is contained in:
Aleksey Midenkov 2022-07-18 23:16:17 +03:00
parent 990ddaba1e
commit 83f7d25c44

View file

@ -316,13 +316,10 @@ sub show {
return; return;
} }
# We try dbx first; gdb itself may coredump if run on a Sun Studio
# compiled binary on Solaris.
my @debuggers = my @debuggers =
( (
\&_dbx,
\&_gdb, \&_gdb,
\&_dbx,
\&_lldb, \&_lldb,
# TODO... # TODO...
); );