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]: Little Cleanup


On Wed, Mar 07, 2007 at 08:34:57AM +0100, Markus Deuling wrote:
> -	  breakpoints_failed = insert_breakpoints ();
> -	  if (breakpoints_failed)
> +          /* Stop stepping when inserting breakpoints
> +             has failed.  */
> +          if (insert_breakpoints () != 0)

If you check this in, please fix the whitespace (tabs versus spaces).

-- 
Daniel Jacobowitz
CodeSourcery


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