Home
last modified time | relevance | path

Searched refs:path_to_halt (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/sim/ppc/
Dpsim.c53 void *path_to_halt; member
557 system->path_to_halt = halt_jmp_buf; in psim_set_halt_and_restart()
565 system->path_to_halt = NULL; in psim_clear_halt_and_restart()
609 ASSERT(system->path_to_halt != NULL); in psim_halt()
623 longjmp(*(jmp_buf*)(system->path_to_halt), current_cpu + 1); in psim_halt()