Re: [lldb-dev] RFC: Break/Watchpoint Callback storage and validation

2016-09-30 Thread Zachary Turner via lldb-dev
On Thu, Sep 29, 2016 at 5:34 PM Daniel Austin Noland via lldb-dev < lldb-dev@lists.llvm.org> wrote: > As per discussion in another thread > > (http://lists.llvm.org/pipermail/lldb-dev/2016-September/011397.html) > > I have started refactoring the private side of Break/Watchpoint. > > Mostly this i

[lldb-dev] RFC: Break/Watchpoint Callback storage and validation

2016-09-29 Thread Daniel Austin Noland via lldb-dev
As per discussion in another thread (http://lists.llvm.org/pipermail/lldb-dev/2016-September/011397.html) I have started refactoring the private side of Break/Watchpoint. Mostly this involves fairly trivial and obvious changes and I expect the first patch to be ready fairly soon. Still, there a