Use gdbpy_enter in python.c
[deliverable/binutils-gdb.git] / gdb / i386-linux-nat.c
index 63d2648a2217b726effd9c714e1c47c49cf3bf91..f86fac30223eda32cbc495f56309f7da162d6b46 100644 (file)
@@ -1,6 +1,6 @@
 /* Native-dependent code for GNU/Linux i386.
 
-   Copyright (C) 1999-2015 Free Software Foundation, Inc.
+   Copyright (C) 1999-2017 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -603,7 +603,7 @@ i386_linux_store_inferior_registers (struct target_ops *ops,
    storage (or its descriptor).  */
 
 ps_err_e
-ps_get_thread_area (const struct ps_prochandle *ph,
+ps_get_thread_area (struct ps_prochandle *ph,
                    lwpid_t lwpid, int idx, void **base)
 {
   unsigned int base_addr;
This page took 0.024361 seconds and 4 git commands to generate.