|
@@ -10,20 +10,10 @@
|
|
|
|
|
|
static inline void update_debugregs(int seq) {}
|
|
|
|
|
|
-/* syscall emulation path in ptrace */
|
|
|
-
|
|
|
-#ifndef PTRACE_SYSEMU
|
|
|
-#define PTRACE_SYSEMU 31
|
|
|
-#endif
|
|
|
-
|
|
|
void set_using_sysemu(int value);
|
|
|
int get_using_sysemu(void);
|
|
|
extern int sysemu_supported;
|
|
|
|
|
|
-#ifndef PTRACE_SYSEMU_SINGLESTEP
|
|
|
-#define PTRACE_SYSEMU_SINGLESTEP 32
|
|
|
-#endif
|
|
|
-
|
|
|
#define UPT_SYSCALL_ARG1(r) UPT_BX(r)
|
|
|
#define UPT_SYSCALL_ARG2(r) UPT_CX(r)
|
|
|
#define UPT_SYSCALL_ARG3(r) UPT_DX(r)
|