summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/gdbscript
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-12-01 22:03:59 +0100
committerStanislaw Halik <sthalik@misaki.pl>2022-12-01 22:03:59 +0100
commit88816b7f2d63a78ae6ec6719c54707eba6dea0b4 (patch)
tree3a754f45ac2fa65ae448774715e67dd9dc20b820 /.github/workflows/gdbscript
parent687b9f8e812dc0eb942beea518da673a4c478956 (diff)
ci: show more info in backtrace
Diffstat (limited to '.github/workflows/gdbscript')
-rw-r--r--.github/workflows/gdbscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/gdbscript b/.github/workflows/gdbscript
index 8330369a..43b41198 100644
--- a/.github/workflows/gdbscript
+++ b/.github/workflows/gdbscript
@@ -5,5 +5,5 @@ run
if $_isvoid ($_exitsignal)
quit $_exitcode
end
-bt
+bt -entry-values if-needed -full -frame-arguments all
quit 1