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: new struct breakpoint component cond_language...


>>>>> "Joel" == Joel Brobecker <brobecker@adacore.com> writes:

Joel> So, taking both of these elements into account, I deduce that
Joel> breakpoints should also store a condition_language which should be
Joel> used in order to parse our condition, because it can be different
Joel> from the breakpoint language.

BTW, this is PR 9113, which I filed some years ago and then forgot :)

In that case, I was explicitly setting a c++-language condition on a
java breakpoint.  Then gdb reparsed the condition using java rather than
c++.

Tom


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