From 88e3b899d71edaa44be82469cb2e462212a0e406 Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Tue, 13 Oct 2009 13:51:21 +0000 Subject: [PATCH] 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/ChangeLog | 4 ++++ gdb/gdbserver/ChangeLog | 4 ++++ gdb/gdbserver/proc-service.c | 2 +- gdb/infcall.c | 2 +- 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 1c206ac2ab..9347c14ea1 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2009-10-13 Pedro Alves + + * infcall.c (call_function_by_hand): Formatting. + 2009-10-13 Tristan Gingold * solib-darwin.c: Add an empty line after comment for functions. diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog index 9333c2524e..47a74b4452 100644 --- a/gdb/gdbserver/ChangeLog +++ b/gdb/gdbserver/ChangeLog @@ -1,3 +1,7 @@ +2009-10-13 Pedro Alves + + * proc-service.c (ps_lgetregs): Formatting. + 2009-10-08 Paul Pluzhnikov * acinclude.m4: (SRV_CHECK_THREAD_DB, SRV_CHECK_TLS_GET_ADDR): Remove. diff --git a/gdb/gdbserver/proc-service.c b/gdb/gdbserver/proc-service.c index 76eb424888..6b401fd52f 100644 --- a/gdb/gdbserver/proc-service.c +++ b/gdb/gdbserver/proc-service.c @@ -111,7 +111,7 @@ ps_lgetregs (gdb_ps_prochandle_t ph, lwpid_t lwpid, prgregset_t gregset) current_inferior = reg_inferior; the_target->fetch_registers (-1); - gregset_info()->fill_function (gregset); + gregset_info ()->fill_function (gregset); current_inferior = save_inferior; return PS_OK; diff --git a/gdb/infcall.c b/gdb/infcall.c index 277399ac94..0673d9c0d1 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 -- 2.34.1