<rdar://problem/13021266>
authorEnrico Granata <egranata@apple.com>
Wed, 16 Jan 2013 18:53:52 +0000 (18:53 +0000)
committerEnrico Granata <egranata@apple.com>
Wed, 16 Jan 2013 18:53:52 +0000 (18:53 +0000)
commitbcd80b47234b48e42ed9f8d557faef554034c47a
tree738019716f664aa8d95cd0bec40e41a152a5f400
parent77f49a4902fdf3b73d54796c1579988477f6927e
<rdar://problem/13021266>

Adding FindFirstGlobalVariable to SBModule and SBTarget
These calls work like FindGlobalVariables but they only return the first match found and so they can return an SBValue instead of an SBValueList for added convenience of use

llvm-svn: 172636
lldb/include/lldb/API/SBModule.h
lldb/include/lldb/API/SBTarget.h
lldb/scripts/Python/interface/SBModule.i
lldb/scripts/Python/interface/SBTarget.i
lldb/source/API/SBModule.cpp
lldb/source/API/SBTarget.cpp