When debugging with gdb, what is the meaning of the debugging information in the front of the assembly code?

后端 未结 0 1583
渐次进展
渐次进展 2020-12-04 08:45

When debugging c code with gdb, the displayed assembly code is

0x000000000040116c main+0 push %rbp
  0x000000000040116d main+1 mov %rsp,%rbp
!0x00000000004011         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题