This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from d10a380 "frame variable" and "target variable" shouldn't allow us to [...] new afcbedd Add support to debugserver for some new ways to interact with [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: docs/lldb-gdb-remote.txt | 66 +++- tools/debugserver/source/DNB.cpp | 33 ++ tools/debugserver/source/DNB.h | 4 + tools/debugserver/source/MacOSX/MachProcess.h | 52 +++ tools/debugserver/source/MacOSX/MachProcess.mm | 476 +++++++++++++++++-------- tools/debugserver/source/RNBRemote.cpp | 218 ++++++++++- tools/debugserver/source/RNBRemote.h | 2 + 7 files changed, 658 insertions(+), 193 deletions(-)