n 7 printf("%s\n", hello); (gdb) Finally, we can examine variables and memory using print (p) for printing variables and x to print bytes at a memory address. E.g.: (gdb) print hello $1 = "Hello ...
一些您可能无法访问的结果已被隐去。
显示无法访问的结果一些您可能无法访问的结果已被隐去。
显示无法访问的结果