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


>>>>> "Sergio" == Sergio Durigan Junior <sergiodj@redhat.com> writes:

Sergio> The third patch contains code to make use of the existing longjmp and
Sergio> exception probes in glibc and libgcc, respectively.  I believe Tom can
Sergio> give more information about this patch, but the idea is that if we have
Sergio> those probes available, GDB should use them because we don't need
Sergio> debuginfo to access them.

That sums it up very well.  The probes are preferable for just this
reason.

The libgcc probes are upstream, so distros need only install sdt.h
before building gcc to get the benefit.

The glibc changes are in the Fedora RPM.  I think we may try again to
get them upstream.

Tom


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