diff options
Diffstat (limited to 'gdb/gdb_proc_service.h')
-rw-r--r-- | gdb/gdb_proc_service.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/gdb_proc_service.h b/gdb/gdb_proc_service.h index 7495a4b..de62c9d 100644 --- a/gdb/gdb_proc_service.h +++ b/gdb/gdb_proc_service.h @@ -75,8 +75,8 @@ typedef prfpregset_t gdb_prfpregset_t; /* Structure that identifies the target process. */ struct ps_prochandle { - /* The process id is all we need. */ - pid_t pid; + /* The LWP we use for memory reads. */ + ptid_t ptid; }; #endif /* gdb_proc_service.h */ |