summaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorPedro Alves <pedro@codesourcery.com>2009-10-13 13:51:18 +0000
committerPedro Alves <pedro@codesourcery.com>2009-10-13 13:51:18 +0000
commit2016c39a5cf7f95775589ac179ae24d1c27e3654 (patch)
tree9cbdbe25871b29ca9089a245e8d68832f8d8b13b /gdb
parent7c5ab1e601d26adf253b3315d765ce62bb11b945 (diff)
downloadgdb-2016c39a5cf7f95775589ac179ae24d1c27e3654.tar.gz
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')
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/gdbserver/ChangeLog4
-rw-r--r--gdb/gdbserver/proc-service.c2
-rw-r--r--gdb/infcall.c2
4 files changed, 10 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 1c206ac2abf..9347c14ea1f 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2009-10-13 Pedro Alves <pedro@codesourcery.com>
+
+ * infcall.c (call_function_by_hand): Formatting.
+
2009-10-13 Tristan Gingold <gingold@adacore.com>
* solib-darwin.c: Add an empty line after comment for functions.
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog
index 9333c2524e6..47a74b4452d 100644
--- a/gdb/gdbserver/ChangeLog
+++ b/gdb/gdbserver/ChangeLog
@@ -1,3 +1,7 @@
+2009-10-13 Pedro Alves <pedro@codesourcery.com>
+
+ * proc-service.c (ps_lgetregs): Formatting.
+
2009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
* 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 76eb424888e..6b401fd52ff 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 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