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: [RFC stub-side break conditions 2/5] Protocol changes


On 01/06/2012 07:08 PM, Tom Tromey wrote:
"Luis" == Luis Machado<luis_gustavo@mentor.com> writes:
Luis>   int
Luis>  +remote_supports_cond_breakpoints (void)
Luis>  +{
Luis>  +  struct remote_state *rs = get_remote_state ();
Luis>  +
Luis>  +  return rs->cond_breakpoints;
Luis>  +}

I think this could be static.


True. Fixed.


Thanks!

--
Luis
lgustavo@codesourcery.com


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