Fix powerpc-power8.exp test with new mnemonics
[deliverable/binutils-gdb.git] / gdb / gcore.h
index af37ff39b414d1cf9bfa1930563ecfbd82248c05..7e8e316926b0c7a9a91176cc3ee79a261262aa54 100644 (file)
 
 #include "gdb_bfd.h"
 
+struct thread_info;
+
 extern gdb_bfd_ref_ptr create_gcore_bfd (const char *filename);
 extern void write_gcore_file (bfd *obfd);
 extern int objfile_find_memory_regions (struct target_ops *self,
                                        find_memory_region_ftype func,
                                        void *obfd);
 
+/* Find the signalled thread.  In case there's more than one signalled
+   thread, prefer the current thread, if it is signalled.  If no thread was
+   signalled, default to the current thread, unless it has exited, in which
+   case return NULL.  */
+
+extern thread_info *gcore_find_signalled_thread ();
+
 #endif /* GCORE_H */
This page took 0.026721 seconds and 4 git commands to generate.