[PATCH 2/2] uprobes: add global breakpoints

Oleg Nesterov oleg@redhat.com
Wed Sep 12 18:10:00 GMT 2012


On 09/12, Oleg Nesterov wrote:
>
> Lets start with the patch below,
> ...
>
> -	if (!(uprobe->flags & UPROBE_SKIP_SSTEP))
> +	if (!(uprobe->flags & UPROBE_SKIP_SSTEP) || (action & UPROBE_RESTART))

Hmm. This is wrong, but only because handle_swbp() is buggy.
I'll send the fix tomorrow.

Oleg.



More information about the Gdb-patches mailing list