mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +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;
|
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...
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue