gdbserver crash running gdb.threads/non-ldr-exc-1.exp
[deliverable/binutils-gdb.git] / gdb / gdbserver / regcache.h
index d2d9fc7d1697151ecb007decd14d146fb56dd70e..a0be95eb8bdce9fff3b3751bd9acc66ac8b404ac 100644 (file)
@@ -74,6 +74,10 @@ void free_register_cache (struct regcache *regcache);
 
 void regcache_invalidate_thread (struct thread_info *);
 
+/* Invalidate cached registers for all threads of the given process.  */
+
+void regcache_invalidate_pid (int pid);
+
 /* Invalidate cached registers for all threads of the current
    process.  */
 
This page took 0.023076 seconds and 4 git commands to generate.