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

  /src/external/gpl3/gdb/dist/sim/ppc/
psim.c 54 void *path_to_restart; member in struct:_psim
558 system->path_to_restart = restart_jmp_buf;
566 system->path_to_restart = NULL;
575 ASSERT(system->path_to_restart != NULL);
577 longjmp(*(jmp_buf*)(system->path_to_restart), current_cpu + 1);
  /src/external/gpl3/gdb.old/dist/sim/ppc/
psim.c 54 void *path_to_restart; member in struct:_psim
558 system->path_to_restart = restart_jmp_buf;
566 system->path_to_restart = NULL;
575 ASSERT(system->path_to_restart != NULL);
577 longjmp(*(jmp_buf*)(system->path_to_restart), current_cpu + 1);

Completed in 51 milliseconds