This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 2/3] Implement new features needed for handling SystemTap probes
On 03/12/2012 11:15 PM, Jan Kratochvil wrote:
> It would also make it more easy to implement breakpoints on UST addresses;
> although I do not have ust.h available here to examine that possibility more.
It's quite possible. We just need to use target_static_tracepoint_markers_by_strid
to get the address of a marker.
--
Pedro Alves