This is the mail archive of the gdb@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: PSA: Formalizing the glibc<->gdb probe-based interface.


>>>>> "Carlos" == Carlos O'Donell <carlos@redhat.com> writes:

Carlos> We document *other* probes in manual/probes.texi, but we should
Carlos> add a section for stable guaranteed probes, and discuss a way
Carlos> to deprecate the probes should we ever need to do that.

Because probes are introspectable, it's actually better to remove them
than to change their semantics -- the tools can adapt more easily to
this.  Of course it's good to have a transition period, or at least some
sort of warning.

As I recall we had some thoughts about ABI compatibility when adding the
probes; namely that it is ok to add arguments to the end, but not ok to
remove arguments or to change the meaning of existing arguments.

HTH,
Tom


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