Use gdbpy_enter in python.c
[deliverable/binutils-gdb.git] / gdb / i386-linux-nat.c
index a41ee2108152f63ea9560f5a3f847766f06158f3..f86fac30223eda32cbc495f56309f7da162d6b46 100644 (file)
@@ -1,6 +1,6 @@
 /* Native-dependent code for GNU/Linux i386.
 
-   Copyright (C) 1999-2016 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.025392 seconds and 4 git commands to generate.