From f5c641c4803b4903093d43f7cdc7772a050c86e5 Mon Sep 17 00:00:00 2001 From: midipix Date: Oct 15 2019 10:30:16 +0000 Subject: struct __dbg_event: rename child-process related members for clarity. --- diff --git a/include/sys/debug.h b/include/sys/debug.h index fa285bf..45b215d 100644 --- a/include/sys/debug.h +++ b/include/sys/debug.h @@ -116,12 +116,12 @@ struct __dbg_event { uint64_t evtkey; uint64_t evtqpc; - pid_t cpid; - pid_t ctid; - pid_t syspid; pid_t systid; + pid_t child_syspid; + pid_t child_systid; + mcontext_t * thread_context; siginfo_t * thread_siginfo;