Skip to content

Commit

Permalink
common: pretty print structures in stack traces
Browse files Browse the repository at this point in the history
  • Loading branch information
mrc0mmand committed Oct 18, 2023
1 parent 6dfc07d commit 2300d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ coredumpctl_collect() {
# trace and other useful info
while read -r path; do
local exe
local gdb_cmd="bt full"
local gdb_cmd="set print pretty on\nbt full"

_log "Collecting coredumps for '$path'"
"$coredumpctl_bin" "${args[@]}" info "$path"
Expand Down

0 comments on commit 2300d3f

Please sign in to comment.