It was actually harder to type `cfp + 1`. `cfp 1` also works and is more
useful.
This commit is contained in:
Takashi Kokubun 2023-04-01 00:23:32 -07:00
Родитель a3074c1256
Коммит 3a238eff88
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -2,7 +2,7 @@ import textwrap
# Usage:
# cfp: Dump the current cfp
# cfp + 1: Dump the caller cfp
# cfp 1: Dump the caller cfp
class CFP(gdb.Command):
FRAME_MAGICS = [
# frame types