aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME%
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-09-06 18:12:03 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-09-06 18:12:03 +0300
commit4b28e49f82e6e175abcf1c0cdde63a6191d58aad (patch)
treef556f14a75aedfde7c248b34cbad5d267e3d10fb /%HOME%
parent.bashrc: add xxd alias (diff)
downloadlinux-home-4b28e49f82e6e175abcf1c0cdde63a6191d58aad.tar.gz
linux-home-4b28e49f82e6e175abcf1c0cdde63a6191d58aad.zip
gdb: add command bta
Diffstat (limited to '')
-rw-r--r--%HOME%/.gdbinit4
1 files changed, 4 insertions, 0 deletions
diff --git a/%HOME%/.gdbinit b/%HOME%/.gdbinit
index bcb3697..f5bf8d0 100644
--- a/%HOME%/.gdbinit
+++ b/%HOME%/.gdbinit
@@ -11,3 +11,7 @@ set history size 1000
set confirm off
set print pretty on
+
+define bta
+ thread apply all backtrace
+end