diff options
Diffstat (limited to 'gdb/inferior.h')
-rw-r--r-- | gdb/inferior.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/inferior.h b/gdb/inferior.h index 58557a4..e716005 100644 --- a/gdb/inferior.h +++ b/gdb/inferior.h @@ -470,7 +470,8 @@ extern struct inferior *find_inferior_pid (int pid); /* Search function to lookup an inferior by GDB 'num'. */ extern struct inferior *find_inferior_id (int num); -/* Find an inferior bound to PSPACE. */ +/* Find an inferior bound to PSPACE, giving preference to the current + inferior. */ extern struct inferior * find_inferior_for_program_space (struct program_space *pspace); |