有人可以帮我理解这个: -
以下是gdb的摘录.我的程序崩溃后,我在gdb中打开了二进制文件和核心文件并发出了命令info frame:
(gdb) info frame
Stack level 0, frame at 0xb75f7390:
eip = 0x804877f in base::func() (testing.cpp:16); saved eip 0x804869a
called by frame at 0xb75f73b0
source language c++.
Arglist at 0xb75f7388, args: this=0x0
Locals at 0xb75f7388, Previous frame's sp is 0xb75f7390
Saved registers:
ebp at 0xb75f7388, eip at 0xb75f738c
Run Code Online (Sandbox Code Playgroud)
线条"ebp","eip","Locals at"和"Previous Frame's sp"是什么意思?请解释