summaryrefslogtreecommitdiffhomepage
path: root/arch
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2019-09-06 20:35:21 +0000
committermidipix <writeonce@midipix.org>2019-09-06 20:35:21 +0000
commit24e5341bc3d7332c3bd6253f44eb6e253d4bfa31 (patch)
tree5d8e4cb7f417664d25fafc4fe72909898cbb22d4 /arch
parentbb1628f262d5351d0b29f41b097952a4ed669c8e (diff)
downloadmmglue-24e5341bc3d7332c3bd6253f44eb6e253d4bfa31.tar.bz2
mmglue-24e5341bc3d7332c3bd6253f44eb6e253d4bfa31.tar.xz
nt32/nt64: __dbg_suspend() --> __dbg_{suspend|resume}_thread().
Diffstat (limited to 'arch')
-rw-r--r--arch/nt32/bits/syscall.h.in28
-rw-r--r--arch/nt64/bits/syscall.h.in28
2 files changed, 30 insertions, 26 deletions
diff --git a/arch/nt32/bits/syscall.h.in b/arch/nt32/bits/syscall.h.in
index ea88b63..19f2501 100644
--- a/arch/nt32/bits/syscall.h.in
+++ b/arch/nt32/bits/syscall.h.in
@@ -346,24 +346,26 @@
#define __NR_dbg_spawn 362
#define __NR_dbg_fork 363
-#define __NR_dbg_suspend 364
-#define __NR_dbg_kill 365
+#define __NR_dbg_kill 364
-#define __NR_dbg_rbreak 366
-#define __NR_dbg_tbreak 367
-#define __NR_dbg_lbreak 368
+#define __NR_dbg_rbreak 365
+#define __NR_dbg_tbreak 366
+#define __NR_dbg_lbreak 367
-#define __NR_dbg_event_query_one 369
-#define __NR_dbg_event_query_all 370
+#define __NR_dbg_suspend_thread 368
+#define __NR_dbg_resume_thread 369
-#define __NR_dbg_event_acquire 371
-#define __NR_dbg_event_respond 372
+#define __NR_dbg_event_query_one 370
+#define __NR_dbg_event_query_all 371
-#define __NR_dbg_query_cpid 373
-#define __NR_dbg_query_syspid 374
+#define __NR_dbg_event_acquire 372
+#define __NR_dbg_event_respond 373
-#define __NR_dbg_common_error 375
-#define __NR_dbg_native_error 376
+#define __NR_dbg_query_cpid 374
+#define __NR_dbg_query_syspid 375
+
+#define __NR_dbg_common_error 376
+#define __NR_dbg_native_error 377
#define SYS_cmd_args_to_argv 384
#define SYS_cmd_argv_to_args 385
diff --git a/arch/nt64/bits/syscall.h.in b/arch/nt64/bits/syscall.h.in
index ea88b63..19f2501 100644
--- a/arch/nt64/bits/syscall.h.in
+++ b/arch/nt64/bits/syscall.h.in
@@ -346,24 +346,26 @@
#define __NR_dbg_spawn 362
#define __NR_dbg_fork 363
-#define __NR_dbg_suspend 364
-#define __NR_dbg_kill 365
+#define __NR_dbg_kill 364
-#define __NR_dbg_rbreak 366
-#define __NR_dbg_tbreak 367
-#define __NR_dbg_lbreak 368
+#define __NR_dbg_rbreak 365
+#define __NR_dbg_tbreak 366
+#define __NR_dbg_lbreak 367
-#define __NR_dbg_event_query_one 369
-#define __NR_dbg_event_query_all 370
+#define __NR_dbg_suspend_thread 368
+#define __NR_dbg_resume_thread 369
-#define __NR_dbg_event_acquire 371
-#define __NR_dbg_event_respond 372
+#define __NR_dbg_event_query_one 370
+#define __NR_dbg_event_query_all 371
-#define __NR_dbg_query_cpid 373
-#define __NR_dbg_query_syspid 374
+#define __NR_dbg_event_acquire 372
+#define __NR_dbg_event_respond 373
-#define __NR_dbg_common_error 375
-#define __NR_dbg_native_error 376
+#define __NR_dbg_query_cpid 374
+#define __NR_dbg_query_syspid 375
+
+#define __NR_dbg_common_error 376
+#define __NR_dbg_native_error 377
#define SYS_cmd_args_to_argv 384
#define SYS_cmd_argv_to_args 385