From 2016c39a5cf7f95775589ac179ae24d1c27e3654 Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Tue, 13 Oct 2009 13:51:18 +0000 Subject: 2009-10-13 Pedro Alves gdb/ * infcall.c (call_function_by_hand): Formatting. 2009-10-13 Pedro Alves gdb/gdbserver/ * proc-service.c (ps_lgetregs): Formatting. --- gdb/infcall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/infcall.c') diff --git a/gdb/infcall.c b/gdb/infcall.c index 277399ac941..0673d9c0d1f 100644 --- a/gdb/infcall.c +++ b/gdb/infcall.c @@ -940,7 +940,7 @@ When the function is done executing, GDB will silently stop."), user. */ if (terminate_bp != NULL - && (inferior_thread()->stop_bpstat->breakpoint_at->address + && (inferior_thread ()->stop_bpstat->breakpoint_at->address == terminate_bp->loc->address)) { /* We must get back to the frame we were before the -- cgit v1.2.1