This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] PPC - Stepping off breakpoints in non-stop mode


A Friday 06 June 2008 17:00:14, Luis Machado wrote:
> On Thu, 2008-06-05 at 16:02 -0400, Daniel Jacobowitz wrote:
> > Sorry, the problem Pedro spotted is still there :-(
>
> How about the attached one?
>

FWIW, I'm happy with this version.



> +  if ((opcode == B_INSN) || (opcode == BC_INSN) || (opcode == BXL_INSN))

Strictly speaking, the extra parens violate the GNU coding
conventions, as they aren't really needed here.

> +      if (link_register_bit)
> +	{
> +
> +	  regcache_cooked_write_unsigned (regs,

Unneeded extra blank line here.

-- 
Pedro Alves


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]