解决方法
(gdb) info line test.c:56 Line 56 of "test.c" starts at address 0x4005ae <main+37> and ends at 0x4005ba <main+49>.
另外,使用python,你可以使用’last’属性
Symbol-Tables-In-Python目前需要一个来自cvs的最新版本的gdb,但我想在7.5中将具有一般可用性
(gdb) py x = gdb.find_pc_line(gdb.decode_line("test.c:56")[1][0].pc); gdb.execute("p/x " + str(x.pc)); gdb.execute("p/x " + str(x.last)) $15 = 0x4005ae $16 = 0x4005b9