Browse Source

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.
gdb_7_1-branch
Pedro Alves 17 years ago
parent
commit
88e3b899d7
  1. 4
      gdb/ChangeLog
  2. 4
      gdb/gdbserver/ChangeLog
  3. 2
      gdb/gdbserver/proc-service.c
  4. 2
      gdb/infcall.c

4
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.

4
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.

2
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;

2
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

Loading…
Cancel
Save