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][python] Add breakpoint support.


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

Joel> This is indeed a general issue that is worth looking at.  But for the
Joel> specific case of breakpoint saving/restoring, can we just add a couple
Joel> of methods to the breakpoints class? The downside is that the code
Joel> has to be written in C, I guess, as opposed to python. Hmmm, we want
Joel> the glue code to be as minimal, right?

Yeah, I would prefer to push anything like this to a library written in
Python.

Tom


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