HomeSort by: relevance | last modified time | path
    Searched defs:exec_forward (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
infrun.c 2382 if (execution_direction == EXEC_FORWARD
7719 EXEC_FORWARD: we keep on single stepping until we exit the run
9308 else if (execution_direction == EXEC_FORWARD)
10396 enum exec_direction_kind execution_direction = EXEC_FORWARD;
10397 static const char exec_forward[] = "forward";
10399 static const char *exec_direction = exec_forward;
10401 exec_forward,
10412 if (!strcmp (exec_direction, exec_forward))
10413 execution_direction = EXEC_FORWARD;
10419 exec_direction = exec_forward;
10387 static const char exec_forward[] = "forward"; variable
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
infrun.c 2377 if (execution_direction == EXEC_FORWARD
7714 EXEC_FORWARD: we keep on single stepping until we exit the run
10343 enum exec_direction_kind execution_direction = EXEC_FORWARD;
10344 static const char exec_forward[] = "forward";
10346 static const char *exec_direction = exec_forward;
10348 exec_forward,
10359 if (!strcmp (exec_direction, exec_forward))
10360 execution_direction = EXEC_FORWARD;
10366 exec_direction = exec_forward;
10376 case EXEC_FORWARD
10334 static const char exec_forward[] = "forward"; variable
    [all...]

Completed in 35 milliseconds