Remove some uses of "object_files"
[deliverable/binutils-gdb.git] / gdb / inferior.h
index cadaaedf22e4e7e7f34a452d608c57b179057423..f98e67d33f4b8d2e9b82daf1527e3d73199c516e 100644 (file)
@@ -44,7 +44,7 @@ struct thread_info;
 #include "frame.h"
 
 /* For gdb_environ.  */
-#include "environ.h"
+#include "common/environ.h"
 
 #include "progspace.h"
 #include "registry.h"
@@ -53,7 +53,7 @@ struct thread_info;
 #include "common/refcounted-object.h"
 #include "common/forward-scope-exit.h"
 
-#include "common-inferior.h"
+#include "common/common-inferior.h"
 #include "gdbthread.h"
 
 struct infcall_suspend_state;
@@ -335,7 +335,7 @@ extern void set_current_inferior (inferior *);
    the inferior object's refcount, to prevent something deleting the
    inferior object before reverting back (e.g., due to a
    "remove-inferiors" command (see
-   make_cleanup_restore_current_thread).  All other inferior
+   scoped_restore_current_inferior).  All other inferior
    references are considered weak references.  Inferiors are always
    listed exactly once in the inferior list, so placing an inferior in
    the inferior list is an implicit, not counted strong reference.  */
This page took 0.026749 seconds and 4 git commands to generate.