This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 718ee3a Make the functions that fetch data from the ObjC runtime choo [...] new e58ec9e Allow LanguageRuntimes to return an error if they fail in the [...]
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: include/lldb/Target/LanguageRuntime.h | 3 +- source/Core/ValueObjectDynamicValue.cpp | 48 +++++++++++++++++----- .../ItaniumABI/ItaniumABILanguageRuntime.cpp | 4 +- .../ItaniumABI/ItaniumABILanguageRuntime.h | 3 +- .../LanguageRuntime/Go/GoLanguageRuntime.cpp | 10 +++-- .../Plugins/LanguageRuntime/Go/GoLanguageRuntime.h | 9 ++-- .../LanguageRuntime/Java/JavaLanguageRuntime.cpp | 10 +++-- .../LanguageRuntime/Java/JavaLanguageRuntime.h | 9 ++-- .../ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp | 4 +- .../ObjC/AppleObjCRuntime/AppleObjCRuntime.h | 3 +- .../ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.cpp | 4 +- .../ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.h | 3 +- .../ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp | 4 +- .../ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.h | 3 +- .../RenderScriptRuntime/RenderScriptRuntime.cpp | 10 +++-- .../RenderScriptRuntime/RenderScriptRuntime.h | 9 ++-- 16 files changed, 98 insertions(+), 38 deletions(-)