gdb: Add an alias for info threads

This commit is contained in:
Sanchayan Maity 2022-03-29 11:45:24 +05:30
parent ec6711a253
commit 16448b27a5

View file

@ -10,6 +10,8 @@ set logging overwrite on
set mi-async on set mi-async on
set non-stop off set non-stop off
alias -a it = info threads
# Adapted to use neovim from https://github.com/cyrus-and/gdb-dashboard/issues/20 # Adapted to use neovim from https://github.com/cyrus-and/gdb-dashboard/issues/20
define vo define vo
python python