[lldb-dev] February LLVM bay-area social is this Thursday!

2017-01-30 Thread George Burgess IV via lldb-dev
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

Re: [lldb-dev] Why SBValue::Cast is deprecated and how to replace it with expression?

2017-01-30 Thread Jim Ingham via lldb-dev
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

[lldb-dev] [Bug 31799] New: Allow settings watchpoints on registers

2017-01-30 Thread via lldb-dev
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