diff options
Diffstat (limited to 'gdb/infrun.h')
-rw-r--r-- | gdb/infrun.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/gdb/infrun.h b/gdb/infrun.h index 5f83ca2..b9b64ac 100644 --- a/gdb/infrun.h +++ b/gdb/infrun.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1986-2024 Free Software Foundation, Inc. +/* Copyright (C) 1986-2025 Free Software Foundation, Inc. This file is part of GDB. @@ -15,8 +15,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef INFRUN_H -#define INFRUN_H 1 +#ifndef GDB_INFRUN_H +#define GDB_INFRUN_H #include "gdbthread.h" #include "symtab.h" @@ -256,7 +256,8 @@ extern void print_stop_event (struct ui_out *uiout, bool displays = true); /* Pretty print the results of target_wait, for debugging purposes. */ extern void print_target_wait_results (ptid_t waiton_ptid, ptid_t result_ptid, - const struct target_waitstatus &ws); + const struct target_waitstatus &ws, + process_stratum_target *proc_target); extern int signal_stop_state (int); @@ -418,4 +419,4 @@ private: }; -#endif /* INFRUN_H */ +#endif /* GDB_INFRUN_H */ |