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

1 2

  /external/ltrace/testsuite/ltrace.torture/
Makefile.am 18 EXTRA_DIST = arm-singlestep.exp ia64-sigill.exp ia64-sigill.s \
  /external/ltrace/sysdeps/linux-gnu/ppc/
trace.c 111 /* Do the normal singlestep. */
119 debug(1, "singlestep over atomic block at %p", ip);
  /external/ltrace/sysdeps/linux-gnu/
trace.h 67 /* Software singlestep breakpoints, if any needed. */
73 /* When we get a singlestep event, this is called to decide
trace.c 325 /* On certain kernels, detaching right after a singlestep causes the
326 tracee to be killed with a SIGTRAP (that even though the singlestep
612 assert(!"Too many sw singlestep breakpoints!");
617 singlestep(struct process_stopping_handler *self) function
628 /* Otherwise do the default action: singlestep. */
683 if (singlestep(self) < 0)
692 debug(DEBUG_PROCESS, "all stopped, now singlestep/cont %d", teb->pid);
755 /* If everyone is stopped, singlestep. */
764 /* In singlestep state, breakpoint signifies that we
769 * opposed to a singlestep, assume that it'
    [all...]
  /external/libunwind/tests/
test-ptrace.c 310 #error Singlestep me
335 #error Singlestep me
  /external/qemu/include/exec/
cpu-defs.h 62 #define EXCP_DEBUG 0x10002 /* cpu stopped after a breakpoint or singlestep */
exec-all.h 404 extern int singlestep;
  /external/ltrace/
backend.h 439 * This is called before the OS backend requests hardware singlestep.
440 * arch_sw_singlestep should consider whether a singlestep needs to be
446 * PROC is the process that should perform the singlestep, BP the
  /external/strace/
README-linux-ptrace 123 group-stop, PTRACE_EVENT stops, syscall-stops [, SINGLESTEP, SYSEMU,
330 1.x.x SINGLESTEP, SYSEMU, SYSEMU_SINGLESTEP
366 where cmd is CONT, DETACH, SYSCALL, SINGLESTEP, SYSEMU, or
  /external/lldb/source/Plugins/Process/FreeBSD/
ProcessMonitor.h 182 SingleStep(lldb::tid_t tid, uint32_t signo);
ProcessMonitor.cpp 501 /// @brief Implements ProcessMonitor::SingleStep.
    [all...]
  /external/lldb/source/Plugins/Process/Linux/
ProcessMonitor.h 169 SingleStep(lldb::tid_t tid, uint32_t signo);
ProcessMonitor.cpp 745 /// @brief Implements ProcessMonitor::SingleStep.
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
networkconfig.ui 323 <property name="singleStep" >
  /external/chromium_org/third_party/skia/third_party/lua/src/
lgc.c 1033 static lu_mem singlestep (lua_State *L) { function
    [all...]
  /external/lldb/source/Plugins/Process/POSIX/
POSIXThread.cpp 257 status = monitor.SingleStep(GetID(), GetResumeSignal());
  /external/qemu/android/config/linux-x86/linux/
kvm.h 623 __u32 singlestep; member in struct:kvm_debug_guest
  /external/qemu/android/config/linux-x86_64/linux/
kvm.h 623 __u32 singlestep; member in struct:kvm_debug_guest
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
kvm.h 623 __u32 singlestep; member in struct:kvm_debug_guest
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
kvm.h 623 __u32 singlestep; member in struct:kvm_debug_guest
  /external/kernel-headers/original/uapi/linux/
kvm.h 79 __u32 singlestep; member in struct:kvm_debug_guest
  /external/ltrace/sysdeps/linux-gnu/arm/
trace.c 408 * we need to singlestep through large swaths of code, which
  /external/qemu/
qemu-options.hx     [all...]
qapi-schema.json 366 # @singlestep: true if VCPUs are in single-step mode
372 # Notes: @singlestep is enabled through the GDB stub
375 'data': {'running': 'bool', 'singlestep': 'bool', 'status': 'RunState'} }
    [all...]
  /development/ndk/platforms/android-L/include/linux/
kvm.h 90 __u32 singlestep; member in struct:kvm_debug_guest
    [all...]

Completed in 1027 milliseconds

1 2