Use new to allocate mapped_index
[deliverable/binutils-gdb.git] / gdb / progspace.h
index 67c0a240dadcef0244441081daabd178d0c84802..456911b29b1070893bed56b3ee64f1cd408e8274 100644 (file)
@@ -23,6 +23,7 @@
 
 #include "target.h"
 #include "vec.h"
+#include "gdb_bfd.h"
 #include "gdb_vecs.h"
 #include "registry.h"
 
@@ -157,6 +158,9 @@ struct program_space
      It needs to be freed by xfree.  It is not NULL iff EBFD is not NULL.  */
   char *pspace_exec_filename = NULL;
 
+  /* Binary file diddling handle for the core file.  */
+  gdb_bfd_ref_ptr cbfd;
+
   /* The address space attached to this program space.  More than one
      program space may be bound to the same address space.  In the
      traditional unix-like debugging scenario, this will usually
This page took 0.02384 seconds and 4 git commands to generate.