2009-10-13 Pedro Alves <pedro@codesourcery.com>
authorPedro Alves <palves@redhat.com>
Tue, 13 Oct 2009 13:51:21 +0000 (13:51 +0000)
committerPedro Alves <palves@redhat.com>
Tue, 13 Oct 2009 13:51:21 +0000 (13:51 +0000)
gdb/
* infcall.c (call_function_by_hand): Formatting.

2009-10-13  Pedro Alves  <pedro@codesourcery.com>

gdb/gdbserver/
* proc-service.c (ps_lgetregs): Formatting.

gdb/ChangeLog
gdb/gdbserver/ChangeLog
gdb/gdbserver/proc-service.c
gdb/infcall.c

index 1c206ac2abf54fd8f4e5c26028b5b2cea7aaf6b8..9347c14ea1f855e0033e530b456c26855d2a8130 100644 (file)
@@ -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.
index 9333c2524e65e96bc1f00078949010906bd84d60..47a74b4452def839d890ed7a99254ffb4f2bb58b 100644 (file)
@@ -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.
index 76eb424888e76a26f2681f4e70aeeb7602d81e86..6b401fd52ff8cff323c0e2da8f37ba2442f142c4 100644 (file)
@@ -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;
index 277399ac94102492e9c9b2d0cb704b6a0e97b9bc..0673d9c0d1fce592f6b9d219aa72de520d7fe514 100644 (file)
@@ -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