summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@specifix.com>2008-09-30 23:50:51 +0000
committerMichael Snyder <msnyder@specifix.com>2008-09-30 23:50:51 +0000
commit2a171491343e0ef04d8a80264bae51709fc857f8 (patch)
treed208ae8e64427707af5473eecab354b8fa346e32
parent3dc2ca012b50d590219075a6a10e12947e582d50 (diff)
downloadgdb-2a171491343e0ef04d8a80264bae51709fc857f8.tar.gz
Take out 'FIXME' comments
-rw-r--r--gdb/infrun.c4
1 files changed, 0 insertions, 4 deletions
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;