info variables
to list "All global and static variable names"
huge list.
info locals
to list "Local variables of current stack frame"
names and values
including static variables in that function.
info args
to list "Arguments of the current stack frame"
names and values
gdb print variables
最新推荐文章于 2024-07-19 10:47:54 发布