Skip to content
Permalink
Browse files
MDEV-28931 Cleanup: try GDB to print core first
Do we still need this Sun Studio hack?
  • Loading branch information
midenok committed Jul 18, 2022
1 parent 990ddab commit 83f7d25
Showing 1 changed file with 1 addition 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...
);

0 comments on commit 83f7d25

Please sign in to comment.