Messages in this thread |  | | | Subject | Re: [PATCH v8 3.2.0-rc5 1/9] uprobes: Install and remove breakpoints. | | From | Peter Zijlstra <> | | Date | Fri, 06 Jan 2012 11:57:41 +0100 |
| |
On Fri, 2012-01-06 at 11:44 +0530, Srikar Dronamraju wrote: > - consumers for the uprobe is NULL, so mmap_uprobe will not > insert new breakpoints which correspond to this uprobe until > or unless another consumer gets added for the same probe. > > - If a new consumer gets added for this probe, we reuse the > uprobe struct.
Ok, and when we install a new 'first' consumer we'll again try and install all breakpoints ignoring those that were already there?
|  |