mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
MDEV-28931 Cleanup: try GDB to print core first
Do we still need this Sun Studio hack?
This commit is contained in:
parent
990ddaba1e
commit
83f7d25c44
1 changed files with 1 additions and 4 deletions
|
@ -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...
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue