CSC448: Code Generation: GNU Debugger (GDB) [66/133] | ![]() ![]() ![]() |
Commands. step (into function); next (step over function); help; disassemble *0x...; p/x $eax; p/x ((int*) $eax)[0]; p/x ((int*) $eax)[1]; p/x ((int*) $eax)[-1];
in gdb: use vtable_Foo vs &vtable_Foo