From: Michael Snyder Date: Tue, 30 Sep 2008 23:50:51 +0000 (+0000) Subject: Take out 'FIXME' comments X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=621dd84b762ff978f6e20243d5683216d8d6fc1e;p=thirdparty%2Fbinutils-gdb.git Take out 'FIXME' comments --- diff --git a/gdb/infrun.c b/gdb/infrun.c index d6ea803d7b0..a1b6b2c2f32 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -3170,9 +3170,6 @@ infrun: BPSTAT_WHAT_SET_LONGJMP_RESUME (!gdbarch_get_longjmp_target)\n"); if (target_get_execution_direction () == EXEC_REVERSE) { - /* FIXME: I'm not sure if we've handled the frame for - recursion. */ - struct symtab_and_line sr_sal; init_sal (&sr_sal); sr_sal.pc = ecs->stop_func_start; @@ -3241,7 +3238,6 @@ infrun: BPSTAT_WHAT_SET_LONGJMP_RESUME (!gdbarch_get_longjmp_target)\n"); { /* Set a breakpoint at callee's start address. From there we can step once and be back in the caller. */ - /* FIXME: I'm not sure we've handled the frame for recursion. */ struct symtab_and_line sr_sal; init_sal (&sr_sal); sr_sal.pc = ecs->stop_func_start;