gdb: Add an alias for info threads
This commit is contained in:
parent
ec6711a253
commit
16448b27a5
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ set logging overwrite on
|
|||
set mi-async on
|
||||
set non-stop off
|
||||
|
||||
alias -a it = info threads
|
||||
|
||||
# Adapted to use neovim from https://github.com/cyrus-and/gdb-dashboard/issues/20
|
||||
define vo
|
||||
python
|
||||
|
|
Loading…
Reference in a new issue