We'll be at Tied House as usual, starting on Thursday the 2nd at 7pm!
If you can, help us plan and RSVP here: http://meetu.ps/34wrVv
See everyone there!
___
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lld
Cast is deprecated because it isn't a real C++ cast. In particular if you cast
a pointer to a base class to it's parent class, it doesn't do the work to
offset the pointer to take into account the position of the base class in it's
parent. All it does is extract the address of the original val
https://llvm.org/bugs/show_bug.cgi?id=31799
Bug ID: 31799
Summary: Allow settings watchpoints on registers
Product: lldb
Version: 4.0
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Prior