Commit 83f7d25c authored by Aleksey Midenkov's avatar Aleksey Midenkov

MDEV-28931 Cleanup: try GDB to print core first

Do we still need this Sun Studio hack?
parent 990ddaba
......@@ -316,13 +316,10 @@ sub show {
return;
}
# We try dbx first; gdb itself may coredump if run on a Sun Studio
# compiled binary on Solaris.
my @debuggers =
(
\&_dbx,
\&_gdb,
\&_dbx,
\&_lldb,
# TODO...
);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment