> ./minidbg stack Start debugging the progress: stack, pid = 147785: unknown SIGTRAP code 0 minidbg> b a Set breakpoint at address 0x555555555131 minidbg> continue Hit breakpoint at adsress 0x555555555131 void a() { > int foo = 1; int foo1 = 1; int foo2 = 1; int foo3 = 1; }
void b() { int foo = 1; int foo1 = 1; a();
minidbg> backtrace frame #0: 0x1129 a frame #1: 0x1150 b frame #2: 0x1180 c frame #3: 0x11b0 d frame #4: 0x11e0 e frame #5: 0x1210 f frame #6: 0x1240 main