HomeSort by relevance Sort by last modified time
    Searched refs:CPUDebugExcpHandler (Results 1 - 2 of 2) sorted by null

  /external/qemu/include/exec/
exec-all.h 399 typedef void (CPUDebugExcpHandler)(CPUArchState *env);
401 void cpu_set_debug_excp_handler(CPUDebugExcpHandler *handler);
  /external/qemu/
cpu-exec.c 192 static CPUDebugExcpHandler *debug_excp_handler;
194 void cpu_set_debug_excp_handler(CPUDebugExcpHandler *handler)
    [all...]

Completed in 83 milliseconds