diff options
Diffstat (limited to 'gdb/python/py-finishbreakpoint.c')
-rw-r--r-- | gdb/python/py-finishbreakpoint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/python/py-finishbreakpoint.c b/gdb/python/py-finishbreakpoint.c index 1d8373d..fe5089c 100644 --- a/gdb/python/py-finishbreakpoint.c +++ b/gdb/python/py-finishbreakpoint.c @@ -378,7 +378,7 @@ bpfinishpy_detect_out_scope_cb (struct breakpoint *b, out of the scope of any FinishBreakpoint before it has been hit. */ static void -bpfinishpy_handle_stop (struct bpstats *bs, int print_frame) +bpfinishpy_handle_stop (struct bpstat *bs, int print_frame) { gdbpy_enter enter_py (get_current_arch (), current_language); |