admin管理员组

文章数量:1392073

I wanted to alias f to finish command of gdb as I use finish command quite often. Gdb throws the error that the alias already exists (f for frame). I don't use the frame command that often and I would like to use "f" for finish instead. Is that possible?

alias -a f = finish.
error: Alias already exists: f

本文标签: Is it possible to override gdb39s internal aliasesStack Overflow