Provide CreateValueFromData,Expression at the SBTarget level as well as the SBValue...
authorEnrico Granata <egranata@apple.com>
Wed, 17 Dec 2014 21:18:43 +0000 (21:18 +0000)
committerEnrico Granata <egranata@apple.com>
Wed, 17 Dec 2014 21:18:43 +0000 (21:18 +0000)
commit972be53f029f9181f13756685b6614a9687ed721
tree2c920d0b66bf400d670fc3076b578ea44001bd74
parent11e3873516fa5dbb63bbe7c2d2614ec2bf5bc851
Provide CreateValueFromData,Expression at the SBTarget level as well as the SBValue level; and also make all the implenentations agree on using the matching ValueObject::Create instead of doing code copypastas

llvm-svn: 224460
lldb/include/lldb/API/SBData.h
lldb/include/lldb/API/SBTarget.h
lldb/include/lldb/Core/ValueObject.h
lldb/scripts/Python/interface/SBTarget.i
lldb/source/API/SBTarget.cpp
lldb/source/API/SBValue.cpp
lldb/source/Core/ValueObject.cpp