]> git.proxmox.com Git - ceph.git/blame - ceph/src/Beast/scripts/run-with-gdb.sh
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / Beast / scripts / run-with-gdb.sh
CommitLineData
7c673cae
FG
1#!/bin/bash -u
2set -e
3gdb --silent \
4 --batch \
5 --return-child-result \
6 -ex="set print thread-events off" \
7 -ex=run \
8 -ex="thread apply all bt full" \
9 --args $@