forked from Imagelibrary/binutils-gdb
gdb: make objfile::pspace private
Rename to m_pspace, add getter. An objfile's pspace never changes, so no setter is necessary. Change-Id: If4dfb300cb90dc0fb9776ea704ff92baebb8f626
This commit is contained in:
@@ -1495,7 +1495,7 @@ ada_tasks_clear_pspace_data (program_space *pspace)
|
||||
static void
|
||||
ada_tasks_new_objfile_observer (objfile *objfile)
|
||||
{
|
||||
ada_tasks_clear_pspace_data (objfile->pspace);
|
||||
ada_tasks_clear_pspace_data (objfile->pspace ());
|
||||
}
|
||||
|
||||
/* The qcs command line flags for the "task apply" commands. Keep
|
||||
|
||||
Reference in New Issue
Block a user