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


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

Tom


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