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 0/3] Implement support for SystemTap probes on userspace


>>>>> "Eli" == Eli Zaretskii <eliz@gnu.org> writes:

Eli> May I suggest that the new command be called "info stap-probes"
Eli> instead?  IMO, "probe" is much too general, and may conflict in the
Eli> future with some other feature that uses similar facilities or
Eli> terminology.

I think this change would make it seem like these probe points are
somehow less generic than UST static markers from the gdb point of view
-- but they are not, in fact they are more generic because they aren't
restricted to just being used in tracepoints.

We did look at unifying the support between UST and sdt.h probes, but
this seemed not very doable.

Tom


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