Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/vx-share/
H A Dptrace.h30 PTRACE_SINGLESTEP, /* 9, single step process */ enumerator
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DSingleStepCheck.cpp111 NativeProcessLinux::PtraceWrapper(PTRACE_SINGLESTEP, child_pid); in WorkaroundNeeded()
H A DNativeThreadLinux.cpp274 GetProcess().SupportHardwareSingleStepping() ? PTRACE_SINGLESTEP in SingleStep()
H A DNativeProcessLinux.cpp1284 int req = SupportHardwareSingleStepping() ? PTRACE_SINGLESTEP : PTRACE_CONT; in Syscall()
/openbsd/gnu/usr.bin/binutils/gdb/
H A Di386-linux-nat.c775 request = PTRACE_SINGLESTEP; in child_resume()
H A Dlynx-nat.c540 func = step ? PTRACE_SINGLESTEP : PTRACE_CONT; in child_resume()
/openbsd/gnu/usr.bin/binutils/gdb/gdbserver/
H A Dlinux-low.c920 ptrace (step ? PTRACE_SINGLESTEP : PTRACE_CONT, process->lwpid, 0, signal); in linux_resume_one_process()