diff options
author | Pedro Alves <palves@redhat.com> | 2009-10-13 13:51:21 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2009-10-13 13:51:21 +0000 |
commit | 88e3b899d71edaa44be82469cb2e462212a0e406 (patch) | |
tree | 8669162f274e4e6e2c702c7474b23c28e0e30005 /gdb/infcall.c | |
parent | 066d7383accb1d6e19bcccd370d8c05b97483378 (diff) | |
download | gdb-88e3b899d71edaa44be82469cb2e462212a0e406.zip gdb-88e3b899d71edaa44be82469cb2e462212a0e406.tar.gz gdb-88e3b899d71edaa44be82469cb2e462212a0e406.tar.bz2 |
2009-10-13 Pedro Alves <pedro@codesourcery.com>
gdb/
* infcall.c (call_function_by_hand): Formatting.
2009-10-13 Pedro Alves <pedro@codesourcery.com>
gdb/gdbserver/
* proc-service.c (ps_lgetregs): Formatting.
Diffstat (limited to 'gdb/infcall.c')
-rw-r--r-- | gdb/infcall.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/infcall.c b/gdb/infcall.c index 277399a..0673d9c 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 |