HomeSort by relevance Sort by last modified time
    Searched full:singlestep (Results 1 - 15 of 15) sorted by null

  /external/kernel-headers/original/asm-x86/
thread_info_32.h 129 #define TIF_SINGLESTEP 3 /* restore singlestep on return to user mode */
  /external/qemu/
cpu-defs.h 64 #define EXCP_DEBUG 0x10002 /* cpu stopped after a breakpoint or singlestep */
qemu-monitor.hx 198 { "singlestep", "s?", do_singlestep,
199 "[on|off]", "run emulation in singlestep mode or switch to normal mode", },
201 @item singlestep [off]
exec-all.h 466 extern int singlestep;
monitor.c 535 singlestep = 1;
537 singlestep = 0;
    [all...]
qemu-options.hx     [all...]
vl-android.c 275 int singlestep = 0; variable
    [all...]
vl.c 242 int singlestep = 0; variable
    [all...]
  /external/webkit/WebCore/platform/qt/
ScrollbarThemeQt.cpp 118 opt.singleStep = scrollbar->lineStep();
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
networkconfig.ui 313 <property name="singleStep" >
  /system/wlan/ti/wilink_6_1/Txn/
SdioBusDrv.c 499 TRACE7(pBusDrv->hReport, REPORT_SEVERITY_INFORMATION, "busDrv_SendTxnParts: PartNum = %d, SingleStep = %d, Direction = %d, HwAddr = 0x%x, HostAddr = 0x%x, Length = %d, BlkMode = %d\n", pBusDrv->uCurrTxnPartsCount-1, TXN_PARAM_GET_SINGLE_STEP(pTxn), TXN_PARAM_GET_DIRECTION(pTxn), pTxnPart->uHwAddr, pTxnPart->pHostAddr, pTxnPart->uLength, pTxnPart->bBlkMode);
  /hardware/ti/wlan/wl1271/Txn/
SdioBusDrv.c 533 TRACE7(pBusDrv->hReport, REPORT_SEVERITY_INFORMATION, "busDrv_SendTxnParts: PartNum = %d, SingleStep = %d, Direction = %d, HwAddr = 0x%x, HostAddr = 0x%x, Length = %d, BlkMode = %d\n", pBusDrv->uCurrTxnPartsCount-1, TXN_PARAM_GET_SINGLE_STEP(pTxn), TXN_PARAM_GET_DIRECTION(pTxn), pTxnPart->uHwAddr, pTxnPart->pHostAddr, pTxnPart->uLength, pTxnPart->bBlkMode);
  /dalvik/vm/jdwp/
JdwpEvent.c 794 * SingleStep
    [all...]
  /build/tools/dexpreopt/
dexpreopt.py 130 args += ['-qemu', '-singlestep']
  /external/qemu/target-arm/
translate.c     [all...]

Completed in 1214 milliseconds