Fix prologue analysis for moxie.
[deliverable/binutils-gdb.git] / gdb / gdb_proc_service.h
index 78feac9ed2dc9b5485c527b1b0352f8d26424eb1..de62c9db89713e0873a44d6818d25a1c2ef7f052 100644 (file)
@@ -1,5 +1,5 @@
 /* <proc_service.h> replacement for systems that don't have it.
-   Copyright (C) 2000, 2007, 2008 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2007, 2008, 2009 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -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 */
This page took 0.023504 seconds and 4 git commands to generate.