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;
{
/* 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;