mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-28931 Cleanup: try GDB to print core first
Do we still need this Sun Studio hack?
This commit is contained in:
@ -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...
|
||||
);
|
||||
|
Reference in New Issue
Block a user