diff options
Diffstat (limited to 'gdb/record.h')
-rw-r--r-- | gdb/record.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/record.h b/gdb/record.h index a54a08f..3fc17e4 100644 --- a/gdb/record.h +++ b/gdb/record.h @@ -71,7 +71,7 @@ DEF_ENUM_FLAGS_TYPE (enum record_print_flag, record_print_flags); otherwise. */ extern int - record_check_stopped_by_breakpoint (struct address_space *aspace, + record_check_stopped_by_breakpoint (const address_space *aspace, CORE_ADDR pc, enum target_stop_reason *reason); |