PR gdb/15415
[deliverable/binutils-gdb.git] / gdb / progspace.h
index 9d98baff359b486ee68a6597cb309d64965872e1..f24a5697d3d0edca08522dd2000adbbc66f93976 100644 (file)
@@ -148,6 +148,10 @@ struct program_space
     bfd *ebfd;
     /* The last-modified time, from when the exec was brought in.  */
     long ebfd_mtime;
+    /* Similar to bfd_get_filename (exec_bfd) but in original form given
+       by user, without symbolic links and pathname resolved.
+       It needs to be freed by xfree.  It is not NULL iff EBFD is not NULL.  */
+    char *pspace_exec_filename;
 
     /* The address space attached to this program space.  More than one
        program space may be bound to the same address space.  In the
This page took 0.025055 seconds and 4 git commands to generate.