[lldb-dev] PATCH for Review: Fix Rendezvous breakpoint to only be set once, resolve addr in BreakpointLocationList::FindByAddress
Michael Sartain
mikesart at gmail.com
Mon Jul 15 17:24:46 PDT 2013
On Mon, Jul 15, 2013 at 4:15 PM, Greg Clayton <gclayton at apple.com> wrote:
> You might think about storing the breakpoint ID instead of a shared
> pointer to the breakpoint.
>
>
Can I ask why? There should only be one of these I believe.
I think ThreadPlanStepRange.cpp does something similar with
m_next_branch_bp_sp. Does that make sense to switch to IDs as well?
Thanks Greg.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20130715/7ca050d0/attachment.html>
More information about the lldb-dev
mailing list