diff options
Diffstat (limited to 'gdb/probe.h')
-rw-r--r-- | gdb/probe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/probe.h b/gdb/probe.h index 8abf69e..7410c5a 100644 --- a/gdb/probe.h +++ b/gdb/probe.h @@ -131,7 +131,7 @@ public: /* Return the number of arguments of the probe. This function can throw an exception. */ - virtual unsigned get_argument_count (struct frame_info *frame) = 0; + virtual unsigned get_argument_count (struct gdbarch *gdbarch) = 0; /* Return 1 if the probe interface can evaluate the arguments of probe, zero otherwise. See the comments on |