aboutsummaryrefslogtreecommitdiff
path: root/gdb/solist.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/solist.h')
-rw-r--r--gdb/solist.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/solist.h b/gdb/solist.h
index 63a6ba0..4c164e6 100644
--- a/gdb/solist.h
+++ b/gdb/solist.h
@@ -52,6 +52,9 @@ struct so_list
/* shared object file name, expanded to something GDB can open */
char so_name[SO_NAME_MAX_PATH_SIZE];
+ /* Program space this shared library belongs to. */
+ struct program_space *pspace;
+
/* The following fields of the structure are built from
information gathered from the shared object file itself, and
are set when we actually add it to our symbol tables.