假设我有类似以下的内容
int main() { caller_f1() { f1(); // breakpoint f2() } // want to skip f2() and jump caller_f2() { // jump to this this location ?? f1(); f2(); } }
http://idlebox.net/2010/apidocs/gdb-7.0.zip/gdb_18.html#SEC163
更新链接:http://web.archive.org/web/20140101193811/http://idlebox.net/2010/apidocs/gdb-7.0.zip/gdb_18.html#SEC163